From bc79ad556f2fb44319bcd34dea4a71672db4a3bb Mon Sep 17 00:00:00 2001 From: RaffyTaffy14 <105959219+RaffyTaffy14@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:45:56 -0400 Subject: [PATCH] Sumo brothers is FINISHED* (#867) * Pose Backgrounds The cool backgrounds that appear on a successful pose are now fully added. Also implemented the new upscales. * Stomp Camera Shake The way it is coded is not good at all, but the stomp shakes look *ok* when the game runs at triple digit tempos. * Better Stomp Shake & Alternate BGs Made the stomp shake look MUCH better, and added an option to poses to automatically alternate between background types. * Sumo Pose anims v4 Animated most of all the remaining pose animations, missing the miss animations + glasses being thrown. Also will want to add a version where the glasses aren't thrown. Pig? * Sumo Pose anims v4.5 Added the missing miss animations. Added the glasses actually being thrown. Fixed a bug with head layering w/ the Look at Camera event. Fixed some other bugs that aren't important. * New Icon i made it myself * Sumo Pose anims v4.9 You can now toggle if the blue sumo bro will throw his glasses on the finale pose. Also changed selecting the pose type from an integer slider to a dropdown menu. You can also now change which direction the sumo brothers begin stomping in. * Sumo Pose anims v5 D se dab * Finalizing stuff Changed ALL the animations (minus InuTweet) to use linear interpolation instead of the default setting since that's what megamix does afaik. Combined the two sumohead animators into one just to allow for more play animation shenanigans. Assigned all the sumo assets to a new ctrsumou asset bundle to get ready for packing it all up. Added new nerd bg because Mage just happened to make one * Bug Fixed + Tweaks + Finish Fixed a bug where the game would end up cueing inputs that extended into other games. It wouldn't do anything until you went back to Sumo Brothers where all those extra cues would run the frame the game loaded. Tweaked all the BG sliding in animations to be accurate to the original game. I started implementing asset bundles, but for some reason actually using them breaks the Blue Sumo Bro's animations for *some* reason. I forgot to include this in *one* of the previous change notes, but you can now change which direction the Bros start stomping in. * Kill reference images Removed ALL of the reference images from the files there were like 135 images --- Assets/Resources/Games/sumoBrothers.prefab | 6204 +++- .../Resources/Games/sumoBrothers.prefab.meta | 2 +- .../Prefabs/GameView/GameTex.renderTexture | 4 +- .../Prefabs/GameView/OverlayTex.renderTexture | 4 +- .../Sfx/games/sumoBrothers/Goofy.ogg | Bin 0 -> 15937 bytes .../{tink.mp3.meta => Goofy.ogg.meta} | 6 +- .../Sfx/games/sumoBrothers/miss.wav.meta | 2 +- .../Sfx/games/sumoBrothers/pose.wav.meta | 2 +- .../games/sumoBrothers/poseSignal.wav.meta | 2 +- .../games/sumoBrothers/poseSignalEnd.wav.meta | 2 +- .../Sfx/games/sumoBrothers/slap.wav.meta | 2 +- .../games/sumoBrothers/slapSignal.wav.meta | 2 +- .../Sfx/games/sumoBrothers/stomp.wav.meta | 2 +- .../games/sumoBrothers/stompSignal.wav.meta | 2 +- .../Resources/Sfx/games/sumoBrothers/tink.mp3 | Bin 14064 -> 0 bytes .../Resources/Sfx/games/sumoBrothers/tink.ogg | Bin 0 -> 5452 bytes .../Sfx/games/sumoBrothers/tink.ogg.meta | 22 + .../Sfx/games/sumoBrothers/whiff.wav.meta | 2 +- .../Sprites/Editor/GameIcons/sumoBrothers.png | Bin 731204 -> 593763 bytes .../Editor/GameIcons/sumoBrothers_mask.png | Bin 5758 -> 12039 bytes .../Games/SumoBrothers/Animations.meta | 2 +- .../Games/SumoBrothers/Animations/JORKIN.anim | 113 + .../SumoBrothers/Animations/JORKIN.anim.meta | 8 + .../SumoBrothers/Animations/SumoBrothers.meta | 2 +- .../Animations/SumoBrothers/Heads.meta | 2 +- .../SumoBrothers/Heads/SumoGHead.controller | 246 - .../SumoBrothers/Heads/SumoGIdle.anim | 4 +- .../SumoBrothers/Heads/SumoGIdle.anim.meta | 2 +- .../SumoBrothers/Heads/SumoGPose1.anim.meta | 2 +- .../SumoBrothers/Heads/SumoGPose2.anim.meta | 2 +- .../SumoBrothers/Heads/SumoGPose3.anim.meta | 2 +- .../SumoBrothers/Heads/SumoGPose4.anim | 113 + .../SumoBrothers/Heads/SumoGPose4.anim.meta | 8 + .../SumoBrothers/Heads/SumoGPose6.anim | 193 + .../SumoBrothers/Heads/SumoGPose6.anim.meta | 8 + .../SumoBrothers/Heads/SumoGPoseAlt4.anim | 238 + .../Heads/SumoGPoseAlt4.anim.meta | 8 + .../SumoBrothers/Heads/SumoGSlap.anim | 2 +- .../SumoBrothers/Heads/SumoGSlap.anim.meta | 2 +- .../SumoBrothers/Heads/SumoGSlapLook.anim | 4 +- .../Heads/SumoGSlapLook.anim.meta | 2 +- .../SumoBrothers/Heads/SumoGStomp.anim.meta | 2 +- .../SumoBrothers/Heads/SumoHead.controller | 942 + ...ntroller.meta => SumoHead.controller.meta} | 2 +- .../SumoBrothers/Heads/SumoNerd.anim | 193 + .../SumoBrothers/Heads/SumoNerd.anim.meta | 8 + .../SumoBrothers/Heads/SumoPIdle.anim | 18 - .../SumoBrothers/Heads/SumoPIdle.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPMiss.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPPose1.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPPose2.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPPose3.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPPose4.anim | 113 + .../SumoBrothers/Heads/SumoPPose4.anim.meta | 8 + .../SumoBrothers/Heads/SumoPPose6.anim | 113 + .../SumoBrothers/Heads/SumoPPose6.anim.meta | 8 + .../Heads/SumoPPoseBarely1.anim.meta | 2 +- .../Heads/SumoPPoseBarely2.anim.meta | 2 +- .../Heads/SumoPPoseBarely3.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPPoseBarely4.anim | 193 + .../Heads/SumoPPoseBarely4.anim.meta | 8 + .../SumoBrothers/Heads/SumoPPoseBarely6.anim | 193 + .../Heads/SumoPPoseBarely6.anim.meta | 8 + .../SumoBrothers/Heads/SumoPSlap.anim.meta | 2 +- .../Heads/SumoPSlapBarely.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPSlapLook.anim | 4 +- .../Heads/SumoPSlapLook.anim.meta | 2 +- .../Heads/SumoPSlapLookBarely.anim | 4 +- .../Heads/SumoPSlapLookBarely.anim.meta | 2 +- .../SumoBrothers/Heads/SumoPStomp.anim.meta | 2 +- .../Heads/SumoPStompBarely.anim.meta | 2 +- .../SumoBrothers/Heads/SumoUncanny.anim | 193 + .../SumoBrothers/Heads/SumoUncanny.anim.meta | 8 + .../Animations/SumoBrothers/Heads/empty.anim | 53 + .../SumoBrothers/Heads/empty.anim.meta | 8 + .../Animations/SumoBrothers/SumoBop.anim | 192 +- .../Animations/SumoBrothers/SumoBop.anim.meta | 2 +- .../SumoBrothers/SumoCrouch.anim.meta | 2 +- .../SumoBrothers/SumoIdle.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseG1.anim | 5580 ++-- .../SumoBrothers/SumoPoseG1.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseG2.anim | 6314 ++--- .../SumoBrothers/SumoPoseG2.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseG3.anim | 6924 ++--- .../SumoBrothers/SumoPoseG3.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseG4.anim | 23185 +++++++++++++++ .../SumoBrothers/SumoPoseG4.anim.meta | 8 + .../SumoBrothers/SumoPoseG4Alt.anim | 23290 ++++++++++++++++ .../SumoBrothers/SumoPoseG4Alt.anim.meta | 8 + .../Animations/SumoBrothers/SumoPoseG6.anim | 22835 +++++++++++++++ .../SumoBrothers/SumoPoseG6.anim.meta | 8 + .../SumoBrothers/SumoPoseGBop1.anim | 4104 +-- .../SumoBrothers/SumoPoseGBop1.anim.meta | 2 +- .../SumoBrothers/SumoPoseGBop2.anim | 4432 +-- .../SumoBrothers/SumoPoseGBop2.anim.meta | 2 +- .../SumoBrothers/SumoPoseGBop3.anim | 4762 ++-- .../SumoBrothers/SumoPoseGBop3.anim.meta | 2 +- .../SumoBrothers/SumoPoseGBop4.anim | 19000 +++++++++++++ .../SumoBrothers/SumoPoseGBop4.anim.meta | 8 + .../SumoBrothers/SumoPoseGBop6.anim | 18948 +++++++++++++ .../SumoBrothers/SumoPoseGBop6.anim.meta | 8 + .../SumoBrothers/SumoPoseGBopMiss1.anim | 3908 +-- .../SumoBrothers/SumoPoseGBopMiss1.anim.meta | 2 +- .../SumoBrothers/SumoPoseGBopMiss2.anim | 4450 +-- .../SumoBrothers/SumoPoseGBopMiss2.anim.meta | 2 +- .../SumoBrothers/SumoPoseGBopMiss3.anim | 4788 ++-- .../SumoBrothers/SumoPoseGBopMiss3.anim.meta | 2 +- .../SumoBrothers/SumoPoseGBopMiss4.anim | 19506 +++++++++++++ .../SumoBrothers/SumoPoseGBopMiss4.anim.meta | 8 + .../SumoBrothers/SumoPoseGBopMiss6.anim | 18979 +++++++++++++ .../SumoBrothers/SumoPoseGBopMiss6.anim.meta | 8 + .../SumoBrothers/SumoPoseGMiss1.anim.meta | 2 +- .../SumoBrothers/SumoPoseGMiss2.anim.meta | 2 +- .../SumoBrothers/SumoPoseGMiss3.anim.meta | 2 +- .../SumoBrothers/SumoPoseGMiss4.anim | 10908 ++++++++ .../SumoBrothers/SumoPoseGMiss4.anim.meta | 8 + .../SumoBrothers/SumoPoseGMiss6.anim | 10633 +++++++ .../SumoBrothers/SumoPoseGMiss6.anim.meta | 8 + .../Animations/SumoBrothers/SumoPoseP1.anim | 6128 ++-- .../SumoBrothers/SumoPoseP1.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseP2.anim | 6088 ++-- .../SumoBrothers/SumoPoseP2.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseP3.anim | 6226 ++--- .../SumoBrothers/SumoPoseP3.anim.meta | 2 +- .../Animations/SumoBrothers/SumoPoseP4.anim | 22231 +++++++++++++++ .../SumoBrothers/SumoPoseP4.anim.meta | 8 + .../Animations/SumoBrothers/SumoPoseP6.anim | 22647 +++++++++++++++ .../SumoBrothers/SumoPoseP6.anim.meta | 8 + .../SumoBrothers/SumoPosePBop1.anim | 3868 +-- .../SumoBrothers/SumoPosePBop1.anim.meta | 2 +- .../SumoBrothers/SumoPosePBop2.anim | 4104 +-- .../SumoBrothers/SumoPosePBop2.anim.meta | 2 +- .../SumoBrothers/SumoPosePBop3.anim | 4356 +-- .../SumoBrothers/SumoPosePBop3.anim.meta | 2 +- .../SumoBrothers/SumoPosePBop4.anim | 18488 ++++++++++++ .../SumoBrothers/SumoPosePBop4.anim.meta | 8 + .../SumoBrothers/SumoPosePBop6.anim | 18796 +++++++++++++ .../SumoBrothers/SumoPosePBop6.anim.meta | 8 + .../SumoBrothers/SumoPosePBopMiss1.anim | 3908 +-- .../SumoBrothers/SumoPosePBopMiss1.anim.meta | 2 +- .../SumoBrothers/SumoPosePBopMiss2.anim | 4112 +-- .../SumoBrothers/SumoPosePBopMiss2.anim.meta | 2 +- .../SumoBrothers/SumoPosePBopMiss3.anim | 4422 +-- .../SumoBrothers/SumoPosePBopMiss3.anim.meta | 2 +- .../SumoBrothers/SumoPosePBopMiss4.anim | 19121 +++++++++++++ .../SumoBrothers/SumoPosePBopMiss4.anim.meta | 8 + .../SumoBrothers/SumoPosePBopMiss6.anim | 18979 +++++++++++++ .../SumoBrothers/SumoPosePBopMiss6.anim.meta | 8 + .../SumoBrothers/SumoPosePMiss1.anim.meta | 2 +- .../SumoBrothers/SumoPosePMiss2.anim.meta | 2 +- .../SumoBrothers/SumoPosePMiss3.anim.meta | 2 +- .../SumoBrothers/SumoPosePMiss4.anim | 10703 +++++++ .../SumoBrothers/SumoPosePMiss4.anim.meta | 8 + .../SumoBrothers/SumoPosePMiss6.anim | 10633 +++++++ .../SumoBrothers/SumoPosePMiss6.anim.meta | 8 + .../SumoBrothers/SumoPoseSwitch.anim | 4844 ++-- .../SumoBrothers/SumoPoseSwitch.anim.meta | 2 +- .../Animations/SumoBrothers/SumoSlapBack.anim | 6320 ++--- .../SumoBrothers/SumoSlapBack.anim.meta | 2 +- .../SumoBrothers/SumoSlapFront.anim | 6526 ++--- .../SumoBrothers/SumoSlapFront.anim.meta | 2 +- .../Animations/SumoBrothers/SumoSlapMiss.anim | 1320 +- .../SumoBrothers/SumoSlapMiss.anim.meta | 2 +- .../SumoBrothers/SumoSlapPrepare.anim | 518 +- .../SumoBrothers/SumoSlapPrepare.anim.meta | 2 +- .../SumoBrothers/SumoSlapToStomp.anim | 3752 +-- .../SumoBrothers/SumoSlapToStomp.anim.meta | 2 +- .../Animations/SumoBrothers/SumoStompL.anim | 3494 +-- .../SumoBrothers/SumoStompL.anim.meta | 2 +- .../SumoBrothers/SumoStompMiss.anim | 3588 +-- .../SumoBrothers/SumoStompMiss.anim.meta | 2 +- .../SumoBrothers/SumoStompPrepareL.anim | 3038 +- .../SumoBrothers/SumoStompPrepareL.anim.meta | 2 +- .../SumoBrothers/SumoStompPrepareR.anim | 3272 +-- .../SumoBrothers/SumoStompPrepareR.anim.meta | 2 +- .../Animations/SumoBrothers/SumoStompR.anim | 3620 +-- .../SumoBrothers/SumoStompR.anim.meta | 2 +- .../SumoBrothers/sumoBrotherP.controller | 493 + .../SumoBrothers/sumoBrotherP.controller.meta | 2 +- .../Animations/YaseiNoIkiG3M4.controller | 101 + ...er.meta => YaseiNoIkiG3M4.controller.meta} | 4 +- .../backgrounds.meta} | 4 +- .../Animations/backgrounds/GreatWave.anim | 409 + .../backgrounds/GreatWave.anim.meta | 8 + .../Animations/backgrounds/GreatWaveDark.anim | 373 + .../backgrounds/GreatWaveDark.anim.meta | 8 + .../Animations/backgrounds/GreatWaveIdle.anim | 373 + .../backgrounds/GreatWaveIdle.anim.meta | 8 + .../Animations/backgrounds/Nerd.anim | 409 + .../Animations/backgrounds/Nerd.anim.meta | 8 + .../Animations/backgrounds/NerdDark.anim | 373 + .../Animations/backgrounds/NerdDark.anim.meta | 8 + .../Animations/backgrounds/NerdIdle.anim | 373 + .../Animations/backgrounds/NerdIdle.anim.meta | 8 + .../Animations/backgrounds/OtaniOniji.anim | 409 + .../backgrounds/OtaniOniji.anim.meta | 8 + .../backgrounds/OtaniOnijiDark.anim | 373 + .../backgrounds/OtaniOnijiDark.anim.meta | 8 + .../backgrounds/OtaniOnijiIdle.anim | 373 + .../backgrounds/OtaniOnijiIdle.anim.meta | 8 + .../bgGreatWave.controller} | 339 +- .../backgrounds/bgGreatWave.controller.meta | 8 + .../Animations/backgrounds/empty.anim | 293 + .../Animations/backgrounds/empty.anim.meta | 8 + .../Animations/glasses.controller | 153 + .../Animations/glasses.controller.meta | 8 + .../SumoBrothers/Animations/glassesGone.anim | 98 + .../Animations/glassesGone.anim.meta | 8 + .../SumoBrothers/Animations/glassesLand.anim | 288 + .../Animations/glassesLand.anim.meta | 8 + .../SumoBrothers/Animations/glassesThrow.anim | 396 + .../Animations/glassesThrow.anim.meta | 8 + .../SumoBrothers/Animations/impact.anim.meta | 2 +- .../Animations/impact.controller.meta | 2 +- .../SumoBrothers/Animations/inuSensei.meta | 2 +- .../Animations/inuSensei/InuAlarm.anim.meta | 2 +- .../Animations/inuSensei/InuBeatChange.anim | 1448 +- .../inuSensei/InuBeatChange.anim.meta | 2 +- .../Animations/inuSensei/InuBop.anim | 234 +- .../Animations/inuSensei/InuBop.anim.meta | 2 +- .../Animations/inuSensei/InuBopMiss.anim | 240 +- .../Animations/inuSensei/InuBopMiss.anim.meta | 2 +- .../Animations/inuSensei/InuCrouch.anim.meta | 2 +- .../Animations/inuSensei/InuFloat.anim | 578 +- .../Animations/inuSensei/InuFloat.anim.meta | 2 +- .../Animations/inuSensei/InuFloatMiss.anim | 768 +- .../inuSensei/InuFloatMiss.anim.meta | 2 +- .../Animations/inuSensei/InuIdle.anim.meta | 2 +- .../inuSensei/inuSensei.controller.meta | 2 +- .../Animations/wwwwwwwwwi wiwwild.anim | 113 + .../Animations/wwwwwwwwwi wiwwild.anim.meta | 8 + .../Games/SumoBrothers/ImpactColors.mat.meta | 2 +- .../Sprites/Games/SumoBrothers/KARATEJORK.png | Bin 0 -> 280634 bytes ...bg_00.000.png.meta => KARATEJORK.png.meta} | 4 +- .../SumoBrothers/References/bg_00.000.png | Bin 8413 -> 0 bytes .../References/pose01_beat_blue.000.png | Bin 36261 -> 0 bytes .../References/pose01_beat_red.000.png | Bin 41074 -> 0 bytes .../References/pose01_blue.000.png | Bin 53754 -> 0 bytes .../References/pose01_blue.001.png | Bin 45519 -> 0 bytes .../References/pose01_blue.001.png.meta | 123 - .../References/pose01_blue.002.png | Bin 40309 -> 0 bytes .../References/pose01_blue.002.png.meta | 123 - .../References/pose01_miss_blue_beat.000.png | Bin 35724 -> 0 bytes .../pose01_miss_blue_beat.000.png.meta | 123 - .../References/pose01_miss_blue_beat.001.png | Bin 36643 -> 0 bytes .../pose01_miss_blue_beat.001.png.meta | 123 - .../References/pose01_miss_red.000.png | Bin 39846 -> 0 bytes .../References/pose01_miss_red.000.png.meta | 123 - .../References/pose01_miss_red_beat.000.png | Bin 39894 -> 0 bytes .../pose01_miss_red_beat.000.png.meta | 123 - .../References/pose01_red.000.png | Bin 53889 -> 0 bytes .../References/pose01_red.000.png.meta | 123 - .../References/pose01_red.001.png | Bin 47714 -> 0 bytes .../References/pose01_red.001.png.meta | 123 - .../References/pose01_red.002.png | Bin 42676 -> 0 bytes .../References/pose01_red.002.png.meta | 123 - .../References/pose02_beat_blue.000.png | Bin 38064 -> 0 bytes .../References/pose02_beat_blue.000.png.meta | 123 - .../References/pose02_beat_red.000.png | Bin 40253 -> 0 bytes .../References/pose02_beat_red.000.png.meta | 123 - .../References/pose02_blue.000.png | Bin 51687 -> 0 bytes .../References/pose02_blue.000.png.meta | 123 - .../References/pose02_blue.001.png | Bin 44351 -> 0 bytes .../References/pose02_blue.001.png.meta | 123 - .../References/pose02_blue.002.png | Bin 41259 -> 0 bytes .../References/pose02_blue.002.png.meta | 123 - .../References/pose02_miss_blue_beat.000.png | Bin 33397 -> 0 bytes .../pose02_miss_blue_beat.000.png.meta | 123 - .../References/pose02_miss_blue_beat.001.png | Bin 33628 -> 0 bytes .../pose02_miss_blue_beat.001.png.meta | 123 - .../References/pose02_miss_red_beat.000.png | Bin 37718 -> 0 bytes .../pose02_miss_red_beat.000.png.meta | 123 - .../References/pose02_miss_red_beat.001.png | Bin 37826 -> 0 bytes .../pose02_miss_red_beat.001.png.meta | 123 - .../References/pose02_red.000.png | Bin 59816 -> 0 bytes .../References/pose02_red.000.png.meta | 123 - .../References/pose02_red.001.png | Bin 49369 -> 0 bytes .../References/pose02_red.001.png.meta | 123 - .../References/pose02_red.002.png | Bin 45128 -> 0 bytes .../References/pose02_red.002.png.meta | 123 - .../Games/SumoBrothers/References/sumo.png | Bin 173832 -> 0 bytes .../SumoBrothers/References/sumo.png.meta | 123 - .../Games/SumoBrothers/References/sumo2.PNG | Bin 147566 -> 0 bytes .../SumoBrothers/References/sumo2.PNG.meta | 123 - .../Games/SumoBrothers/References/sumo3.PNG | Bin 173403 -> 0 bytes .../SumoBrothers/References/sumo3.PNG.meta | 123 - ...m Heaven Megamix_20.01.24_15.55.51.819.png | Bin 51443 -> 0 bytes ...ven Megamix_20.01.24_15.55.51.819.png.meta | 123 - .../References/uaibsnpasn/dog_alarm.000.png | Bin 37694 -> 0 bytes .../uaibsnpasn/dog_alarm.000.png.meta | 123 - .../References/uaibsnpasn/dog_alarm.001.png | Bin 37849 -> 0 bytes .../uaibsnpasn/dog_alarm.001.png.meta | 123 - .../References/uaibsnpasn/dog_alarm.002.png | Bin 38575 -> 0 bytes .../uaibsnpasn/dog_alarm.002.png.meta | 123 - .../References/uaibsnpasn/dog_beat.000.png | Bin 27845 -> 0 bytes .../uaibsnpasn/dog_beat.000.png.meta | 123 - .../References/uaibsnpasn/dog_beat.001.png | Bin 28938 -> 0 bytes .../uaibsnpasn/dog_beat.001.png.meta | 123 - .../uaibsnpasn/dog_beat_change.000.png | Bin 36676 -> 0 bytes .../uaibsnpasn/dog_beat_change.000.png.meta | 123 - .../uaibsnpasn/dog_beat_change.001.png | Bin 34769 -> 0 bytes .../uaibsnpasn/dog_beat_change.001.png.meta | 123 - .../uaibsnpasn/dog_beat_change.002.png | Bin 31578 -> 0 bytes .../uaibsnpasn/dog_beat_change.002.png.meta | 123 - .../uaibsnpasn/dog_beat_change.003.png | Bin 30596 -> 0 bytes .../uaibsnpasn/dog_beat_change.003.png.meta | 123 - .../uaibsnpasn/dog_beat_change.004.png | Bin 25971 -> 0 bytes .../uaibsnpasn/dog_beat_change.004.png.meta | 123 - .../uaibsnpasn/dog_beat_change.005.png | Bin 28938 -> 0 bytes .../uaibsnpasn/dog_beat_change.005.png.meta | 123 - .../References/uaibsnpasn/dog_float.000.png | Bin 30286 -> 0 bytes .../uaibsnpasn/dog_float.000.png.meta | 123 - .../References/uaibsnpasn/dog_float.001.png | Bin 29890 -> 0 bytes .../uaibsnpasn/dog_float.001.png.meta | 123 - .../References/uaibsnpasn/dog_float.002.png | Bin 28000 -> 0 bytes .../uaibsnpasn/dog_float.002.png.meta | 123 - .../References/uaibsnpasn/dog_float.003.png | Bin 28938 -> 0 bytes .../uaibsnpasn/dog_float.003.png.meta | 123 - .../uaibsnpasn/dog_float_bad.000.png | Bin 32210 -> 0 bytes .../uaibsnpasn/dog_float_bad.000.png.meta | 123 - .../uaibsnpasn/dog_float_bad.001.png | Bin 32292 -> 0 bytes .../uaibsnpasn/dog_float_bad.001.png.meta | 123 - .../uaibsnpasn/dog_float_bad.002.png | Bin 29012 -> 0 bytes .../uaibsnpasn/dog_float_bad.002.png.meta | 123 - .../uaibsnpasn/harite_back_red.000.png | Bin 31412 -> 0 bytes .../uaibsnpasn/harite_back_red.000.png.meta | 123 - .../uaibsnpasn/harite_back_red.001.png | Bin 29702 -> 0 bytes .../uaibsnpasn/harite_back_red.001.png.meta | 123 - .../uaibsnpasn/harite_back_red.002.png | Bin 28749 -> 0 bytes .../uaibsnpasn/harite_back_red.002.png.meta | 123 - .../uaibsnpasn/harite_back_red.003.png | Bin 28993 -> 0 bytes .../uaibsnpasn/harite_back_red.003.png.meta | 123 - .../uaibsnpasn/harite_back_red.004.png | Bin 31773 -> 0 bytes .../uaibsnpasn/harite_back_red.004.png.meta | 123 - .../uaibsnpasn/harite_back_red.005.png | Bin 31875 -> 0 bytes .../uaibsnpasn/harite_back_red.005.png.meta | 123 - .../uaibsnpasn/harite_back_red.006.png | Bin 31928 -> 0 bytes .../uaibsnpasn/harite_back_red.006.png.meta | 123 - .../uaibsnpasn/harite_back_red.007.png | Bin 31843 -> 0 bytes .../uaibsnpasn/harite_back_red.007.png.meta | 123 - .../uaibsnpasn/harite_back_red.008.png | Bin 29868 -> 0 bytes .../uaibsnpasn/harite_back_red.008.png.meta | 123 - .../uaibsnpasn/harite_back_red.009.png | Bin 29315 -> 0 bytes .../uaibsnpasn/harite_back_red.009.png.meta | 123 - .../uaibsnpasn/harite_back_red.010.png | Bin 26908 -> 0 bytes .../uaibsnpasn/harite_back_red.010.png.meta | 123 - .../uaibsnpasn/harite_back_red.2.png | Bin 27638 -> 0 bytes .../uaibsnpasn/harite_back_red.2.png.meta | 123 - .../uaibsnpasn/harite_front_red.000.png | Bin 31804 -> 0 bytes .../uaibsnpasn/harite_front_red.000.png.meta | 123 - .../uaibsnpasn/harite_front_red.001.png | Bin 27688 -> 0 bytes .../uaibsnpasn/harite_front_red.001.png.meta | 123 - .../uaibsnpasn/harite_front_red.002.png | Bin 24206 -> 0 bytes .../uaibsnpasn/harite_front_red.002.png.meta | 123 - .../uaibsnpasn/harite_front_red.003.png | Bin 23290 -> 0 bytes .../uaibsnpasn/harite_front_red.003.png.meta | 123 - .../uaibsnpasn/harite_front_red.004.png | Bin 24511 -> 0 bytes .../uaibsnpasn/harite_front_red.004.png.meta | 123 - .../uaibsnpasn/harite_front_red.005.png | Bin 28139 -> 0 bytes .../uaibsnpasn/harite_front_red.005.png.meta | 123 - .../uaibsnpasn/harite_front_red.006.png | Bin 27294 -> 0 bytes .../uaibsnpasn/harite_front_red.006.png.meta | 123 - .../uaibsnpasn/harite_front_red.007.png | Bin 26188 -> 0 bytes .../uaibsnpasn/harite_front_red.007.png.meta | 123 - .../uaibsnpasn/harite_front_red.008.png | Bin 22656 -> 0 bytes .../uaibsnpasn/harite_front_red.008.png.meta | 123 - .../uaibsnpasn/harite_front_red.009.png | Bin 24074 -> 0 bytes .../uaibsnpasn/harite_front_red.009.png.meta | 123 - .../uaibsnpasn/harite_front_red.010.png | Bin 22184 -> 0 bytes .../uaibsnpasn/harite_front_red.010.png.meta | 123 - .../uaibsnpasn/harite_front_red.2.png | Bin 25842 -> 0 bytes .../uaibsnpasn/harite_front_red.2.png.meta | 123 - .../uaibsnpasn/harite_miss_red.000.png | Bin 34869 -> 0 bytes .../uaibsnpasn/harite_miss_red.000.png.meta | 123 - .../uaibsnpasn/harite_miss_red.001.png | Bin 35666 -> 0 bytes .../uaibsnpasn/harite_miss_red.001.png.meta | 123 - .../uaibsnpasn/harite_miss_red.002.png | Bin 35484 -> 0 bytes .../uaibsnpasn/harite_miss_red.002.png.meta | 123 - .../uaibsnpasn/harite_ready_red.000.png | Bin 20929 -> 0 bytes .../uaibsnpasn/harite_ready_red.000.png.meta | 123 - .../uaibsnpasn/harite_ready_red.001.png | Bin 23900 -> 0 bytes .../uaibsnpasn/harite_ready_red.001.png.meta | 123 - .../uaibsnpasn/harite_ready_red.002.png | Bin 24330 -> 0 bytes .../uaibsnpasn/harite_ready_red.002.png.meta | 123 - .../uaibsnpasn/harite_switch_red.0.png | Bin 27908 -> 0 bytes .../uaibsnpasn/harite_switch_red.0.png.meta | 123 - .../uaibsnpasn/harite_switch_red.1.png | Bin 26043 -> 0 bytes .../uaibsnpasn/harite_switch_red.1.png.meta | 123 - .../uaibsnpasn/harite_switch_red.2.png | Bin 26644 -> 0 bytes .../uaibsnpasn/harite_switch_red.2.png.meta | 123 - .../uaibsnpasn/harite_switch_red.3.png | Bin 35502 -> 0 bytes .../uaibsnpasn/harite_switch_red.3.png.meta | 123 - .../uaibsnpasn/harite_switch_red.4.png | Bin 35553 -> 0 bytes .../uaibsnpasn/harite_switch_red.4.png.meta | 123 - .../uaibsnpasn/harite_switch_red.5.png | Bin 35984 -> 0 bytes .../uaibsnpasn/harite_switch_red.5.png.meta | 123 - .../References/uaibsnpasn/impact_00.000.png | Bin 6591 -> 0 bytes .../uaibsnpasn/impact_00.000.png.meta | 123 - .../References/uaibsnpasn/impact_00.001.png | Bin 16102 -> 0 bytes .../uaibsnpasn/impact_00.001.png.meta | 123 - .../References/uaibsnpasn/impact_00.002.png | Bin 5018 -> 0 bytes .../uaibsnpasn/impact_00.002.png.meta | 123 - .../uaibsnpasn/pose00_beat_blue.000.png | Bin 40789 -> 0 bytes .../uaibsnpasn/pose00_beat_blue.000.png.meta | 123 - .../uaibsnpasn/pose00_beat_red.000.png | Bin 40780 -> 0 bytes .../uaibsnpasn/pose00_beat_red.000.png.meta | 123 - .../References/uaibsnpasn/pose00_blue.000.png | Bin 57973 -> 0 bytes .../uaibsnpasn/pose00_blue.000.png.meta | 123 - .../References/uaibsnpasn/pose00_blue.001.png | Bin 48810 -> 0 bytes .../uaibsnpasn/pose00_blue.001.png.meta | 123 - .../References/uaibsnpasn/pose00_blue.002.png | Bin 45191 -> 0 bytes .../uaibsnpasn/pose00_blue.002.png.meta | 123 - .../uaibsnpasn/pose00_miss_blue_beat.000.png | Bin 37174 -> 0 bytes .../pose00_miss_blue_beat.000.png.meta | 123 - .../uaibsnpasn/pose00_miss_blue_beat.001.png | Bin 37091 -> 0 bytes .../pose00_miss_blue_beat.001.png.meta | 123 - .../uaibsnpasn/pose00_miss_red_beat.000.png | Bin 36790 -> 0 bytes .../pose00_miss_red_beat.000.png.meta | 123 - .../uaibsnpasn/pose00_miss_red_beat.001.png | Bin 36693 -> 0 bytes .../pose00_miss_red_beat.001.png.meta | 123 - .../References/uaibsnpasn/pose00_red.000.png | Bin 59709 -> 0 bytes .../uaibsnpasn/pose00_red.000.png.meta | 123 - .../References/uaibsnpasn/pose00_red.001.png | Bin 49043 -> 0 bytes .../uaibsnpasn/pose00_red.001.png.meta | 123 - .../References/uaibsnpasn/pose00_red.002.png | Bin 45339 -> 0 bytes .../uaibsnpasn/pose00_red.002.png.meta | 123 - .../uaibsnpasn/pose_switch_red.000.png | Bin 19751 -> 0 bytes .../uaibsnpasn/pose_switch_red.000.png.meta | 123 - .../uaibsnpasn/pose_switch_red.001.png | Bin 20424 -> 0 bytes .../uaibsnpasn/pose_switch_red.001.png.meta | 123 - .../uaibsnpasn/pose_switch_red.002.png | Bin 21397 -> 0 bytes .../uaibsnpasn/pose_switch_red.002.png.meta | 123 - .../uaibsnpasn/pose_switch_red.003.png | Bin 23765 -> 0 bytes .../uaibsnpasn/pose_switch_red.003.png.meta | 123 - .../uaibsnpasn/rikishi_beat_red.000.png | Bin 22413 -> 0 bytes .../uaibsnpasn/rikishi_beat_red.000.png.meta | 123 - .../uaibsnpasn/rikishi_beat_red.001.png | Bin 21354 -> 0 bytes .../uaibsnpasn/rikishi_beat_red.001.png.meta | 123 - .../References/uaibsnpasn/shiko_L_red.001.png | Bin 28157 -> 0 bytes .../uaibsnpasn/shiko_L_red.001.png.meta | 123 - .../References/uaibsnpasn/shiko_R_red.001.png | Bin 28044 -> 0 bytes .../uaibsnpasn/shiko_R_red.001.png.meta | 123 - .../References/uaibsnpasn/shiko_R_red.002.png | Bin 24893 -> 0 bytes .../uaibsnpasn/shiko_R_red.002.png.meta | 123 - .../References/uaibsnpasn/shiko_R_red.003.png | Bin 23757 -> 0 bytes .../uaibsnpasn/shiko_R_red.003.png.meta | 123 - .../References/uaibsnpasn/shiko_R_red.3.png | Bin 61835 -> 0 bytes .../uaibsnpasn/shiko_R_red.3.png.meta | 123 - .../References/uaibsnpasn/shiko_R_red.4.png | Bin 25766 -> 0 bytes .../uaibsnpasn/shiko_R_red.4.png.meta | 123 - .../uaibsnpasn/shiko_miss_red.000.png | Bin 29865 -> 0 bytes .../uaibsnpasn/shiko_miss_red.000.png.meta | 123 - .../uaibsnpasn/shiko_miss_red.001.png | Bin 28872 -> 0 bytes .../uaibsnpasn/shiko_miss_red.001.png.meta | 123 - .../uaibsnpasn/shiko_ready_L_red.000.png | Bin 34443 -> 0 bytes .../uaibsnpasn/shiko_ready_L_red.000.png.meta | 123 - .../uaibsnpasn/shiko_ready_L_red.001.png | Bin 33107 -> 0 bytes .../uaibsnpasn/shiko_ready_L_red.001.png.meta | 123 - .../uaibsnpasn/shiko_ready_L_red.002.png | Bin 31334 -> 0 bytes .../uaibsnpasn/shiko_ready_L_red.002.png.meta | 123 - .../uaibsnpasn/shiko_ready_R_red.000.png | Bin 34519 -> 0 bytes .../uaibsnpasn/shiko_ready_R_red.000.png.meta | 123 - .../uaibsnpasn/shiko_ready_R_red.001.png | Bin 35284 -> 0 bytes .../uaibsnpasn/shiko_ready_R_red.001.png.meta | 123 - .../uaibsnpasn/shiko_ready_R_red.002.png | Bin 34769 -> 0 bytes .../uaibsnpasn/shiko_ready_R_red.002.png.meta | 123 - .../SumoBrothers/YaseiNoIkiG3M4.png.meta | 31 +- .../Sprites/Games/SumoBrothers/confetti.png | Bin 0 -> 126 bytes ...at_blue.000.png.meta => confetti.png.meta} | 58 +- .../Sprites/Games/SumoBrothers/old.png | Bin 0 -> 1531689 bytes .../Sprites/Games/SumoBrothers/old.png.meta | 2398 ++ .../Sprites/Games/SumoBrothers/sumou_bg.png | Bin 1114374 -> 1115190 bytes .../Games/SumoBrothers/sumou_bg.png.meta | 94 +- .../Games/SumoBrothers/sumou_bg_alt.png | Bin 0 -> 992393 bytes ...lue.000.png.meta => sumou_bg_alt.png.meta} | 60 +- .../Games/SumoBrothers/sumou_bg_nerrrrd.png | Bin 0 -> 657430 bytes ...000.png.meta => sumou_bg_nerrrrd.png.meta} | 60 +- .../Games/SumoBrothers/sumou_brothers.png | Bin 1531689 -> 1506247 bytes .../SumoBrothers/sumou_brothers.png.meta | 145 +- Assets/Scenes/Editor.unity | 10 +- .../Games/SumoBrothers/SumoBrothers.cs | 316 +- ...Generator.Editor.ProjectSettingsData.asset | 89 + 482 files changed, 392974 insertions(+), 80866 deletions(-) create mode 100644 Assets/Resources/Sfx/games/sumoBrothers/Goofy.ogg rename Assets/Resources/Sfx/games/sumoBrothers/{tink.mp3.meta => Goofy.ogg.meta} (79%) delete mode 100644 Assets/Resources/Sfx/games/sumoBrothers/tink.mp3 create mode 100644 Assets/Resources/Sfx/games/sumoBrothers/tink.ogg create mode 100644 Assets/Resources/Sfx/games/sumoBrothers/tink.ogg.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller rename Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/{SumoGHead.controller.meta => SumoHead.controller.meta} (82%) create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller rename Assets/Resources/Sprites/Games/SumoBrothers/Animations/{SumoBrothers/Heads/SumoPHead.controller.meta => YaseiNoIkiG3M4.controller.meta} (63%) rename Assets/Resources/Sprites/Games/SumoBrothers/{References/uaibsnpasn.meta => Animations/backgrounds.meta} (60%) create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim.meta rename Assets/Resources/Sprites/Games/SumoBrothers/Animations/{SumoBrothers/Heads/SumoPHead.controller => backgrounds/bgGreatWave.controller} (57%) create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/KARATEJORK.png rename Assets/Resources/Sprites/Games/SumoBrothers/{References/bg_00.000.png.meta => KARATEJORK.png.meta} (97%) delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/bg_00.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_blue.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/sumo2.PNG delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/sumo2.PNG.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/sumo3.PNG delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/sumo3.PNG.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/Rhythm Heaven Megamix_20.01.24_15.55.51.819.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/Rhythm Heaven Megamix_20.01.24_15.55.51.819.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.003.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.003.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.006.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.006.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.007.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.007.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.008.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.008.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.003.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.003.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.004.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.004.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.009.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.009.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.010.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.010.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.2.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.2.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.4.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.4.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.5.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.5.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_blue.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_blue.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.003.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.003.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.3.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.3.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.4.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.4.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.002.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.000.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.000.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.001.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.001.png.meta delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.002.png delete mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.002.png.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/confetti.png rename Assets/Resources/Sprites/Games/SumoBrothers/{References/pose01_beat_blue.000.png.meta => confetti.png.meta} (70%) create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/old.png create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/old.png.meta create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/sumou_bg_alt.png rename Assets/Resources/Sprites/Games/SumoBrothers/{References/pose01_blue.000.png.meta => sumou_bg_alt.png.meta} (68%) create mode 100644 Assets/Resources/Sprites/Games/SumoBrothers/sumou_bg_nerrrrd.png rename Assets/Resources/Sprites/Games/SumoBrothers/{References/pose01_beat_red.000.png.meta => sumou_bg_nerrrrd.png.meta} (68%) diff --git a/Assets/Resources/Games/sumoBrothers.prefab b/Assets/Resources/Games/sumoBrothers.prefab index 45cad9c2f..a57b383c5 100644 --- a/Assets/Resources/Games/sumoBrothers.prefab +++ b/Assets/Resources/Games/sumoBrothers.prefab @@ -572,8 +572,9 @@ Transform: - {fileID: 1054458548175378452} - {fileID: 6159788450536274637} - {fileID: 8444769191034054893} + - {fileID: 5924372126563568698} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 7 + m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &991915773734985457 GameObject: @@ -743,6 +744,142 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1034966771656529632 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3940920963775975421} + - component: {fileID: 8967422386780011230} + - component: {fileID: 3468242235159997380} + m_Layer: 0 + m_Name: bumpsT + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3940920963775975421 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1034966771656529632} + m_LocalRotation: {x: 0, y: 0, z: 1, w: 0} + m_LocalPosition: {x: 0, y: 2.983, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7218407332982540323} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 180} +--- !u!212 &8967422386780011230 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1034966771656529632} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 1491224058, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 10.24, y: 0.7} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!331 &3468242235159997380 +SpriteMask: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1034966771656529632} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 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_Sprite: {fileID: 1491224058, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_MaskAlphaCutoff: 0.2 + m_FrontSortingLayerID: 0 + m_BackSortingLayerID: 0 + m_FrontSortingLayer: 0 + m_BackSortingLayer: 0 + m_FrontSortingOrder: -49 + m_BackSortingOrder: -50 + m_IsCustomRangeActive: 1 + m_SpriteSortPoint: 0 --- !u!1 &1036972510660417196 GameObject: m_ObjectHideFlags: 0 @@ -911,6 +1048,124 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1155986455020060817 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6892710662564973687} + - component: {fileID: 5938572105153937353} + - component: {fileID: 975344242252234812} + - component: {fileID: 8092051099544489838} + m_Layer: 0 + m_Name: glasses + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6892710662564973687 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1155986455020060817} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -1.423, y: 0.881, z: 0} + m_LocalScale: {x: 1.4, y: 1.4, z: 1.4} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 8905545811590728090} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &5938572105153937353 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1155986455020060817} + 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_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: 7688654792128702393, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 0} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 0.6, y: 0.44} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!210 &975344242252234812 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1155986455020060817} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 2 +--- !u!95 &8092051099544489838 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1155986455020060817} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: 8afe1e5ad829e5f48a46fd80a989fcc0, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!1 &1162229544382514329 GameObject: m_ObjectHideFlags: 0 @@ -1113,6 +1368,124 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1386745820065649019 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 804798530543551203} + - component: {fileID: 448656262801073483} + - component: {fileID: 2325388115546257370} + - component: {fileID: 8786252013339787948} + m_Layer: 0 + m_Name: bgStatic + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &804798530543551203 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386745820065649019} + 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: 8714224925976748362} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &448656262801073483 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386745820065649019} + 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_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: -49 + m_Sprite: {fileID: -8551528264012278953, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 9.91, y: 5.27} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!210 &2325388115546257370 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386745820065649019} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!95 &8786252013339787948 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1386745820065649019} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: c188513c4da234b4196686e13c3f3315, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!1 &1404329719074532004 GameObject: m_ObjectHideFlags: 0 @@ -2074,6 +2447,8 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 2722313523461046499} + - {fileID: 8714224925976748362} + - {fileID: 537275416275581813} - {fileID: 1853380212614826071} - {fileID: 5411433861679147670} - {fileID: 8501468679800925588} @@ -2104,7 +2479,16 @@ MonoBehaviour: sumoBrotherGHead: {fileID: 1817974397600853338} sumoBrotherPHead: {fileID: 3294882688726592496} impact: {fileID: 4014474221203422495} + glasses: {fileID: 8092051099544489838} dust: {fileID: 0} + bgMove: {fileID: 907213061987012567} + bgStatic: {fileID: 8786252013339787948} + camera: {fileID: 7621216590368296269} + cameraX: 0 + cameraXNew: 0 + stompShakeSpeed: 0.125 + stompShakeTimings: [] + stompShakeValues: [] --- !u!1 &2594614983758801598 GameObject: m_ObjectHideFlags: 0 @@ -2225,7 +2609,7 @@ Transform: - {fileID: 7686346614266133212} - {fileID: 4760368358377446786} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 3 + m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &3161370706079600308 Animator: @@ -2436,6 +2820,7 @@ GameObject: serializedVersion: 6 m_Component: - component: {fileID: 1853380212614826071} + - component: {fileID: 71464071272003141} m_Layer: 0 m_Name: ground m_TagString: Untagged @@ -2451,17 +2836,27 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2745792292394482738} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: -2.89, z: 0} - m_LocalScale: {x: 2.08, y: 2.08, z: 1} + m_LocalPosition: {x: 0, y: -2.862, z: 0} + m_LocalScale: {x: 2.084, y: 2.084, z: 1} m_ConstrainProportionsScale: 0 m_Children: - {fileID: 5027793911758892482} - {fileID: 7213482127143916375} - - {fileID: 537275416275581813} - {fileID: 4981410938374687980} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 1 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!210 &71464071272003141 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2745792292394482738} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -60 --- !u!1 &2802901052403800256 GameObject: m_ObjectHideFlags: 0 @@ -2746,6 +3141,265 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &3099166303208297066 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7218407332982540323} + - component: {fileID: 5106946062498368209} + - component: {fileID: 4396970432852235602} + m_Layer: 0 + m_Name: mask + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &7218407332982540323 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099166303208297066} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 10.4, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 4021789002944494681} + - {fileID: 3836093165427863576} + - {fileID: 5692175391129838502} + - {fileID: 3940920963775975421} + m_Father: {fileID: 5013418392950967665} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &5106946062498368209 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099166303208297066} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 9.91, y: 5.27} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!331 &4396970432852235602 +SpriteMask: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3099166303208297066} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 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_Sprite: {fileID: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_MaskAlphaCutoff: 0.2 + m_FrontSortingLayerID: 0 + m_BackSortingLayerID: 0 + m_FrontSortingLayer: 0 + m_BackSortingLayer: 0 + m_FrontSortingOrder: -49 + m_BackSortingOrder: -50 + m_IsCustomRangeActive: 1 + m_SpriteSortPoint: 0 +--- !u!1 &3133428920337628675 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5013418392950967665} + - component: {fileID: 5548543138769065427} + - component: {fileID: 4517489789628717507} + - component: {fileID: 907213061987012567} + m_Layer: 0 + m_Name: bgMove + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5013418392950967665 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3133428920337628675} + 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: 7218407332982540323} + m_Father: {fileID: 8714224925976748362} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &5548543138769065427 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3133428920337628675} + 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_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: -49 + m_Sprite: {fileID: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 9.91, y: 5.27} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 1 + m_SpriteSortPoint: 0 +--- !u!210 &4517489789628717507 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3133428920337628675} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 1 +--- !u!95 &907213061987012567 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3133428920337628675} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: c188513c4da234b4196686e13c3f3315, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 --- !u!1 &3190431508682864428 GameObject: m_ObjectHideFlags: 0 @@ -2756,6 +3410,8 @@ GameObject: m_Component: - component: {fileID: 4284038126118897443} - component: {fileID: 5681035325528858982} + - component: {fileID: 2122002795648694647} + - component: {fileID: 7626917962458326877} m_Layer: 0 m_Name: YaseiNoIkiG3M4 m_TagString: Untagged @@ -2774,9 +3430,10 @@ Transform: m_LocalPosition: {x: 0, y: -20, z: 20} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 - m_Children: [] + m_Children: + - {fileID: 9100760006335261179} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 6 + m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 45, y: 0, z: 0} --- !u!212 &5681035325528858982 SpriteRenderer: @@ -2830,6 +3487,38 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!95 &2122002795648694647 +Animator: + serializedVersion: 5 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3190431508682864428} + m_Enabled: 1 + m_Avatar: {fileID: 0} + m_Controller: {fileID: 9100000, guid: e4a74f2a69d60ae4b8e984a237a924a2, type: 2} + m_CullingMode: 0 + m_UpdateMode: 0 + m_ApplyRootMotion: 0 + m_LinearVelocityBlending: 0 + m_StabilizeFeet: 0 + m_WarningMessage: + m_HasTransformHierarchy: 1 + m_AllowConstantClipSamplingOptimization: 1 + m_KeepAnimatorStateOnDisable: 0 + m_WriteDefaultValuesOnDisable: 0 +--- !u!210 &7626917962458326877 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3190431508682864428} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -1000 --- !u!1 &3224486453549396196 GameObject: m_ObjectHideFlags: 0 @@ -2943,8 +3632,9 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 2762256219519098174} + - {fileID: 6892710662564973687} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 5 + m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &3506524817364013249 GameObject: @@ -2956,6 +3646,7 @@ GameObject: m_Component: - component: {fileID: 2722313523461046499} - component: {fileID: 1736917917576956606} + - component: {fileID: 4971809595780148665} m_Layer: 0 m_Name: background m_TagString: Untagged @@ -3033,6 +3724,17 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!210 &4971809595780148665 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3506524817364013249} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -100 --- !u!1 &3568469410611920434 GameObject: m_ObjectHideFlags: 0 @@ -3180,7 +3882,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3755402736554734648} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.02, y: 0, z: 0} + m_LocalPosition: {x: 0.024, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -3790,6 +4492,7 @@ GameObject: m_Component: - component: {fileID: 537275416275581813} - component: {fileID: 5683578225690563698} + - component: {fileID: 2252596071800573351} m_Layer: 0 m_Name: inuSenseiPlatform m_TagString: Untagged @@ -3805,11 +4508,11 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4337521390274852560} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.015, y: 0.98, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalPosition: {x: 0.02, y: -0.846, z: 0} + m_LocalScale: {x: 2.074, y: 2.074, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] - m_Father: {fileID: 1853380212614826071} + m_Father: {fileID: 7621216590368296269} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &5683578225690563698 @@ -3864,6 +4567,17 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!210 &2252596071800573351 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4337521390274852560} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -70 --- !u!1 &4515368147598660868 GameObject: m_ObjectHideFlags: 0 @@ -3984,7 +4698,7 @@ Transform: - {fileID: 6194968434874465156} - {fileID: 662709031633107392} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 4 + m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} --- !u!95 &830840952002067636 Animator: @@ -4102,6 +4816,4818 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &4748778982081516194 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9100760006335261179} + - component: {fileID: 8810722312037002986} + - component: {fileID: 7668470661246428136} + m_Layer: 0 + m_Name: jork + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &9100760006335261179 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4748778982081516194} + m_LocalRotation: {x: -0.9238795, y: -0, z: -0, w: 0.38268346} + m_LocalPosition: {x: 0.44, y: 0.68, z: 1.48} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 4284038126118897443} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!198 &8810722312037002986 +ParticleSystem: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4748778982081516194} + serializedVersion: 8 + lengthInSec: 5 + simulationSpeed: 1 + stopAction: 0 + cullingMode: 0 + ringBufferMode: 0 + ringBufferLoopRange: {x: 0, y: 1} + emitterVelocityMode: 1 + 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: 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_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: 4 + 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 + 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: 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: 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 + startRotationX: + 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 + startRotationY: + 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 + startRotation: + 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 + randomizeRotationDirection: 0 + maxNumParticles: 1000 + customEmitterVelocity: {x: 0, y: 0, z: 0} + size3D: 0 + rotation3D: 0 + 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: 25 + length: 5 + boxThickness: {x: 0, y: 0, z: 0} + radiusThickness: 0 + donutRadius: 0.2 + m_Position: {x: 0, y: 0, z: 0} + m_Rotation: {x: -33.01, 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: 11 + 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: 282.8 + 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: 15 + 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: 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 + 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: 1 + mode: 1 + 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: 21300000, guid: 41d8cb22176e8134f8d89203dace7786, type: 3} + 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: 1.06 + 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: 1 + 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: 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: -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: 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: -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: 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: -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: 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: 4 + type: 0 + collisionMode: 0 + colliderForce: 0 + multiplyColliderForceByParticleSize: 0 + multiplyColliderForceByParticleSpeed: 0 + multiplyColliderForceByCollisionAngle: 1 + m_Planes: [] + 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: [] + 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 &7668470661246428136 +ParticleSystemRenderer: + serializedVersion: 6 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4748778982081516194} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10308, 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: 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_UseCustomVertexStreams: 0 + m_EnableGPUInstancing: 1 + m_ApplyActiveColorSpace: 1 + m_AllowRoll: 1 + m_FreeformStretching: 0 + m_RotateWithStretchDirection: 1 + m_VertexStreams: 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!1 &4793463749999769759 GameObject: m_ObjectHideFlags: 0 @@ -4618,7 +10144,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5259524508195570774} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.02, y: 0, z: 0} + m_LocalPosition: {x: -0.024, y: 0, z: 0} m_LocalScale: {x: -1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -5653,6 +11179,313 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &6077200626216454773 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5924372126563568698} + - component: {fileID: 1861286800313210198} + m_Layer: 0 + m_Name: AngryTapper2 - [Rhythm Heaven Megamix] - Sumo Brothers (Perfect) (English) + [tsWYl6E2WcY - 853x480 - 1m17s] (1) + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &5924372126563568698 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6077200626216454773} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.4988, y: 1.4988, z: 1.4988} + m_ConstrainProportionsScale: 1 + m_Children: + - {fileID: 6925189831894851649} + m_Father: {fileID: 2750176633399016490} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &1861286800313210198 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6077200626216454773} + 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_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: 02555d67b8ab06b438469d3a43cec8e8, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 8.53, y: 4.8} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!1 &6081795588540371572 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6925189831894851649} + - component: {fileID: 2287291033417337250} + m_Layer: 0 + m_Name: AngryTapper2 - [Rhythm Heaven Megamix] - Sumo Brothers (Perfect) (English) + [tsWYl6E2WcY - 853x480 - 1m18s] + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &6925189831894851649 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6081795588540371572} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.048, y: 1.048, z: 1.048} + m_ConstrainProportionsScale: 1 + m_Children: [] + m_Father: {fileID: 5924372126563568698} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &2287291033417337250 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6081795588540371572} + 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_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: 0afc0ac4d3874504196ff596e5f30cdc, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 8.53, y: 4.8} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!1 &6181681341935747238 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4021789002944494681} + - component: {fileID: 3041854582945143792} + - component: {fileID: 2532103195483792781} + m_Layer: 0 + m_Name: bumpsL + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4021789002944494681 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6181681341935747238} + m_LocalRotation: {x: 0, y: 0, z: -0.7071068, w: 0.7071068} + m_LocalPosition: {x: -5.3028, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7218407332982540323} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: -90} +--- !u!212 &3041854582945143792 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6181681341935747238} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: -445509945, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 5.55, y: 0.7} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!331 &2532103195483792781 +SpriteMask: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6181681341935747238} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 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_Sprite: {fileID: -445509945, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_MaskAlphaCutoff: 0.2 + m_FrontSortingLayerID: 0 + m_BackSortingLayerID: 0 + m_FrontSortingLayer: 0 + m_BackSortingLayer: 0 + m_FrontSortingOrder: -49 + m_BackSortingOrder: -50 + m_IsCustomRangeActive: 1 + m_SpriteSortPoint: 0 --- !u!1 &6218917929816243369 GameObject: m_ObjectHideFlags: 0 @@ -5821,6 +11654,142 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &6400711172464996959 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3836093165427863576} + - component: {fileID: 1518428300399420937} + - component: {fileID: 6308297801712650484} + m_Layer: 0 + m_Name: bumpsR + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3836093165427863576 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6400711172464996959} + m_LocalRotation: {x: 0, y: 0, z: 0.7071068, w: 0.7071068} + m_LocalPosition: {x: 5.3028, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7218407332982540323} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 90} +--- !u!212 &1518428300399420937 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6400711172464996959} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: -445509945, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 0, g: 0, b: 0, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 5.55, y: 0.7} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!331 &6308297801712650484 +SpriteMask: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6400711172464996959} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 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_Sprite: {fileID: -445509945, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_MaskAlphaCutoff: 0.2 + m_FrontSortingLayerID: 0 + m_BackSortingLayerID: 0 + m_FrontSortingLayer: 0 + m_BackSortingLayer: 0 + m_FrontSortingOrder: -49 + m_BackSortingOrder: -50 + m_IsCustomRangeActive: 1 + m_SpriteSortPoint: 0 --- !u!1 &6452904633755870156 GameObject: m_ObjectHideFlags: 0 @@ -6025,7 +11994,7 @@ Transform: - {fileID: 7530245264210513180} - {fileID: 3370671653461337319} m_Father: {fileID: 7621216590368296269} - m_RootOrder: 2 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &5227835019659435990 Animator: @@ -6110,7 +12079,7 @@ SortingGroup: m_Enabled: 1 m_SortingLayerID: 0 m_SortingLayer: 0 - m_SortingOrder: -1 + m_SortingOrder: -2 --- !u!1 &6987104331872438193 GameObject: m_ObjectHideFlags: 0 @@ -6634,6 +12603,51 @@ Transform: m_Father: {fileID: 8501468679800925588} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8429329709077149579 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8714224925976748362} + - component: {fileID: 2764551724294679142} + m_Layer: 0 + m_Name: backgroundChanges + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8714224925976748362 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8429329709077149579} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.01, y: -0.12, z: 0} + m_LocalScale: {x: 2.08, y: 2.08, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 5013418392950967665} + - {fileID: 804798530543551203} + m_Father: {fileID: 7621216590368296269} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!210 &2764551724294679142 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8429329709077149579} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -90 --- !u!1 &8460412186210205358 GameObject: m_ObjectHideFlags: 0 @@ -6791,7 +12805,7 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 501 - m_Sprite: {fileID: 21300000, guid: 06bb1ad413783784d93a7a4680bb9165, type: 3} + m_Sprite: {fileID: 21300000, guid: 77e6116b72b006141aedd433f4bc7077, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 0.6862745} m_FlipX: 0 m_FlipY: 0 @@ -6827,12 +12841,12 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8505794553771142455} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: -6.76, z: 0} + m_LocalPosition: {x: 0, y: -10.82, z: 0} m_LocalScale: {x: 11.829995, y: 20, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 1853380212614826071} - m_RootOrder: 3 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &3819258356052703807 SpriteRenderer: @@ -7038,6 +13052,142 @@ Transform: m_Father: {fileID: 8501468679800925588} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &8806642092953532125 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5692175391129838502} + - component: {fileID: 6532382674986460025} + - component: {fileID: 5333757571268291986} + m_Layer: 0 + m_Name: bumpsB + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5692175391129838502 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8806642092953532125} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -2.979, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 7218407332982540323} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &6532382674986460025 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8806642092953532125} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 1491224058, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 10.24, y: 0.7} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!331 &5333757571268291986 +SpriteMask: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8806642092953532125} + 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_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10758, 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: 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_Sprite: {fileID: 1491224058, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_MaskAlphaCutoff: 0.2 + m_FrontSortingLayerID: 0 + m_BackSortingLayerID: 0 + m_FrontSortingLayer: 0 + m_BackSortingLayer: 0 + m_FrontSortingOrder: -49 + m_BackSortingOrder: -50 + m_IsCustomRangeActive: 1 + m_SpriteSortPoint: 0 --- !u!1 &8922138106869263797 GameObject: m_ObjectHideFlags: 0 @@ -7133,7 +13283,7 @@ Animator: m_GameObject: {fileID: 8922138106869263797} m_Enabled: 1 m_Avatar: {fileID: 0} - m_Controller: {fileID: 9100000, guid: 1e1b57807143ecc44ac74d8554d023b6, type: 2} + m_Controller: {fileID: 9100000, guid: 26474835033c1a249b43ae85decf69ee, type: 2} m_CullingMode: 0 m_UpdateMode: 0 m_ApplyRootMotion: 0 @@ -7155,6 +13305,7 @@ GameObject: - component: {fileID: 2762256219519098174} - component: {fileID: 8586851493466339267} - component: {fileID: 4014474221203422495} + - component: {fileID: 5703616812285415365} m_Layer: 0 m_Name: impact m_TagString: Untagged @@ -7250,6 +13401,17 @@ Animator: m_AllowConstantClipSamplingOptimization: 1 m_KeepAnimatorStateOnDisable: 0 m_WriteDefaultValuesOnDisable: 0 +--- !u!210 &5703616812285415365 +SortingGroup: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 8949106469928414165} + m_Enabled: 1 + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -1 --- !u!1 &8980866925709474031 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Resources/Games/sumoBrothers.prefab.meta b/Assets/Resources/Games/sumoBrothers.prefab.meta index 28c406d8d..a5a6451de 100644 --- a/Assets/Resources/Games/sumoBrothers.prefab.meta +++ b/Assets/Resources/Games/sumoBrothers.prefab.meta @@ -3,5 +3,5 @@ guid: 470ba3b49007faf44bcf604b10437d5c PrefabImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Prefabs/GameView/GameTex.renderTexture b/Assets/Resources/Prefabs/GameView/GameTex.renderTexture index 7b61f2944..8c4b7c141 100644 --- a/Assets/Resources/Prefabs/GameView/GameTex.renderTexture +++ b/Assets/Resources/Prefabs/GameView/GameTex.renderTexture @@ -14,8 +14,8 @@ RenderTexture: m_DownscaleFallback: 0 m_IsAlphaChannelOptional: 0 serializedVersion: 5 - m_Width: 2238 - m_Height: 1258 + m_Width: 1057 + m_Height: 595 m_AntiAliasing: 2 m_MipCount: -1 m_DepthStencilFormat: 92 diff --git a/Assets/Resources/Prefabs/GameView/OverlayTex.renderTexture b/Assets/Resources/Prefabs/GameView/OverlayTex.renderTexture index 994f54231..0adc9aee6 100644 --- a/Assets/Resources/Prefabs/GameView/OverlayTex.renderTexture +++ b/Assets/Resources/Prefabs/GameView/OverlayTex.renderTexture @@ -14,8 +14,8 @@ RenderTexture: m_DownscaleFallback: 0 m_IsAlphaChannelOptional: 0 serializedVersion: 5 - m_Width: 3357 - m_Height: 1887 + m_Width: 1585 + m_Height: 892 m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 92 diff --git a/Assets/Resources/Sfx/games/sumoBrothers/Goofy.ogg b/Assets/Resources/Sfx/games/sumoBrothers/Goofy.ogg new file mode 100644 index 0000000000000000000000000000000000000000..20643d8400e69ef76ae10ae8cbbe2db2a387ded0 GIT binary patch literal 15937 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 literal 0 HcmV?d00001 diff --git a/Assets/Resources/Sfx/games/sumoBrothers/tink.mp3.meta b/Assets/Resources/Sfx/games/sumoBrothers/Goofy.ogg.meta similarity index 79% rename from Assets/Resources/Sfx/games/sumoBrothers/tink.mp3.meta rename to Assets/Resources/Sfx/games/sumoBrothers/Goofy.ogg.meta index 683671d97..0c6bfb5b2 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/tink.mp3.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/Goofy.ogg.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1ea711b1c4c8c704bb03b16bdf01fb7a +guid: 18f56e2862f8710448788dc715cc589f AudioImporter: externalObjects: {} serializedVersion: 6 @@ -7,7 +7,7 @@ AudioImporter: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 - compressionFormat: 0 + compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: rvlseal/common + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/miss.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/miss.wav.meta index f6bbdeb50..5f170990d 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/miss.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/miss.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: agbexplode/common + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/pose.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/pose.wav.meta index 5bdd4fca9..f70f63381 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/pose.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/pose.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/poseSignal.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/poseSignal.wav.meta index 0a9f1ee57..feb0e4f4e 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/poseSignal.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/poseSignal.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/poseSignalEnd.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/poseSignalEnd.wav.meta index 265549653..47e14dbf1 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/poseSignalEnd.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/poseSignalEnd.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/slap.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/slap.wav.meta index ae94bdf4f..9de4a52b5 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/slap.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/slap.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/slapSignal.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/slapSignal.wav.meta index 0f2026e45..5f94265c4 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/slapSignal.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/slapSignal.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/stomp.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/stomp.wav.meta index 99451c332..42726cec7 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/stomp.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/stomp.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/stompSignal.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/stompSignal.wav.meta index 550e2bf20..173cca5a7 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/stompSignal.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/stompSignal.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/tink.mp3 b/Assets/Resources/Sfx/games/sumoBrothers/tink.mp3 deleted file mode 100644 index d868f5103db92ba109adba17634fb2af7fd33d2b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14064 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 literal 0 HcmV?d00001 diff --git a/Assets/Resources/Sfx/games/sumoBrothers/tink.ogg.meta b/Assets/Resources/Sfx/games/sumoBrothers/tink.ogg.meta new file mode 100644 index 000000000..5666325ab --- /dev/null +++ b/Assets/Resources/Sfx/games/sumoBrothers/tink.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: f51dd60330b5d724d981a667ff471a02 +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: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sfx/games/sumoBrothers/whiff.wav.meta b/Assets/Resources/Sfx/games/sumoBrothers/whiff.wav.meta index 6eb87ea12..6944d99da 100644 --- a/Assets/Resources/Sfx/games/sumoBrothers/whiff.wav.meta +++ b/Assets/Resources/Sfx/games/sumoBrothers/whiff.wav.meta @@ -18,5 +18,5 @@ AudioImporter: ambisonic: 0 3D: 1 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Editor/GameIcons/sumoBrothers.png b/Assets/Resources/Sprites/Editor/GameIcons/sumoBrothers.png index 130a33d16c1d0956cb7a3bb9f25033e021779132..44f201a697ac10a02d2c82906f98bf0d0a501c54 100644 GIT binary patch literal 593763 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
i;1-*1eQrPPXc8i+%43OcRXC|FH2S<9z+ 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π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

PT~b>wK$2%1Noaxsa%dk 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�^a_D%%C-uSI- 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 Ou6vN4j%rh#9+|V#mQEw^*yxx1i8Zs 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png deleted file mode 100644 index 0c9acc70fd86c153eeb379bca120c10d246e38f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 45519 zcmbrmcTiMI^ex;o3_(DGM9JZbAW0;H1SKjU2q+*R2uO|+C61tgWK@tGB!eW$AW0;s z1PPKeC^^HBW`=k0-i!D5eO0gOz4sSX&6z%Z`t06&t+iLrON~29=LzWu0RZQ3Da&gD z0EhmC0|Gqg&#uS75dcVVOa6wo$LOlzxg@op$5kY4(x}qN)r4kUybK;N-a6N}k!9Wyoj~_XO73!-2zc z;Li`2Eoz)5Y9Ig?K{JgvIe3D>HQH1F9e|)=Iut~$@c+IBPj(a62!S;4`+dzd;Lm@+ z2Ih~5eqRG4^KPbr{T>&(h8X#KxEk#5Ys>)R_i%eOzpwe{mTk}!pi7|(p?jQu8@e%c z`RQz+51`vaH$R;d^ug)K&r0^ z#|-^{_9!RF8UBYK;}pZ`6kcCe&ptTtsKNeuYKzC{xH#G?+PP$pzr}X7`TP4@9;4Qt zVE(LCkM#kIhu5qq-ScM#et)m0A1PdxFKyaF9$jQuS4#;>p5fqs-D||RjgpZ^j{BXi z7RTu__e346cNoS0`?b^8P)2~oVvf~_z;T-F|ComcdVbz)w8DnQZlX5E_XOj9TUj|x zbkZZ>2(_m2qd@1fgM&jqToxDS>)xMNClfHUF;Vwc#C}{^(yz{v}$0+SISy=z)4Nh+03ZFmv6JCDITkh-QU&@Xj)_X=bHp;~C z8>Lw6qnoDInT6a7$RQ;e;RRV{su;dWUb;F55h2H_V4 z1BrI3*`8X&#(s8iASWlk_Mg`@MT8Bf7hP;;_RBm^FY^7<3nHuUX*aYB?(@1$1R8Bz%dz;&540ySG`_zcKkEc<6WSjJb`H!Ov449uw6yMMpBz(Jc!sjS(Rk#GjxqKR@3K+lr2Dm$!qHgKZ4O-}^i& zYqRuMIGzNre&zh0cTA8UzZ*XyX~=knm;0`^8O`m<56`ix9f%HE4J52#ITJ%Jndw;fCqL>nMtA|0>d{*Et5j9UoyFwI8{&7~InTjRe zwMI8fDf$k^o*)FZ8Y|$t++LdJ69Y7QxJh9V>8R#XEpA|TPPXCq273;oh~iu~?NLqQA8zGH*1pc_g|)D!>b-8L#q@ z(<;b58Sm82B9^|opL&|uelM}#)hz{J21A!w^gL63k{Nv^JD!Pa-$CnG= zrJBCeWSENC+n9n<^PdIr_SUW~cukoD=lQv+kI=e;qTIlQ zn%H<-ln`8kukN?kHjcJG1YtzCYIf5)rZ|Cdcf>}=?A#m_dS}7Z)-u)TCv%!Xc2Hfl zhZE;OF#h|6prD|Be_W#L5;VKGNPPGNc076|&7LkjHMk#F);Nusip!)-MvkkgJ64>GKCb4qHK-1yky1U4zJZ+EcIudS`UGWcfc!Q$ryOMAF6 zaqN`1^1*gQU!s>AhExg$dkiQ6d$G0&Z(n^F;J#a8oY0LueYn5t6R~XVTtFr{(qii2 zkk)L_P?|+g3MD=Lx5s|_>k})~^s~m$RyL4JlM5ozE`BI=#jw_e(EIpJQxaaHxY(OJ z8wOUU8AqAWAFFoC*r6Y&Rj;@pu9mgjMJsw| z3ZJ$K&Qan-5`jSGM4v#V_4uEJ!ZNXWnqgPa>+g0ax==U16Hp4hYLJrlN0Y4vrO8z9 za_bZ&!SUydpPaA~KJ=Kuoiu6%X{k+6vg}O8SusgYpq5uB-zzf zn2NVN8-mAD7eO`c>^Y-;9rX70Qc_c!UlE-m-(sgC<6C<{MAHY=AI4e#Y6=R9n%gXW z=%{rIKikeQR+iCntCn>?9vttjRvHph(0L#K{oIO*l%z}AQ>`4$*L2j^m~y&CC!T^5 z#8tmt%YG(gl&nk}puU=%OzO#Yy<|W2Hy9xY*T6-5=JTGiwdSEa!>?rq_iub(++MI8 zE3+U~OO;Oc++Dokx-zInt_9?xSP7VCfr;5ft!onFG#?&df(OGW**-m;?4e`se~t($^1U7u z&(}9T{YeQA>BESGO046OarGSe?*8FI>ey${R4~nn2TF0tcRI12Wz4Il-aQj-H-!&|QE;$;bhdhz{F(sD z(Z9i(8NfPwlks(oP|WJAY;(d9Pekp9ij8vmbJPX7pePx6M98Ad7}q0na=m9WTmX>a zn45rUtCFedOBxs$3sBs%RBFF)Ur=CbgwfQL=2dLjo`YV(S23sF79wK^$n2Mo)MuE> zh~Y(KMcD9z;r_JbZ^mm$AM~fRiVSMBEkH1c+W4m|BDEbHOX+uxr1HLzerOHTwlnf5}*n6*fJVq-1? zssKk0U+EkeT@O{@Fz$b*5mj`+`3dI(>J2)YF4)?;>0zk}ZqMS{(B305>S3Cd?M-4? zkV^|pr+@|YI;c{-eLeo7OivjwUxGGzbd@Yug)^eTpLNgf4;A9-4M2?N3281&yx=I&eQW9^@`;+~W01_`JDIk zK3MeF-)c+}n3*cYO z4m?Oc2SKKR)r9_yr0V(0E>&y0I>Xjl61d;PKSwfD@7k@6uRj*@(zTJ&{qFHTg)u?Q z@QHFnV%~=P%%>Ols6PwNlDwr9!LW2!RHph!J>~i>LG#XO&BksM@V&QZbwQp7Xky9e z(*}3CJXkc@!IOn(u_$bNc|7Geu(7RiZtUJM&-U9zJ}iIv>2Q z6Dw$OC-G!U0@Z%VYDvC@k2&67;DITWaDJLo1qOpDr}&(z9CJnY%gJ)jiVN)fdzXg^ z0=e{sUOSH~lergqlO9RssqaW=OSy|k?Cp8iy0R#W&Xw{>62n!wz=KNLTaD;#qKS`B z`>Ar9L5uT$KuJ@2p=ov4g9LjE%b;;l8|MH#fnmLSr^Pg8a7{BJiD z^dIR+;mMANOgqna%!vH#et)BbHge$(pglkDKnYkdu)^h1GUT(}8xZ;?!%^H08e#5< z2f=jTZ_CJd`x+ELpkt?xK%N>wQN$=68s8HJRJFBfcokXZ>- zk3F)M(Z!XUNf{3`m1bg49U?6>bxtAiNaeAj((g%Ow3T*8t;V*GyZw4>LAAz{lRRRi zju5TvlZVN_5WK+xm-Y4g&2P-^dXs&CKfdT5?ECUBUc3!*cL+)IA8}nCuVY_} z^!;JS%DQ(LQ&Z=AxsoRxH`*}QC=^M_1gCWL*MZ0%8v9%8>Uej+*}8HEr1A1=Vu~Kt zFH>)z4|kI4iWAUc30w3pnFUYQ!wc@B(N-jb9sP>HV3b@<@_yru6I)DFZJ^Mj@v1hN z_H{qBREvOnKWS7tzE>*fa78^4!%k(%T2qLA?Klo@b0mPOy_jM7Yg!}a@Y8wUPmeSvF~XUD<=_8IaObo5 zwR8AVs^v0)Sha_(ZjTq9T+VvF(HmiFe2i_mCG=NrW|wZbiUKo4;~@wKX>lw8v+Ns_ zREO-+P11!uy@5%7WHOp-3_oYadX8Ff;ER^tAMc=-Sb_be!U3MqL6tNqX5E4he5W*G z1#Wy}07=XW!uHO+fr?~K+}Z|)a{__zFQU&-v!BXE~F9!^PkCnt{ZRv9(p^ zJd5?g!`>G?_gI2zN!o7f%npaz?8 z$Gj=B#uEcz%*(V8s8l`g6v2?2n_Sk?Q{%wf+b}G&7e~8xv(LIRrvFImq8we;<<^(K zB_1N*d|aeKQ+fNzRy(tJxH|5>IJ<)o%E@iKHI$}~XBtPYlu6j@y;0eRm%`X`7J=#` zod=!GD-hnzem7IRp}UmikHD%nab6v@P?LG40vD5{S`y;YVnv=vV7Oi9>II2&Vo+a+IZdf?RczwM; z*wJX$(0P-o0&QjR>-62d zBNxEfGxhaRY)`q(=F2YOTPr)Qv=Nn_T%95RS?X!_aMCQNdsH%}zK!+i2E{)0zS^(l z9*gVDlU6lK9p=0R)tHHPm&;aE6RHMQ%Tk8SM7LRiv9gS_G9+=h}HHA=dGf;0knOS%F zxr7qBSh$DTTd65uepRK>SYk{!nkPIl`gmQcIDD~tfqGD4*u2tP>d{3aq_8u`ggcbC zWDreD=XZippO*ujKiAAAbunz@bC}_|Tgmw_J9H0m6!r{>#nS5EGuQoBUGA7Z=;+l+ zM!iWFAbE#jJO|#KDC8NrV4QXMo1}k`-dhcO9?b+rt9E9CuZ)*Gzt+YG1?Ebs(a&oN zb`w7n9-&CdqaF%cS}=v(c;>r`d-atJ@j|fkM2iA)oSAeeEiL5-S$q)`4_ByeYKQ!* zWnZNAn`;Z_Qf8XKG#vh-4}yb=ljtkD?{x*V<|AEXOw0XhDHiu_7BQ@AF7D-e@3fDZ zU#1jcPV$<0nmtx>P%KBRYXOuFOe0O%%<3&*a3tJed#de?@_>@Yg4O+D&TT&%Gw1Ub zk86$ms3e~`3&oOB|ErQ;qs0#7Y1t7#0M}uvp-UJ;-n*fUsMg;QrCZ*&D2v^x_m&}C zv4jH=iR(?SPVARGNx(p(c?p&BFoGyhnZHd&67 zV^*NO`uqwb&%YwQnFjh%OW@Myh%8_lof?2onyt&^sQq;)o;5<2l(^sKaEck`xMF!d zro;q7)}MB-0f}F|>yO>LSb(vpdy(0ggaxe(_Sh#Zyhf&xmLBKO0ps|}`Nksxu)6+C z$F%q@ zOQTrx5)Ed(UmbArBm3Wo;|rRX!NFjLr~N2)GFO`j`PW*#l>hAnYG44b-fGE~CPIBP zPsU6+z(7l!v(>_v*JlA7793fN4H+h7mQI4Nw1v}qK4XD~`uT{Ron8D6GN6a8F7xSQ znH+P@9j~pG!z0z*;UiHsFPLH^$&j+`IsK5?>u!99A01tXxRqKwpZASvwSV6gz%0J7 zsOu}67`i@rDw0oermN9xSI*vtF$|f2(LJu3x*AZXe$GV!d(g~$)fgNe z9ZkC4aM0U^L=4@aBVnoAiS%Q|>@l3tUFiTE79~l&X}eCLSeP)7{q?79;v6k+&W{iA zLX97?s<~Oa`xj?*;As`9#Y;VDeRPQfxig0s6zI-@u%|axEdJKmpytdqM`D0LI>{wY zy`;D-K@4}1N8=Jwrg`oymx8N`CsXb)V+#t;^4(m=h$pG-@~-KHy|3d`xBPl<9wxu4 ziu|Eiaen$SKJC%Drb)Vy-Zn*7LgSU=+*a=-1_}?cg}4#Z#hrMJl(gSElUUjhKaEdf zS)il`57NH>?hRc7*f;@G7n8;(KM7@m+98!yyby0u8C>7}F86WW!3b5QZ`^yL4gTWs zYjF_)1`7nVh>>4kqor`UG7=uu-_FW2@{mjzY?QiG=$mN28dfzd9mCoPLi* zBR-d5D*8>9ea?j%rJtL*F_8Y4;>xdNc3cs*ldf!`E2Xa(M0aGUz{GpIu(fYEXHAET zK<3Jo+n3#bERp6Ri)s(WF94J)48q@CGFUlD?d+8xncg*DioWLIi$`Ij7nk^x#E_$w zW#&qJUWlbfzanI%RB9(Nd5GX7zt6OkJaJuZSL>9XH^%Szjneo{6<0aE7eI-T2H*Nq zv1i)b+Ll#-Z9$u*vZHC$8%yT8@ozZ-QOmIocj_%i|M@V_?lS)(q) zjZr0oE^FVdC)Pz-?ev8d_5qS%=5|%;&mhFnmZy{fYQE%>(>O-|QwarVyVkTwv}rH~ zzFJfXO>>?wZ{g~iR8I|!i4D?vDLsDn_m=yo9=AG7eymY5Jb^^Zy7xO9UnSFcGR^@n zq5<=x=(r_^m!?`asEc}_iO;&sQ+FYD&lZjsBMMT&Askxkww7SNFVn%yCfjiGPlF37 z)Miv}8GXK4r^sOB=c=^nIiT-<|AnPS_??(c;nBGJF;+XBtaM*|O-hfM{&J68b0_`0 zh+6X}H*jzCcRe)mZj4~)G3EvgMyb2Y_MB(?jSZcp@^*PXq87ASVmmp3EINdiYD-BG z(ckPEx_-frnhadsdwP#J;4A1*h8s^eJ^N1rQ|hNySS@Zix&rmFrpkbZE9jFX(4bnq zo4tH8M}By)VziX9q%19*2AHnCu@FAAy2<08AN8Q|aSN@BE>E+ze#XP|Ipq%rqx3E351Dcp9Va8MAm#y|pCMKpnXp$2h(j$;%E^QNZ zTU8~VxPAH{^C#x--Za$TmZh741cjhmjFHPV3Bop>JfJO-ITem?_pFA|Q5)jUODv$W zQS@sdnia2;5InxZ!BU6|+89hDy&$sj&sIVnuq#EFX`WUwtU2qwT7`|PZtz7yn{OEdj12}lElVst>xTA65zd{840zG^g(uvgEf5pb%)IwFwi~ymw$bY zjn9NMHR5eNS$io(3205BZTU~mOdx=q4@&_uuFKli-_v0DyN~3Yn3cp&6a_SL?l6Xg zg=Io5=?~4$CGHy!=|4g)0-yUHzrKmHfpG$4KmD(}rYn2!!+lG=mtSNuh>%m|rT6B- z1k~Ri8?pNZgF`H2(vXRRN_^irW_vHh_9G0l{*U~7hJ>K}sbPiny^vowAwCpH3sZ4G z%1T6ke6cvK87ejX-0!kgMR*tegq-_+%b?oR5KD;7e6viQnSLN5#J)VlhHR%bO}5`} zJZr2h1w?8$eE+U-XG6|9jT>fcz~^WIp=iN3c+{|IWe_%KeiU-x`nE9|Em#dS)`Fcj zg8#+a@npfyX_x{%KydXlR{Y6)$^9ZCZ)05K?G-Jz?eCD7 z_>0V^u#rO(Jvx*oIl5Cqd=md2-n6><=LJn4TvkuX{P6f&Z8%J}(Ea!^5^AP+E+o5i z^6+$;PeDETMW3bDZ;5@Uahp;T7w(dVuTmYhNDqBRvYm9Yfmd%;uU4SW{48d0^hH7Q zI6}DgGbChy_-V?oTY{9rM=|2wwIqn1;beN#^`MRVv7Ml`hW=>$+CrV9t<;zoh3C~7 z9Zt*A8x!co?U&W6J5Tv8^FL~#jV*a4(~h`tP#0d@u1@W7{Rvf-DsL;a)cg<8*oprP&x;)?v&e(+peOIi=g;yOVWA_Zzd(tq zvB8{@A@a-X%VnHM6)`cfI4Rr+1U#5sCt?-781$i3a*j7vFBU=KXCfd8mq||+w7oF^ zmZ_h-JrF;>K>=^qQCAy7)$Nb`EN=VKa~pdVGQFG?v$9!IdXdiT)?z1!>QnEnjSX3m zu@Ia_VYuC!!~-heiHcxdn@=15@FaP9z`i0Q4yD!P|Y7Wt5V+W%dd;Q6+jyUnrLUrsCeI` zMieG1oiEURK-q{IwK)p|^A=_S69k1M+rcRhnswd9i<9=L)glG{$5FEj5eG3pJL6y9 zGMz0WzwRtuX)jF?5_0Y;9-g_p=Er&q@wGV7=NxXioeMVQ7w*q0c{1dP(|wVlAOZ+9 z*E5`EyzTadry@LYsa{7*IcG_>^LZpouD)qASk7C0Y-RlPF^`e1m^)GvNb|AwK6WlGMpR(6a_;m(kv%7b=?UYyCQc_K(;BvO=)1N%RAwVmqoZc` zPP{t{G>v*aAVkg;n164}g$Y&Z2&Qzsb(G!Q)OGRU2{xIcO;44?l31Zjx_rM1A}_%` zM2ft3d;`hAkuaotJ9as(mC;Lo%k`b%YU6&i#f_$e|EXQ7&x^Ow(K`<6SQhV(fgwoc zl@_;Sl-+|e^YFY1U#092(Cpi9{sZ-VTW4Eylve5mla;|(pz_MWk!BAGqa}8+S7h*b z%eX%GPMXo(bwS|uRNkQyf_5Xr*Ckh|sM`kFSdjTKoay}PVjr3w_zG1TDUDKK@>Qx1 zUleZietL;hj^WM`!=u9t6lmX)Y$sboD}MLS<#Si75%P{s?SEE5q$cG1T$4ODZNstsnV_$)jYeM08`ZPv zV@65uu4KFBsaRee8*WHmteBDFa%-a?GoKSyW| zU2IySl1TNXPD#AF3JYArsrsa%^#@;3J>8^2$5BPACD%U{S@#(BKMcU6R`O5c)Rplk zgujxh6toy#f2i*D2&m(H#NCvTWihUSrQi_Y(#{gS$y>lvEYB{*NNT>RJgMVHb z_C{oBEjo^?Hb^%Xr{4Oa(%v6JQ(LOAcdnvTfr4$glF#qu9ecmjqRV_)iPaBBEgDT{ zcT9-|Vrly!9BFt4-g!yTgsIzw! znyC`AkM`M2RS!B=l<3|*+2Yr)RNW_`UBTqM03FdSujCrnyU5u976%qJm=!D#NUK6Z z_x|CZM^rt4sA>M4btx~@yeBqyZ6g@HaS!CO$xeNgNx*J6z9)03)i3{H!drP_s$VyB zDG-y|*Q-7`E${;QCkK*C6CQIuX@AwUK2c}*>k#rk-c==73aEMV)8xZ2g=B0IqrnwK z@`#-}4`yc#A8P1U*bM!>of`;{o&GYWZN$mr5SeAClW@uXW+I*P$}i^1JuzA02{_f= zq;U})ge)~VDDghzQIX80E&JMzIm zUpnjx6>}x$@YF32N9CL5v_Ul+K3N0cX3QeNJz3fIy$^AfKxBe zslBPV5qsPDSLe)NGs*`%(WgHS1|11-77>yA|M{xpaX?(1+uGMXpvetN21x~AFfz!o z>B#H?e-1q6XMz+UbIc#*%pb^Vu?VZ|YlEh);=#jG#B@G68KNlz3%Oe5Pp|yjo_!)L z-BAOX<$mk_w_~m-K*j8*u?zwezl7j~vxJUd)kpGm@;<>?q@^GJJ)4}=Q|n{pK?l6) zsD5NXIv5F6^!}Y5nI1!U7a_h2oDvo#j0+Gfh|{(}-#&Ke|Et;r9YccN*KAy5WF+a{ z%1|VosJ(3hWSKRygCVzG09~kVopDvY%_*OKL%tt2_d%Ks%lJu3l#D7bOz6F)0u&_| zz>wSf@7&kzryBmmIL`sWw4i=Zqw_*H6NTS1IBqp*Q|7JLoH>dYe)@O^lX#m8u=c9j zi9&Fe#q-K*nKtqN0lBHC!hq~0nX-8JS2P-J38_2ft}FNLB@pjAARLByO{?Z&nH*)w zQT6SM6D5T(vc1CkNB$pB^+{=l$$dU@w*hkIdj18z>l;HJJqgGg=v+ezI%YSwx!Aym zV4y2h#2vY08Y#tb7Tz4_pWoglJ~^Q;1LGr*>{;CgHmP}ZWwBT+4;$oH={76%y$!)p zJ$bNeeLtn$WxU$yzxS0$z08O;AoqjzVcc(m4}tiMv^18)At<)KmkINe3Ij)o?)~Tc4!!RbAj-K*aj=*XxtQ!enO;&-LRp;Q1_oc=pbn5*>C5ujy7?}C zya8h@;_mS|Zhflp53f=^NErZ*9N@bO%ato35-y9fkcL+I^n5ZNIYG6@mI)mM^j|C7 za^SCpqDpHlWl`r#v8oeO4`hcat-8#?p?DVQJikZ!3qXc8dAqSnwHxRw)W$o%x>l(; z4XR60_(>8)mc?27I?a#YjhGlQKN5^pOcb_>Jqws0xU$I-u42_a!w^fsI|1hztK>ybs?m0AeXzSv2aWajFkW zuN!kJTSmN$ZDt7}i5$pDoN8a<_$#rQ=)}9x{{jAwnbMVkyuvOYmz`f~)(m7##p!~X zXR~Py0KN3U1`XL7Nw%Qv&;~dD`87s@1NAr(>EKlBYng0+^TWllJ8RxLsXv*;Kk&EK zmtT@jF_NptKO-JQIWUuR)2B9LC~b><_UG0m4|EDmkx5PEz9+_Pi17{oJ;wcRrmu5@ z5@N%LGy@Wo-EjCB>?Zbi$R>-b2eM7f&jTcRqCiJe&(KghKvr05Cl2y>$A^9;_+qX) zR=%mQ&8^eNF-*#4ykDutwVqQ_GKfB!|F?7EJNg@qg*H0PDMl_I%OO6uwIzIlOqdj} zZ#WvKb?s2#k=`Mf!pbXCgxi{|s&?!*RzwPKr%nsaGK<*C@+X$sO-RJ08dW92(0s1T|x-;*B;aU z0u>q`bfwiNd)eZLwFFI5D0ox6@}DY2CLMC%!3LrvbgS$Qk7h&pRi6SnodWX(4wAVA znS*J=0*igaEBC%?UY@QXua^gAWTD9df$fOAlq&m)+X4*^U2*B50A1)09{p{{|EDE^ zxB0bIm|AJm2q9gUNt}3k?q(cCK6FvOIP)n7RX%ebYLqm9)*RAJWbx zEiw92it5qcVm15UdctWp9%q(c@5ARTFkI(e96|bOs@9deD_$@NGE6qz1YJl-@Kl$< z9n(%{NVwgW4nF=<2FbBPYwbTEDtrNE-B33wdk~CO z!UOyJbQF>YDPun_ zR$tTzIeG|@aX-9j^E|IShlMto|5O}e*_ePhTAatgj7j>kZ_#VS&&0d zhj($}P}o}gNwpEg%@6l-bCrXNNh=%p)}CuUx>YdjJ60PunRLK#ezh;ql!uUJ^VdoZ zpIf{aM9boRF&Tv;u>87=y8p=3I5Wk%rT#A&*^C#uleIII$%8&eUV=w8E}#2e<7`0! zKKdNH<;%-j<09`O(xj!r>4b5)hEf(QwBluz6NtQ^%Wb8KUj6zvO+n*Yu%}?fM$aHj3`?*)07E5{t0B{KBUMVN40*T%EU;leDa8 z)KiZ-s~R^pi6}Xn5RHB(zL*-ChaS!8G)>j0NX`@J1lf}z(M&XJz6>X4hn*i-&0#wd zb-<420omQgg0-e+8!p@N1<5qFnC+jteNn6f)lR1LtVjv?BClhsHPm}}{H=W6m!-`_ zB>c6|*a_EIN~C#T_6z?0g;0*({guh=1+Vfl55w{m-<8gbZ-@52r^_9=wrGYHtZ~_d zBi_-)iu^9uFMq@N`6uEf0lSJkFzktcq0rLw4 zZuM?3PrP{lfYb#C%jMUWxzmfcK{bW%-xD}V`EBuOQL2#sF*)RW3^9PG=EeTlH+ze{ za{NTAoh4x<#?A1Ei@LQgTs}KpqG+aFBA_?l86U~q3)_5%kWF)C^fXlslY=$cuerKw zk*y5oo3H~u@48?SURw3iV$z%!{8Aawiv$vt*e+FeP-LBY2~sKY4T|2J@6{=|AKul| zBig!SE-Fk?G>KE16Cq{Qm%01@cLpJvN*=W^m^>@LSLpZn1tHZt8YAys_D%?NZP@f_<-Zcknsa6c3szy~a3_bC>V!W!*oYuayozOzM6U3YEU* z=O-1kvS_&cIe)rG5Vh}U_ST`G?pH6>vNV?G#w10j3q1OSknr5K4C!g~*cyX2-@`}+ zqy$O`-_&VsRJfi4yjM?^K6{bo%|SMkP>KxHmdUs*OGTU@?ws8|9L!r1rQt_NK>N*4 zCtv&A#0wrpcP+H6`FbVP;nO7=u2whHudUgpH|9DP7Z+@4+^hu;5nZWxvl!n zL{_`}q}lCOQ8*9h5GpSn>pA(xFXOn1ODu4~yz+4(u_Qb<`#ZjmL+k#sn0lpPWqT4)ZraLS zt45FdtHRnK(OZSGbVSsz;rhH$1w;7KA#FWs{PjT1<2lMMk58XIxoGX7!UK0z%jomD z@{qp5_6uXU*{teaOp~PNCuO zo7Dbe9gqd5WX49s$|8>(TrHyyo_by3m_d-MT`M%y1OY|1#1>4&+*=;KzQA#At9h|^ z?hX+}I)9OjL8lIhatW!fEFQB}O?C$Eo1#+b$kY1%(l57sWbNnTB2={Baz$tT>)cRA zJJ;8g3ATshxIup;a{@o8={sIXYVTWiV0jqw)nSu?lYDw*<(mz9M{xa1g zx}3UnQU9!>PmBTLlMx(~t~2~jrIaS)+P5#6W7MUec3$;$FBjl^p94RePdowhx|zj~ zneiDp0%ITAQp6^qF&||(rnbwc+X=qG+92vPeqcs8NWB@+g2Re1O6hUDT?)%eY3ah`pkNu zM2L7Bg&O>h73Kvb3A#O%HPIduQuN8<&I9wBO+u0NU|4&Oq0EU;k(`Xi!rm=n+4s_W z0Yveg1hZu+Wf<;Z0d<$TjFRK#C(60|MM+uoEN%K{^iBRC=T7oFsKNGRE7hyDUE-?p zNtfu<{GJ^T5t25=<5Qn=gGp<|9bDu!1>~(;WBqD?rIrzH{HycaF9+$Br*=~fle=DF zYtAy)^jb;E{6dFiTQc>tC(AyQjqkVj$Rv98yt;JcMKnmbQ&l1X!j_y&wx+^Ir#o?> z*EI>VTo4=oR5xyEpLp>{=#-%CFmM*!(QYF%sP~K@q^TsJ|2Whcm_P#IIjzilwPR6E z(?zkejlNPmd-#M$;tXZkYP^%te1^4W(n>rz^UD7EN08TAXw=wX1=GlA1Cv#H^`1){ zz|9*|@vZW6M5SG#$kXy{KYjtkMuX(o+>RFn?_wVyq@}ZQfqcS|Dh}T6?X9DC3Jy!f z>~~sDTRLYhB&a(oxCa~MKRQn{AN|0<$fog7gtgcHEx0MSA(AmtX{S|70KD7kl200`4$(|9I)$biYh}&;0UP%f70X1tWLk3BByv%4s3=ZD@3Y8OCQFR=`mEj{$&M`ql-X)cefPq!^A*jgT3yF5wy z-&=WihLIB?g&N8~DT&HP)b`B$j77%?+k1=V@(T3cQW;$tsv(ccu{pF34GAkBytHV4 zBvtT!Z>x)XRlvTUji=eiL#QlS-1E(o2gNXhJ@dB=Zx)OVZQm;`RQc{b!6YnnM28Ym zzn9-zQGXW|rM|e7qu#5fp6n>`aCk~pfaQ#M2h5!wq=b&Qq;MQC`yQ~qmfLz)p%x8M zKhedl_NomNuCtf#Bq>9-l3EKiG|DycH&^cW*a74Hbw5kNZn5pHbKg}uKS_w?6X%{o z&fU6&r->QL*ntjZx0>E;3mlP|#Bo5ji|h{z82Obh`U_Ti8W8wFIG=*zaEpG%}UXNA#93*WG-ocXD`{Y!S{HU4OH$~*6;p?90nxE+md zc6R1^P1(01>H(7LiNu@o322&yU~!}@CyOFAT`pxrt(9!Lcl8=lLWy!ipe}D28O`@V zioQxK$2T3)g|iawPLNx@Sm;U3A)?{?4jum(X@TFkUwBLl@2&?*0t{>isPj{aTlzLt20Rs^NS+-0u8) zzobYKhl){)3^B$8#KfvxZ(hA#N)KY{L&)+m6<{$A58hhaFGJHTLt`C9-zlFZO|ygC z^`KwkI>it72sWntPJVu9Udz?k0ZcwU(>lK-y{Ck3t#Y%QEGLaCu600sqvuK3QTsZ9rAnwDi zcGYH26{lJ-;eQ5K^M;D-LeP&acg-5R28*0aOCINVde@26%JqJMPFZ$dgnxtxl^hc9R!Y%Q z&R`3S99eqRp6pJW%|2>;#APqUPN#z?N4>u~T}~JlYb3c5?KbDGR7KrIqg#gmB(v$P z&+-9C_aRsT3A42ASNf~k?2&b@^Q1Y!C{n_N!e|eB>&cI-hBZ${W&~t!&J~s!tFSy! zTj$bvC(l9zOuLUVJCq}f+QYcCG%o=T-JYCMeDNcc0D_Zbo-108*y95$)pzM)=GI`_ zRJlw)U&8k^vVs}eeUV=KeTQWhd!`6{ghtBvWD?0ir(hLBo1=^6F&8s;ojI-ZSxyO^ zHEQ%te$jM;M$lg9Vt#JdIB%INKNN#ELuiq1Ya-V3TF>%ze1b)M4zs?^3PZm`@kZ3) zVZK2P_luy*D~t$9*U^?%YfV9w6k(hD`O5^}JFPi+DKQzxDJ^M=G-FY$a^r)m?v;=7 znjdoNSs&~C@+A6^zn8T-;=I^1RCG6BRM_E;mXU9KTLk0j&wAwCe34%Q93K#Kvgy$P zD5?A^{rkKh#I`?(Ny`Jaf#?AHap}W(ie&BW1^%Tdu@v8<@=M^Vk+dhaW?>Q1{_pho z%(d|gzpJY5!C+3>H-woAARMXk{>F-N|BxxelKBx7&tKQt7e4U${1nTOt5?hvv%59(m_E3WO(8_L03DN=t+wEVl_`?c6ybGi zPiS>|A$4w+nH_-VpHM*c)XznIVm&3^YG{M2uEF5P2Gf&>?QfDoy6mRTf&`0N0Y zt8%o)FC^i^@n{WV&z2G8>r1kv zawpw~k^}H*oX%ET>O0)w6L{!p#dCN-+1okA!FxXNVv)q)`y~oBLy8|1P5qywQ{3={ z?1LFg2x6MEr%ZWvLY3UZUzK#Fim1sbb)wha8rQm?s3l_FX1!AI5nJmMi?}Q#fI1wl z5OQBPASB(8fA-8(&wFNc;cHCf3OwzBX@;WUfrrBXV(YBJ;%v5U-M9q{lHe8sAxLm{ zcMTAn5IneR;}+cAo#3ubu!i97?(S~q``6lMt$m*7TyjTOSI??B<`{2#ab!Qg#YKgjwPgv}W)~Q(1dNOF zxvwJ4I71@josrZQ0Rzu9xj@r3bF0gaxNC)t{xc8T&%0Dn%r||VgJoEO^_H^GsOPOS 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png.meta deleted file mode 100644 index e7a40b3d0..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: ab73c27514faf0244abc241357795598 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_blue.002.png deleted file mode 100644 index d03f6d2806a514840ab313c80ee0d531fbb4e84a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40309 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

HZ!~6}%m4FRJAc9u+xG#Pw}T_M*Me8% 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.000.png.meta deleted file mode 100644 index b847c7401..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 6b581ed52ace47f419c260e066d19803 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png deleted file mode 100644 index a6dc9296ee764fa2e8a2979523386f63746fd811..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36643 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 Tui~2k0WW!JWhub!Ch-3P)er4s diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png.meta deleted file mode 100644 index 84d6ce785..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_blue_beat.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 164bf04f95defae4db4920801a26e7c6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png deleted file mode 100644 index 8f5755e6730c83d465293bb95c66c2f1548a914c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39846 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%0D<$(CUv`8nVPS}U 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

#I>dG{QU$JeZt`B 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 bQp@|-_-8yU#WI0C5b#q|(pD^!Hw*qBe;2#S diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.001.png.meta deleted file mode 100644 index a6c0fb8ce..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: b5eb2668b0c611046b70152f533a52f0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png deleted file mode 100644 index 52065c71a8a07bc0121310f786708c6ecd3bf3fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 42676 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 H*oFTa(=`|O diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png.meta deleted file mode 100644 index 9344a6cfc..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: c45cafc7f1b19f847999f03d88ff9172 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png deleted file mode 100644 index a3b80eee8ca332e926111dde96bab798d14b19c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38064 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 IRL}Q+0J8c#y8r+H diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png.meta deleted file mode 100644 index f0d9fc449..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_blue.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 18c313fef6bb6554b83a0d054b139cc1 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_beat_red.000.png deleted file mode 100644 index a3c2c9f198a104778b51f1abdf20bbaa46e1516a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40253 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.000.png.meta deleted file mode 100644 index d59dc5811..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: ca5bb185bc6c8374dbebe49e356c1f60 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_blue.001.png deleted file mode 100644 index c70a4c5a37cf1e6676c5349bec5e2aee068d5f31..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 44351 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 h-@sP>wU0wAG diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.000.png.meta deleted file mode 100644 index 231c6d68f..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 06bb1ad413783784d93a7a4680bb9165 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png deleted file mode 100644 index 35e4a2f33103019ca92571eadec9e559b517996e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 33628 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png.meta deleted file mode 100644 index 07291b8fb..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_blue_beat.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: d217e5641882c8b4c83e0334791ed6b2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png deleted file mode 100644 index cb79b825ae0f97c15e009d8d2cdccbba68683e6f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37718 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 z 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png.meta deleted file mode 100644 index 3cddd4c8c..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 15bcac3579c65a642a66a576d8628e2c -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png deleted file mode 100644 index 6a8a947767c17cfc898b6239bb5b7dab552a46b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37826 zcmd43Wl)`4v@N)CcZcA?-Q6ugg1bYI;1XOm?jAI_yF0->I0^2q!CiOn|x4Pe} z*WLG4HGiP$gT3ar=9;p`7?W_N4>Bl-gopqD0OkEVNfiJ968s}103H_n?b?0j5diQ5 zyq6SHb6@(E38OVTPc)Qt$_xR8jq~mIm-*Of>cnZ5N#wiY#FLCwPA%v3a?sukL4D~N zCl6op~@yningrzre@4PFww znyB!@jw)c7=C>_iGZi7gR)G!rzx!oS5@a{x+uz3H^%%_VGMIsMDyO<#?1pHlG$VovKh*pxKVt^ZFnc(xcX7z{uDRRY*t(|LCAw zR1>b%X;)mB$h1Z4AXm~?_u%L#FDjp#UYjVdJyv8;FpP$}XKw6Mrma{E%9U{2{xuC4~Q2qBue6?6>5nvl8LJd$x zbHpBcX^(B7EUck;Bf9K!@)4L6P_Sv0L=i&YXlu2*v!N367f6%uU_(}SWsLsm9AGx` z-9dGDCwqG#j@yH|Qjxg$ybff^jM{m7V

Jpu^&9R_8tW&qoUw+<7VXC0~fBAKNSq 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 G!2bXzzU_Aa diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png.meta deleted file mode 100644 index a10d99245..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_miss_red_beat.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: da0d5f9c077343d4fb7bf075c0b63ee4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png deleted file mode 100644 index 8b3053dda16ddd48c5a3e923109e2e9b375514d2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 59816 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png.meta deleted file mode 100644 index a194ea1ed..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: b8a277ff6bd52394ca53ff3c99bb77bc -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png deleted file mode 100644 index 175216bbf88707539f1ddb00d39204b386d501b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 49369 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Πdc_ zp(0BIXvYEmgnDM2z!%N_?OUqFKu|@Z)C%v2sjO81_bYHd+ffLoD!u`?4%f%s+pjH5 zp3(^(C>36gpQEXbOje|z5`dvr0i}@;Z4nXC2Qkz!1(z_>7kz)CTT{dJ-dIo96oSWF z1_o@YRp-po51~JvPmhL&iZZMXLhB#h&Qf*Zm<}+#@Xn4L%k)QQax+gjF+^{l>FcRO zqJ|*4LPxbmMSJ^9lo`8Eet#>qLJJhjT44hSnFL6l{QN(!bG86H^dZ=6@=Hz^p^P5+ ztM;QYfjC}N2n$Q&WW^O#3P&ffj|Py=-^&8+4@@sGO%cK;`H!E7l33Q3*Lq6Js02kZ z``TXkyDh*&s~u^~0vUW^CoF*VSGt+SmM1-s33MC|Dcnc3;Lm)4T(ibk9RGBTS(lY` z+0_lzEH?GyR*pZ+qFAmo#@0d@1G|YuC-o{Cp=9m9$b)`o6r*^;$|@bc;_`~e7ANN1 zxsUhYxP$@9^F#p2*i-MC6A3HV&0bJNizv7=mc46TWLbt zc~Wo9@na)X$=Fl0xlhhY^b&j1cn_~Ov=HBeD>6iNR29jT_CKGgK=yu4I}?&;5F0h% z^UI;UcTo0x_G1-eFQRnuLR*-j>hOK?>zv?l%deh`mCa4(@UCJoe_)>t5?^O%(lj5TBt}(Y=?`w9Z1F zAh-l(&uLPmaR82qUr$g17jHmt455eyldX&dzudYQ80Hqb*5h7bH2%`6+%V3SdN6x& z=>tZm?s%xHHo2si{BthCjNt9MzH z|3n7_bTj{ntOGA&Vd64DmD)$({FOO~3ek6kG9L1ZOvHhfZdT&K7mnt8_%t3zD7bO_ z9B(j*;N2VNp-*+*oWK@9GxmRO1Nd)WCoeQ!Q}JF`=_!b7L(8&p!0O^3XFHfbX@3Bo zRF1@-_rSk5&7UyA`9AV5g!SM5xchq@ynw$$y7)U0zfkc1pf~3O{x4s;l~V4(U&p0WFz2 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png.meta deleted file mode 100644 index 91b7e878d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: bb65290f709717b45895668886dbd6a1 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png deleted file mode 100644 index 9a36feb11872ef78727576eecd6df650bce1753f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 45128 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png.meta deleted file mode 100644 index 4e7b5c9b6..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose02_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: ca7640e97b52d764893f1ee04d472e2a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png deleted file mode 100644 index 7f98c46c6f26c2ad49680d13f3262f29a0b0e5f0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 173832 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%0Dp@fVQIYh4PiF{V%?}@9AfL)X-R;$;LnTOP}4k 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 z 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png.meta deleted file mode 100644 index 01af48da8..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: bfb23c8aa25e66c4c9ff1f76ec1578b2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 1 - 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo2.PNG b/Assets/Resources/Sprites/Games/SumoBrothers/References/sumo2.PNG deleted file mode 100644 index 2a4328cd5fc84100b7d4b44747378cbc53e9aeee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147566 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

;_Bvv;IECV{E=X*@Cm=l&VuUA=Ae?$730y^H_ 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

?{^fXngO>3`Q7c>`x5G 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

  • j3i%&W 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/Rhythm Heaven Megamix_20.01.24_15.55.51.819.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/Rhythm Heaven Megamix_20.01.24_15.55.51.819.png.meta deleted file mode 100644 index 449a72262..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/Rhythm Heaven Megamix_20.01.24_15.55.51.819.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 48920e4bbc0215d45ac3ce8797bf12fa -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.000.png deleted file mode 100644 index eed770907c3b3215f7a396286af7a2eda970a8cf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 37694 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 z zqI9-AaY9`i^+Hz-4gCF`U0Gwg*K`+Ct?ea+z1cqs!-$bd@k-RS{uNi9(yp>Ev47c} znMitq@z2PH8`Srtjk3fp>V zkfGtQ#aiZk!KES#aJU`oLFP;vgpw1;=)G2iox0tFWvUd>Jxw z`H$uQi2X8W&q_&xHnyJB-Aifx@8(S;Jh>Fa&?k?A*vhGv?*aMe!Pel zp)KyM^uJj+#8PLOgVs9^6{t-YFuR9%$TydTRkx1-ZA=uz$GEQ}5(Qz&`ztvyfbkjC zh35rJ*aZaz2yR-*1>(dGe(f-uk07lPN*rckVZ)cE#S-YGOAoQ)!nM-7o#iiHk+HLA zzU6d->P4h^BHYk+Alvt+8{?9Xt~b7~UmtFFzC~qN8bi0@c;kG>A8*vix*58u;C<4{ z)b3VDSPhy%F?Q0BwE#&<^d08&c?64%D?V^=zp+aa4_qRTOJWc7s5W3B-XcP+H~%^S zGQirm4U~x?A*9#{8W(xmtBb1(EfUoB5n+DxX!{*;5Ey>9$}df@yv-UZuX^kDYGf7b z^fEqGC14mSC4p-pcJpD9kU0fijLWfcaD+ropyaybf-?YbGOGJgs5QLb_>m?!3LqF* z=_Qv+BDd0C6Gi>Bj95=5*P4j||0yYp77G<y-Yae+&rbdtoQBoRpc#-n_yy z1MNa|$o$N!_k-ho%7mQZhUPgar{YyFo8AU(UJtY58A30oneAgvM3Ta&5frGA~VeYsSgyheWJq-bl{! zKzeS0QZ2rnbOJ-I`M&wc&u>)2u&kT}7iE~^x{Q#&gNgM~NHbRULekDJ zS}dM3%yLH)dW1)bJuP%pnuy?@lsEQ@5?b|b!=&#NqVQ`XFEUIPZvR8GM!p{rWE4*d zXQTB;Znyqy+NK6(-+?3KPQ9@_ooskw@%yd1FatxwO$4Mm*cosKd(HKiME>6ik|8ZD zn}c7!h)C#}4R&*#pSG&%Q01&wG|0U&EXmUgG@`>w={{;K!`Z(W}1}aJmf8M zIaRS|D0J=n`)i3Zc!f+TJW;UQI4$D!x>@47=(n*52Uj2UqsN>+(H@LCAqEZ)>lYSw zAz2+DdVhCP^!InMZ5M@_UOLV7c76B;6SMpiJGF10Uq>4KaWc&c{br3~vUIri__hpR zR~3Rg(L)2|z&kNT&`K(QORhM5Ud$L*&Yr8@s0EbJK5V>WWAY3ttfO4pc884sn&_-- z0jbUq_u!lqS|(J=jOXMbc;{9%4xcGKY!oy6(L|k_!YB5k#c&E-bKbBy_t8RmW`*G={bcb zVp5m6Y%o0xQ6n;uJ5(cSU3^3hpJ-Jg1C`L&8@q*D=N*-g$Ee0VbdCe|vN-JV` zIxdJkkC&nuk=E5#IDKsjPJI=MO6||R%;xeRyY}}2Qn|8qi8;rmH8b#|E2|wCL&N^%r*9`+4MP!-M*Xv8cigCZDTLualKnDL6tG%SZ=?x^NjcsYm>g^g}Se z&K@(_$!G8X1C8N@o273&FbL@SE1uVf6(j`LmkUVvOXgqc^!3am2?+_o^$(BUhUwH3 zp_@f#(~z8qN&%7HE zRXI6!qFhvhzkCr#aDO&o-FGKl@N9PQgCxv@2|MY$(|iYTH7OF`R~3GgJ@dm^TeN$2 zoGSARA28#hT|&Ty9YLE*W!q z>B3g!M*JBCcuY?hrd#|lsj9`m5f3!6b8wJ-W5P8p_VkS%Fpw^y<&v#?W|@wogL$bv zyVx#N|5SsI!6OO{?==VS?-g{xlQ+`eZ?Rbt8oGH#aR#;H8E~skPYF+2=VNE!PR8(E z2g56k3!M@jMg+jGudjdqoD7~@sNTpb;_)OJ$A#ngs5vKjnP*-|2$2U`kBiJ|XTblj zz4s1ka{bzc6N(fm3JQt>R+<6|A__vV00PpRbQO`BfV2Ps5>Y@xv{_IJ3`3J>!4o^v%#OcL#N2sT~>61chf=U7V93)BdZ4UBVd=kqExKnh>cO zM{{%55@U-yii!_`A_e!k8S&p>2sNQz(|k!#Gd`Sevmt<$^TGh5XQWR+cPZ!hN3@7H zyn4Q3tLTNdqmm%v?fUNG7Qg!APjy7Ntu1?&pI>%twh?xLhbV2VbeBJJe06U`f@LZy zBJqh1m#V#}5XXz8#J1PrE6*5T4%}SMdGV?a%w}iuO$Kf|^sbPc$FG{E)6^|4Ed0*a zRXD^K0j#{QQxmAy#R&<|-~qY@o#*BF^D}szJIb^5b#;^B;aJzlwZCx=WXoFE<+B_L zMoU5$p)M}P=fKdBDd*MYA7##0U}CqYB6Wm0%UEmM z_2Mr(Wd>xVdg*n~T{KF#)6 zSr(n{*5IR#=a!fDz6rI-8}DU2?nsg`t#CYlP*5icp2dK@>0AUc`{~> zK2Ak+A45}+y0o--cNruz5?Y4t8sdnC;KH5sv1Cg*`F!$aUw$$Dxv3^7Gf~Or*!l? zB1U^W_W4JXoWk#SpNFT_&sh*B?zef`n7$(E(>Rs0xv;-(tn!)a6ycO+y*+=lq6o;p znbXt`>;Qd15%D|R2nzejYp05L`UeJrBd}DYI#Dg2I=!Q8L?di+>i2m-W;AGa*t(`` ztSzOaq$Ckslb`+U&xTkr6wQ1M)vuN%VK0KWPUVpzJ^}}Pr?F2g?0d%)gR_w zR?t_53e?>>n?m`;rxq8V-{^wgp|Km-yt%RU@V@iol5oZP`<=1_-${dKSU;R)s=X`h zayKMaq&PHWS6oN%Zta|fO6^Ap+vZCwe<4#sj&;e3ug*O@4MDw7F^vT80lOTfNIX3=i!&=EB)I?i@js+mgQidC)1CX2I@Z4IPM^an)rtv?eOQ?AAZ<2%ggh| zlfC52=xu@@=*pw5=a!vfcW6S&kS`SeMv#W%5=ZG>kFHj4k7I1;CME;I5;ML zq;uwwbY36(lr6fWsnm4p<9bwlXY6%OlQM@oz%ADQwv#~Xt?pej38#pNh@R)w#T+2# znzMp8hC?8OW4j@-YL(|NTYWv^N$4DuX1RX-wzj!1{Q-9Km+#-VNF45(7e;ovssHh6 z)b~>vqJ+j*+$l&ZWp!=snPw`O{ABiFeYO4v&xue@)CKp@+MT?k$EvgVmBzG#yG=wc zhui|;ES~>h;JGyWrQBi$%L%fJ+1;;Jbg$h}SAWBjhsa-aS0}dq@m}+5_z^Vw#*g-}AbX&TW|Dg<2&~3@32Gq~ z&HiQwDE7TZ7ATs%leo+nWU2n;!%6@5iXV@C$`=O;SsaEdj_)P#&pt^U(?Sq*NBVwl ze~94R2fvPQEe(`M?GWB~Z#N$L`pVz9aU)SLn_ipwwuc8ZiBvzaun-I|eW*x;HBFqA z8-7uI<3^{X3gfvK=ia`fqj@OsF#e`O0IJQ;?^H1JE$wi-QazK>WWF?!m$Yp9hfn4Y zc+Oo%%avB=1?u8$FnN4s<(JD^FXTR65*F4U8mfpt_RZ{w`VrsN=lojK z)w7@@Ab|TSwX^)8R2>G?>$UCd7E}(R)G6F@m(^TgC({;~&VRkAV&I@rUN1>|G?G8_ zOZ@3z@mD(A?}p;(zCB0YqtP$`Ev>#7do-BejNBfBW4kEmv0dEm0J;PK&NXk{i!?Si zu4=()kcu&sp$eL1O~F*kq%uedv@=QV*?_EnIa@j5cd+kTrgqCv%hw#W!PpZ@6+z_B zG)|2!uS!>1DrE5EPkEj`E$s>BJi^D7{yO{!p{>)<4bMRk7S?lDigm7R&a!i@5iq-^ z6*cZ0pYJn$#*DbR&L&PYr&m-_07SQj+!gj>UoRdlpT{?|E= zqq2vO$!Fd(v?#lU#uY0XLY_Vhl%}a%s<6suyapsej97I3J=%dYC)5a@FeB=jf8qmBCnM|L?^f@^4 zDo0JtB94_OFtc7hrrsD|-!;DK9X3 zt0rq0g9hYEzl5P$Oaih~H6x2GE&F9>8I^+yODZT_`>SgmWDh(H(bXZhseANqS-!5)?NuJAt7F#Ws4dlr` z6`CFdA!XD$!V6Exy65&B>^W+FWE>DMyz@+6)q}F1pST&)I#Bt2ZCH9iN0Y|4goyBR znsUd}DaanaBqej-b}U6t_EUz~@b#$|G!L8~y_c}=I9UxOpMQvvnJTwEnxdVeBz#@k z=$+h|2#A2%?C2$(MZS+IulSrjS9gr|CMqgdlPZjtJN@D9gNi05QZ56>X1J_`vA1)%kNsY+C}h3C1&nu%^0NH4k$Lb4vEg%Eylfa?Uz%l zcBp`7iTOBX*|*XSrkg4fUh8=IR>I5c#hO$8rCO6R?%cI6Ueh&lHH#o0#~Tl@^;X$u z*ik})j0-JEPbI09PorHLjxvrtMX8d)RQ% z$7MIIa*@QlJKz~p@@V27Ye#`Wb{OhKn~gr(g}(9uuTt|H8nYJH8(NFTMx*Yics zn#EKK=bzJ18BzgM4;Y21_=gtwQ#)kwdX|eGM24Hb2`mq*H@NufY=ApO{O+=tX-Ky$_-5F=*%mXY2Le0eyn zvQmaV@W6#@689&WCdbE7;iHe!eh3IliGO-tj(2@!=uG(()EaDX*R+skbejLm+eOdy`zZ9mEzh7kS5I|&a>g~4;O4MJr=jU4kKR|HaE#tuUnBFXiB;r z7{B@s^M~e~a)<0iNAu7#FkBE2XhNKMu)Q*-Z#=9vGgGantv#Hz`83NlYvEJ`1@F3v zFhQ5r4L^bwl^LCgiH@$y*yyINHiUw-K&uT%9=ckAZ{NQ^!oR4UX^pbq_|aP8vv+iN zcTn0*W-#tl0>R{uzdj6F;P<6N(V+M#y+WX%prGu$ynZ08t!kjz9|UUdIrDbhV``|F zYJ$V~RRibV{tOd(p_RmWjhhKpHakUAT!I|CBQrzWvc>Xzn z-Q+|pZ1A35r^=I3S{Zmh%kQm9Zgg8;#ESBJKtEkI8aedGy2L)xZJ^;P5?m5&11?Vn6=KeV?b7uC?*P9;P>EpM0^smx;?;Ia=ZZ6AL5 z$3m3A01X*P6cwYd*p>h-VX3k!<>~6H;5P3Tl%qU_mklRW6!x|q*2Q68blb~0#2abX zkAxi-ws={fP9y)x6mSAJ0CKIqzV_2pxq++pXK573|7awAZCMdCIZoE6av&aAGhpVC z#8p~mx6qfxbKN-=D1~Rdf6rlMWhE>org1swo$5RvnMnVjiW9}80Xk5|q@ZAfg4^RV zGlc+RcUETRml1*^dY4zutK><0Y?f3$@Bd<#!Qeus?e0MS0a-_E-k=3S9ROtCZ?DGf z=eSX(&Orhiv6<`Z&S_SuUL30x?BK`EBA3MnVo1-=J_lm9vdxW+4Jn6jm-38DzseHv z6LrtWt0~ZGM=UXYkjtL)k9QMb1DEIR)>I>M+*VA-_Nwvogh7izV17m#I*#!^+sSK* zz|n{?2BuN~;UI93lK_g3qa%tp#xY@axwJY8=j+m)Cr$Yw#pJ7_rqi z@r<_AiQ>In{)0!3K*lffqBUAgVC(3s_W={~Kgsvh#VdL(u!ES~5?Q8b_-OunAPtVYY9@<=@Xl0jFy#S8@M%P+5dvq#{={4Uk!xm3oC&Z;M@ zST*ge@yy&w&9Z=qv-bCkz@b7yLR#-*NXyx%#KcpC`Cet|QK#qdm$h43UH{lR9FwnX z4Q_OFi8mCj0wB!>$B!S6rvu7-xBdP7$5p(_WO3u29UWWmKYq*trdDb4(iFA;RQ+YI z??Hl9Ki3e**fZvcv9ij-gwd+in3%h(21|@Sc5HD?m@V&wnw9x-a_;5H9d#n_5{8Sd zLj}RVEjHYb$^hAUhK`7j|Cm4b+2;J?rW|Xlr0fHRneKNi2)sJ!$-~|=29HHDMwt|h zq9xRHBgQ3-vWP*dUtSt`+$!`ti1y0ITuIFegu{nJ<-ATPF;`moQr~ZKTI; z_>XC4qDEmYsw!^`9^WafzeRh5mov4h?Fj3FSkgq;scqpT-@=9s$$=rbg&EEPr$v&^%EA7=! z-#;;v*61xbp4T#>WJ8L0-d_bn1zgP3p80UbO0S|tHUsJ>zHE})E<0$Ce}&l>U#EOA z{u_K*TJ+$7Ot&#Q(JC9irq1Ppg*rvmw$}!CZoQT8x?}TLH?2krFTs1?Eh_4Spha@} z635XyidhynpK)n?{640!18|}@&Y>uQzx+_x&NdJZ*o;-WWkYlIA89AAAF#69+FGmJ zd}lShv*`@=E)$J9X`1b(Dca*7+BrxJZ5t>WlPuY3vW+hC%@oP_f#AeI$7WqS`(DpX zm9Ffj{Uuk=FzjAF`G?<$j(&Z3-he))W6*!Ft?#oUtzMV3`qPS}uS>jHYYltzb?2q$ zqM{%L)S3mU>XLO>Uhc7+fO3Zj#pax}bS2!k8Z!X$E%{Rw5+0iXT))hwn{QM*R1M72 zI8g;Y#vn1dlD04uYv;x8-HguOG|h{>gM7w0uN=)r1;DVJarb3qC1npz-%fcTYWcnK zya?&J6NsyGm1EqV9EGH>Eeq0R7-?b*UEh{aH=$v0A%Y&aac-iSTP|Hz8QSxe56aQ? ztvF*K-!w}WU)3uc`s`n#oZ_e62j+M80`t48!j{*)WWnDgG@@24lHV{yR<=-ghMa9m zVb{vF4e=N)wfuzC(;FfY#ve{u6ynQOo+e1O7xW}M-dp?paJDyw@J3mz+l@VU+j$;t zEJdsbFZ908*&*FMn)<{}d(C4^{!y5@2>~@;Iq`4|@+5E|szb-jAzx%;qts#Ymd~s# zZY}?D;_qPV9EH4@0U^LvEu*%Ej&D~~OI}&D7p&#nefRcTh)$Kf!15EFy_`~mQZSk49eSs1op9~C_EvBq`$B!Bp+vf}9 z^JnKS=$${Olp~U)m3Q9Kt@--k!ZT0l#RUrYLhPuv$m@HCw%YH+?w6_py@Y6Uk4gGJ zV$vVDP9();3>YULEr%#uUtbS5iOe?|QJR0>JiAzAZR|!YJ{TIK9>}#|uW=~f+aX`9 z68>Jm!k}Pj;T*ld0ii3RcPEe6?Qd+9c1&`&AzR-%L+2XXSqESDhfkp`j#fm4>QSIV+*}iOpq)@s)Sdg$EU$9a~PGSoz!&9aUDw{ zM({G%F38T>Z8p;OAzW+TOFoJ?#FbJ%ZA!Q&st3ClAWa&fHF(ioR?Nfiq zWfc#2kxHO&R;31BPKOLt_go15zYuChhQ@`cn(032kNZvdUO>RB^VA1P>kxpsIB5n}*q?I$6I4P9?jVV+77KL@{C&W*qH5*!bnf#xo&=C+ zwPp4IMs%;UnBl=jii;F{gwZYMuI??b5)p=@wqK@eelDd~+N?L@j7Yn73caz%;+;2`M2(1sjT=mbE!g~gje}%C3NL;g@>>>=S*!(l!O&~H zMX(g$^y9B$viyU1DoZr-U>8WqWETw~kV(S*M78bqzP1YogwckzLVWb4i*&w5314x58GpKZ0WKt4*b$LG+?2H4Imaisld^b!=(_$bkcDP7go zlvDiY{i#{2)GaiYu#)8%MKer`0?;UjMP&O5Q*?QahEZb>FSCM|%6ldAp2S8(`uum= zSDMBET=f~4l~g4Nmfs$A`9qPIsdyyNU|_!MF8lzf`9<`I-lUy1SQuSYwr{^(EX##@ z{%W%{gKN=QTDxFp<=7i@v#i(O>CVr5&h~Z4YPy&WBt6U3CGYRBn&<)tQlqaiRMeT~ zQ;(>%XW;hn^3`WU(Z$f02Q)4isA{}M!|S(nfEMgdgfIBdyqww$p=e`w8pTWO2gUH8 zuuR7lU5|`C-;y`v~#qvqN@oEGjiaazKY-r&V z@!MAFPEvt^U`xCQz5$(?0BPcA0#9D>X@4H%Bq$Dx*tI@bOPLvV8obdyB7ci^HcBK7 zo~yI>*>-i^Ssf?e^=dz$lH3dN8T7TpmRh-%c>l~6zL#bt-x@T714FG7fU7XV{`GZx zIO>WD3Tgxtc~(>DCz403?R(M)3$o`8*Bak_%~Iu#n+h6FncZhz3c#&gr zJN<`+tVYbX_!_Wna(itxmbg+}>|KySr5n2ZYItSYxzr|)DA4dj=HIHWc@`_DT~JYB zq%t4$^+M|a%0;AfdaK1+9TZvVCS7s$$X17ej$IYci4)a=)IW1k;&R)rZEw0T#-vOl zSfUSZn#DCPvG#(da939Hii6ch<^VyV>`NuL!G)bmvRh_*?Ll-CH_$6Gg8`!}^IzLE z27%cw)h5)Qe?mSa4-w}v#fo>Yweo2VUlAC4f7svHX`>vlJnM0~dUApmL8VE|?W{{$ zpuhLSr=O)i4W`M2<(Lz2r!^ zRY}ylc1<@=wrTOJa-En9*p5&9;~a0LNA{fQq5SK>fu#@%s((gcd(&9J zdl>?p;%b3=v58An4l{;7Y{sR+O6J#&n&*2s`^Th4Ew0ZFJ2%!@4U=|?*aUY9G{cpVBHxwawC$iZ)SvuwWFw5zZUEa%(W)b=wtIUYR?Kg9U@Yym_w|-2&bSE|eT= z*S=7GX$3{Bjyf>nI6q@(K2Ud?fzZ{!Zo9qhzDVSbAACm3unBaFAxzr0N+3VaM)B=H zw)w8&z$*McUBinM)a*v+H?#+Gz^^SW+8PBc?d9GjV&hX~J!5xj=7Tl>5LXqiT@!hM zZ5W{@JKBg{u8T02k-1Yi|5SP&QoQsf4=IjlQfZo+MJyJ%4FkD;R#q0z4Ua;&$M?lS zA2T$*aty<}3Pq2l$G|F8WZ^5D`&P;fzSOfpZM|H*8%!Y}sX60&q1!jsKB@68zgGs3 zke$xLzjFFU(q01tvP*NE9JB=~vxq5k=vneC?!Q*34cx+#otvwdAn#KZGk5>5z|D+m zXJ@~U7LFClX4%u-!I*V2+IdjhrVozvGby<<1P7jAn)~aSaw%Gtjn0f%iTbJiY_}10Bu_D;28M56BEcw*5d{wIDRL8z~O#Mdbc_(=eqJ_ z*5rC4aaxV#t+?=N@7g$Ag-y%jNqG+oqFaya{-YYx{E_54`fsPFXe3`p@-s-%tn5;&UaMJpD?*mb4PR5yMT$00$ zqO-E=^rNpJ-Vaz5nFAKDcngoi%k6yWIG#xP8|9{|u8&MRVyd}I#I$+~1qhi-N#Wzd z!54${v{c@D&%oa2GDQ~1Z+_c6_^zPC$9z$stx|zrpW#B)4b$%Gl%qIV^QYHg$*k=9 zrUt2AnqPZAT;M5L$iHs!0raiXAr63^Zae7})>rxqr@~*-w3^23UCSSyaw2k$ikrSG z)eg=H($&#_UnEkjXR4hW8OdelITP_$YS;G*4Yy#TY!&ZPXOR?T>Xsul9a*twam8|g zg>Vr+uReV9<4xuTzSP>_Q}mlIoHGxkTSA?~zJFM?l$5zw^F;bt2(w+Q*7le$OlSE- zmjLT^u_SrLO40e)q#!#}vwSOD98nltzBzy17!8L7qIaR(s1Vpu@9uFIx0bM1kn^B2 zF%#>K!aD`5;LBiUAttQ{w-aej&>p?iS6V^5W=f%xQWkQyDM{W{7A|qjqpA=(IXs2*{u+~%D=m_3J{E2U;Pc;s_$oBSq#^r-p$e??$oU$QB z{SnE=ztt-S;+4B-Gv3~Ayz!+!AH=VV&w%bpspoavH>e3%TR!Ue8miU$DN?NsOVBjXos@wqddjLrta0-vu9s*~_-5 zD8Lhfo1WO#NekE($HYqWo94B5qOIC*Z%9oIpU#fyy&cqeS#{xfN`O&g^i#z!gO%9y zSMc`zFy@y(yoY`AQq0>a{;C{0Ta=-5`wXj;a-^ zDJVOLJrh05e1dOA1$ExrDb??Q%y^9ktcWK3LsVwvGdDZA0)1(pz4T6k$HRRavtRq5 zh{s~dPpivHE4>JIgcDtw^ZxV9%RdA#*_Y^9oK4Cb#v<{VjN(^`46j!_{BE29^ERrN z)p!enVe71~x3dxlm}<+IhKs1)P}y<=Lu}!AYXAec{Xm&^c7l0!D(q9R2D|Qdx*j3H zBsa+Zgw$fN_8&RsiM{1U*m1+^!j9Im+x8_hdm5npkBNT1MzAq(KI=1PAx472s&bulKy#mOef|&VTZI-1ebiS-l|opmARIjE)c4c_U?B901z)S7c62 zn{dRSGeGnpLRiv+4)8IfWVL$F!+FpSCX=BTXiBe9-;!KoFc(x1NR({jmzN z+P>Q#E(NnEhZq^7(fZtwqHnG1Bc0tZUNK}jyT0R)NIuHLnVQP?PGm0Od-dR@iniYY z*LX2*SYkK|4YSA*8qlt;Z%Kt!9;{=|u!& zJ7ljr_4KI>uMv2MsdK(~U*><#igg4|fC}^}EG7l=^;CIo=ouSjzldjI7Gcv?fZB{q zLnM|q57u5nw=EoU6i11RD5zY&ydYg2*ko>;6J*HRH(kKK*5mA1ZPy8n8BKXV#^vRN zlCB%EkC_e|rL+GP4GeCb*vk`5@$uwDv-f>#FI|Ac*w4>2dMs`YKY$*02Oxa1**zMX zCDO~`OY~89JUFzvQWP4L*m{TE?B$sLF{O|TBqT8Fo)8Ej-GmTZG)sV6uktEv-gt#? zue!G|5Eyl|;y6(cdGC=jZiDWL90(|bdNv;rlDMqr=@zsgC#H5(a=jn!4i`@gbB-AN z;QF|Ae0HPseAoHU=dUD+o~CS*63}?z!k_Xryew%^Eod$5sE~Xn>~^&q0(xwYJ1*=f zs+;$7N9eI1Ipms z?${Kdey9hM($L&cz3D<5e0f>HdD6~xeXz}%8Vc$uNGBq6r7H|o-p1HCdq-Gad{`|v z<{C5^hAV=c0o93huTYyA${NiXkQYJA2<9bp+3T&D##tr6Gu0y?LKnMC&;Z!3)~X`$ znhn2$pK2tNmCC8SN754)oc!UTo3N98U89Ls_EGaS)!V%PT4WQhW`>%=PreIeN}-YY z_p|GJZqc8^h*INkGP{`MerkAhR8mHxPV`-ZT%DT|&9Gp*w%Az*>57r{4p)<{%V21j zM=J8wxWEP|;mjGo@MVFevOM+rXTg|-6gQN%5Yi-4XU=ks$B#-rN{!YC4v81DF5^fvP zY9)L5JZ1=eeIB6jLdENXRC!Rqk~yPd)#+i}i#%+C`wHMMbo#PQ(oi16>a zfDM#)+7Yog`K(*;Gh4%FOT_+4@e!>z-^uwz4= zm{}joLYjcUQnNvMfgZKDui~Z$<~czl=*{KnN_m)$s57TSS&WS?iPO<^q8YOSy~VbH z--X!Oj|(h&OJ7IFb0(P-w05^@vJV^#4ecs5)U#1lOBV!I@gR));d0P$WmZPK&!Z39 zW_xeQ1Cf(H__^u>Nfb9FI&W{G(;c|0_9>!U!7S$*`L;NZ-`0@#umCZ1;Bw7532qiyV`K`r-UO(+GO{N#hbBGip)JEr^dx z?BDBL^BkN7%4#;y(yJyTZ|d&v?y+;amMBkbe66#g`Wy<85v)B|JHolT+TcZ;iOTw= zADVBlWEmu;ud`zd-2$nsRgZ0inoxMhTd~E>TMRpbWK-&Z?~=CQR^0ToqcHwxmc4jq z_XS+RK!NX#Ntc7Dzmx0OHkr`73VTe?n;u-O@I8L)&@Qp#=*~s(F}J1b;PH4=9l`i1 zg;|s4AH9@q#Q8cRF%1cEkKIQXNr8cJ@uJipWi4%nvjR;V)G=~$NcBbh<6hr;NYdPq zG3uE7Zez^ZO-zDjuckR)!AO2yUj?URL=<7|G-`BIOYmAy<$Mzdd8hyKIDmd{nV1BK zwnh#OZFyYOreF^6qy4EdsMBYHNjUnCF$|k> z#Gj?m*}7fqgI&?k~5>Yb>3 zV9UJgsx%r~s?WB<=tc_IGMRPnDt&NXcj>#4ZgfH%H>U#nhts06M*Sg;?FR6KD#YH% zvJYToLMu9u_olNBqLvj4i+?P?sF*`_XckiFFe+CCnliGpkL6k5ZnNW|eF&V`*j`fV3xfd_*M*`oOiVB1r^Pu`Psj>^IMU_$F1s#2RLDLucg!z zOUQV9cv#iFF2pyTn}x}eDgAlnF-`Z5rJR6O-P{M>;l-!^kzZ${BRtBa_{p2?2mJVP zid=|G9CiK>Ns}Uj& zk5BU-*|B|ktV{fsw6AC@P$FpZwQnu78j^qxZB^@Xp)OIY>0VdQ_tBqnx>J5DHdgV7 zGT@I*je%|lYg=GUdpsRb<^HSGi4>qRAV~_4JqV;XUlwjVG4TwlNw~na7D60>Q7!W~ zAiOjWLJ94xGBcKx<)BxDtlTI~mnW(77#v^vY(jjJG@E*lBs)uA2lRThtkkWsB3bzy z+}~A}zxB)(u+6bWpppd62TN~~;vjSrnh(@o+zP1Z3lP2}uC?a5mYtck%7z;Sihy3g zB>qic9)k9-1@b2V(M?Q^Pgr{A$9!1YSe5ebur7J2PTsu@;^CUgjcEym$5Es1fs*Te zM82%r>QS$mm1UdaNXF0I9ddi<^Ave{4$Z2sY9Hps+x`vN>>I9!twmPDMNnRgm!Q}Q zd2qA5VwVbPF`+i;A@dw}=G&e_jkBL~@-5=70#y=Va)8J0a1nXWgt8umor7cd;@EDu zC~R0h051v1K!NOK+on?;^r!SYdwTKwNkI(~Qr5Smx3NYGhVL>{ zcRGJ*4%E z5NzdcO}lzJI^TJjukC95UbYvZ)KIFR6uKUo{nBp4|HhTgP5Bo5!K%YuQDSiwhr6{2hMGXx6eRBsVh4P-aT&g}yDd@E z0SKVv_>FaiuL(*BdNzu8ay{onfd4g9pM; zz+k$0Kt~B3^o0y^mw&BGh>F42j42#_p*G9 zD#YuC(#br1DiyQSf0%GfF-o!3&^C036&9nQ6c{(e34-AHz_JGNUyvTP9nl5uVRjX2 z?1LRQq+6_Z8&B1V(;xOd&UoVuFq}PM^DHUM#}Ao|29TUw(E$Pbn9}ZHnJ>7l-cOCl z9!-`Kw*cQ*aK6tNO}JrX#!z0dTZ6P?mpG1k{vSE5jg(H59ozxHu`70)LW)lmMKXKT z&7YG^D3E9c)-y<<_P`oN}F(12G-F5L&jX3#^h>AipDZiMpA@EXJx2)6Z{G=g;6B#CK7Y zw;saAY(47KV>w_GU*=^ZuTQd*Qhq4%~GDbbDW9B)QidsOG zjmTiW(Z(;`)a-qt(M!uNpV&b4{Dxr(|8*u6iBOJ9Oy7ukanTY!!NC`T<(O70@)Ru! zP-U{T#=G<-Dj=HGv?HJx60I4Pj)hrE;klasVu6FjNHMRe!#Y}74(GlH-R%zbO=XAd zb|Fq3`n7|vHh{}q!iFoMIr}c4ZS)?!BJs$(N!`cN3AapX5OhL?j)^q(`)Ymnj3uW8=UB$il`opgKQjnjS<5^}@BZQCv_fMVy~yPh z7nLu}I^O69joj{HOvEJBmN$BK8kEfJ z*5ps~_s_a2WBlgnQxW+5T99k#8+~)VaOX2;Lt{qg7-yOTb55Pk)t!$#nIHR_(aK8E zU8Le;x5zzpEp6xZr@eB*H~oX&Sv!z{2u8`8xa??+Y+$3-tT^J@&*KQ)-NNpld~@LQ z_AOtusM#WU_dnHRHl_eH5E(7;4FuvKs@%D$=P`Y`_D_HPhFA6qHP)pMt;`;QQE~Rt zeis=LVf(JtPxG;XN>J0$BQ|>G<4+|^Ov-qed-Z$eN_Dd?s_Nt8ZAHXZOjQw2vK_Z? z=wq((N&9=k`x%(C!rs6jS6rtrp6B0boy-D68-3Tv~^RIq;0=_{!|aWZa(nMV>H*^rb}m==ocJ3 z^+Y2H) z$gHxvdt!^d%G`zqc43Rpr>s(1E3;Jv?d0?$V>5SyouQSRI&y^Ru-*OwU&X%_3+}dW z)FW$g;}yD=46Hh4UX|$>(Y6`bL2A7(xgq zX<6=q^P9!^oXJLio{=keqoCgsk>p8sAp85vGP89HqTm(liwBCBk%i+U>eKM16z z+a)b)h=~uLL7!Kt37%inN%x$QyOMWFt--mcPxiv?spuHsifO9nhdt0G%FhoHYp2$Z zS4TtO`MX;SX;t6uTQMB);?UyeOnKPSVyB`hXwi~dc`p09ltBaMS^X2-NlTfG`r+X= z{p&OFbSFJ_Z2?cSANL^*r>MX^k=ejZK_h9LYuN7K;03W8rY$#bsuGA*(=vyJ4zlW( zhJn}n)zt52s=c*qpsCtqX4TS3)HKpq2)J_9uD9up*IXUL@n3fG4V4|a^Bkyn6sQ}T zCIQou70X*7mrqT+1U)Vv9E+tp^1k44C1#V6MN3n9-eleMJB@d6C;-Q6g#74?&qKiR zPe^~|5pXFAj!M}cMmr{m4He!z-`E)J8s;0R21f>)dQ~0?D|kZVtt^04t5GXLh+n^W z&oe74S_&HN4vfV9W%6>?sB57}2h0X;AWsB8W)cMJnOp3c?tBoHB-Zf7P(mG6U%<|K z&6zQ=zFN!)Kg1eqr>a`wJg>7{LG}GZLcld;u0TD(tk?&$8yN)H@GqN9JUBrf(T>^qE3Q(ps0~*n5-0|ai0Wx%nIgAQ!4!OJA z3uyxtE`$a&4$uIc6>(n{AUY8E!QcAuU*4PX4;lQYJ^yP@P67M%mqIH1d$WH30L2e} zz@Z5G6>BhpZvLNsPB;Kgq@BQLlYmR%-m&rB$h0qWG)!1`rb~Rqs9<)>FF;@4mK-fL zjE0L(@l(WF0j_o^=wC0e|8jpH8GxMhAN-60*8O*=>IamWArNd0SX{y1y@eWd;` z9lQVC$@%|yq^O(+6{;;j2P*H$h}=uISUx!xB`U`13$}5hDXe9xm1P9|6;%#$p?rP8 z$Cf0<60#^kmNZ1wC-1TBBYQ5ftspFD69{M6_rsZ=$Rmx`EH^4iOp^RD1mrzK|6o^} ze4Qc$&IEpGkg0a$?~jE1X`U%!LLerXbLP4l%IYOG7NxWv(WXE>9k)d(X~DLo^)V?( z(bOWTfZ+rF57VFOQ)dejn^!*Hem;Vvdv54_$8JB9!tr0fg0Cd)V--Lai(3FHQ9Aba zIq)-yW~^PS^y!+OL?bnQjSwDY<{GVW@%PyJG}5)Kf`Y*pOq}~OtoPa5R=)#Q__(Js z61Y>rPtWq#7wc27R5CuE z&U>?4*}`M##*5;J1lVwDD6C>8cmEIfJ0BdY36XFT^$&28pOW85O)x>LV%+!Hia33G z6dTY2C-xODfD8leGu$u&kbPDaBj`6t_5bl_n&0GUAWHegE8GvC|3jXU)^tC2A-}~j z46E`}@Md8EBDjwy|3jSpfBhN!y8{B~`TnOH;y>s4uPBQh$vp#(StBHf)LE#2MSF>}UuyI;mTgXU1qj|IBy^ z{LhTdV9cK4Iz%@Dcd~3!X!j9A8@U#punNu~Xtg$1LWiC<4^yH0obT-%R);K#7+ zkCW4$(%|7il~GmYCBC@iY-uI+Ty`hO^}A5?yPA-{13jKL{k3s{zWwT>d2-K?Ka^Bc zLw9wn;e0)bIFhsYB1(d0xCJO_fxUWH|-)@7aPp!oc^tc>^_LVzJVZ z=;ntrm5u8WBpi-&9Q#l1LS)o5J>yFv#IvRyn41HMa*B#be*XUE9E7w;`P;#77VFoq zXH5qnGd!PC7hm7a3*7m;N;0?tTtVt0=dd%CMv+6Q3`M@TCsBAbey$)jHMLz@02>=y z3M?%HLs5M_{;Y{_B`wZsz+)vX)Zgn5#_k6X(j=Pw{G{7G#9#FFE2cS>A*)Ouj#$+3to7+*j*@3QK8L(AOQeYdKn-#Dz@$pfMCOZ1=g@u%M^YY!~ zze&<51`SzB$;rXftG*B0&Gk+A`#6Z&wqq4`(;mx(U{rA#d*ihNjci?NUA8@n)5r+iKr46_tYWu_m)rEV zh&E%n@dy-t8ao*IJ_?NeYug#7{l2GdkvI%$|Fe;?(RuYd#|w2REP7vhN3ysl=H{Y4 zePX^kn#Xzf?j0e&6X{9QF8NZx<1wKSupBs7yP`hYAv6So;sdt^(o}404-{$spc92X z3UZtjl?Xq4?B4{H(!SUuqFlMg6@oRhekerzrl|Uw3kMvWuH^>zQ6X}1t0s)rz zo9{;Tj#;Q9H1dv?mN4?da6o&{Fn9!NQBl>TV6L=`Td7ENvb7S;o}M2>(ZMH~MmD`S z=Wo62&7ta52fG`sDALN0laK8}b=I#G_uijOa5GC=@00mt02^Bby8Gsllsx(E(%8;` zS`yn85>c9oqj2|J<1PaUWC9*XnW%(MZQ{dx3P_P+_ggrvk0&h`ZKA$6g9fO`CdHKf zGux>DbT}|PbSD|4pW0rHvvwhPqARDNKlhawpP!8+G?u7i_R}+$^f=Q2fU389MDGf|U7@!r z3q4Jby1cCoZOdV8U2?=?K4{p(i#m4?8`6XM{4*xt`N8~rqtCT;!;c$VYlDiK@5ef^Iv5%P5JWH-szRyEz^2 z5P!|&_w@m0jl9S{p&Sd(gFZZIITh1+sgo~lMcBRkMuX%q#^`(NxtXc>Q3bcTyDmqm z6|wmRFeIMv$Kt|5_u5I&i8;Cc^nBFrz`**V>}##|_jz&ZHiqX%gDy+jTrC^`Wl%CFK?(EDYL(-gW2iE7d2#+c;`npHO2;Y54 z{=YV>MmI2K0`FEQ>#R2kbIG`(@2ed_nAe=5yjqbrHPqG_zvCRG{L`$lXO4>WQe`8d zW^nMCUNe>cW`shU@P_~LHY&VgZG&*Du2NHIuq&a)t1ie17`*xSHe3xjYp~g*u~pYz zK_Ou4o&Ko3Z7!l`>d))ces9wRA8@Pno6w+DzEpHC(8Y8UNZXkI+1|wW4J4lBtq6zIb?eTr8$#YB@%vefwjwO`PJTRBIxR2s>x~kB`B|#AAL_M`unv5qnMEr)e@4V+f#ge(MXNrNA|oq*T|}SoW*VJo>q*~& zidtM@&!Z$^c)MM|;xCA&0+<63g6U%OW^P_@sdYJ84kXBCuo-XdWw;*udU;_v8bmYlp&?MpRGlw8TQ_tcC}>_FjN#@en%685q(Migx6P`(}H8 zVR;4qK0s~G1PAaUF7=|65`+I1HN9EE*5RJAj^+Tn%|$*Oi9I2{cQMuSteg@`IR;e$ zpH|{{4InNFZNWnf#HIleuRjgQ&sn^dCve=`Oq7q5U28hWZ{_4grx^LVQDeY*0klL+ zFKsTW>cXE0f!!)8S-&xI?sKSWqgVXj1pyBx({L^1ls+)MO(+wt^lYK#mWZBo;r+zw zGu=xx&N56OC`4D7lf8C$z>KlMdElDp&6?6Ru*Q*}K(VwGxCcSg4+ z$R!5Q%EyMS-11PwID#WIYl;}8xgEE1F4p*w3)fjKv45xp->;4lzv22Kcz)_jQ7B-hHOA3ZW5{_$2lf zjn(ozrSy*$c8%EnJ=vP}-y|_i32?o=D1UrMfwJf2xw$#3Z|M6*-NDD8e9?21P8XEX zFJtCZK#3i!9f2p@G9j*tx7;k9R(N7r@LVXvD*wNU`w>1Ts#|N zG6ZzIEt3CE3YEqY_4l;s0T6VWVYHNXa>CI(ZyxXk$~mEWLwvJRKxiU{V4!b(a85vk zO9VSIB671p%xCFCS?30#k;=4CfmkP+KeY&FYbZgft*>R3OYuON(E{o5Z3y6rhaY{6 zFWl0ilw2|3ONgC7r?G%1f-uRQuTa5sVc$>ie_OkJVT!%y=6-YJ10@JKN}d z{Afw<&IMoksg62JzFK6=+=`Db@Us8Pjy`>7uI`L;^D|=YyuhZFlTAqogwwsB*Qgcc z^0Z|Yh&jtpX7tv|j1b<4_p6sM4PPgmIXpvoSm=%B0uA@8=%GG%5jR=dl{~Uoe^qlr z7Q~>A$0j6zXc5TBXntE*6Lj|qMeKuvs5IYfWWHsRa5o$j;V^7a2jqr@4T5kl(*p=`no4h{ za(CzW^pjDC+HtgEv6k_K<2w{@niV&;VZCVjQ!lQhOV0YIj z9fLzxq6JT&mWZ%-I9%ctx~y&{12u4TFiMMxMlRf}4M)WUJqp8B&N3H2F)^{TrRK#P z?+a8M*ILAv^N^Yy{}*W{u}vyAe@t+s()1zF3HRMdj=;=*g~_sAcF%d|ZNlS{dr?G* zXgX3|yB_H2gK9$N&`)L!Uwqd@IqBGc_jZ$Q*j(E24}lCM3J@B%>5IWDud0;IOvH$J z%K6&dLhhW1f>#8dHXy17PgQg_T=prL3f!HllPH2k8u~O-wCQ#i4(!yC zxm;Xh;2v3|H7&HL6%J#bWMG=DACwVP(HAX%ok2S4B7FTza)46cMY_@5s4M`2LtoPY ze#1MUHd#&zDk8pnIxJIlpvIXj4Pfi3A^m{k=SGN~x^S;irT#asY7vz6%Q11=$A3wF z2N0?AV*9(Mk#Rg@DpHP$(;PMF)@<2K{p;mN0amCH9CT9w-}iiFOc!}O&+VH}r~9x$ zHc;)UHgp*?=qR6_4mu?benDP~snw#55?Q_D^ z0Jj!zntm52Xo<0M)ORJGdw&o4@)ywYL7_a$Rc$xUPAFpWSvx0bHa|{-9XZ&JY&9bY zL)oPuc-@~b8G82hP8FOW9Xtp6rMvv2LV#;E4pxnvnq+N2%5jO2!$auY$o^+Dc*%ET zY321Fol=~~6af}$sWmu36gvYOi?6Ha^zp+O-_b}tk!t>w4n?AQ8W#~GboYP8a&nby z?!s^IaPP*6w^iIg&u#*^|>JrRl15b&%b8s?yXsedNb9}Ey_pF zenISf4^J~0VhmZ9KfFtUV4rqbN1g==5m?iM7p*3sbx5b!d5;Zn1yLkk4A9iAWX>)V zyxaEyBI+vbo}PYA-A~!CfE7YmyF1_f>)2+9fs9)`%(sW%5$fn6v}F*ah`t%eH4AkR z{`9qs30HmWAV@ERU@i0z`RuuS3*T0p;Uq14hjAaY54)yAxt1~2b2b9NOShh*9@T~_ z$%!W{5H755Ai)0--FxsZr`pPiErr!bh7qqE<>gwv6#x1(Otmu*(??%)jgGXT=$YLX zYMghu=>M@@``dP**hOgg*20$lrZDJe7=3O;RbYc~$NhNU#)aXoj4?Ca@_Qmdb@v!4h%nz#y1f`9rpf030Uq8cks(k0kJ zj@E>XAmJDWnnQd54UdWs@#<^jLLd2z3qzdKwB>f?OOfU>h7$wLkc5xzXYMaMsY$&o zvq{J)2;$1h!pyY_&_7CknOtwc1~ixYUd0V-82Ci~hsvcmeF{A&6w+0z=kkgyGucx7NAKo`*XZLUL=eusEmTrDyM6T|9Wkm{uaN@xpOoDbeN?kNu7p2pJK z0kX+^?E_O+P=^?O*8kk5>H~nO`Z|cbg6Zz={?)MZ?EE~qY6dPx$WB9VE0N`srHiru zi<{XGXX}VC?OBdaZcnSDUpJnIs=cfoamk&zEN9ouDk{->V}=1L2YaC>Hh6_R2^SI+ zo_e->BF5uX3q+{{cV^33PI5f-uKbp&w(J_2rD8>`4SgJ`PV<^7Cx(Q>{M80+!@qIEg(|@!FBwXuw zc$koo5KJ7L(AHKFZ$xamr-INx&}g#wZ(eW*(KHEk$^EZ1mw;2M5LGA}=;D(DAK*jh z_Y?gq;n4)|2>c}%S#|qol9{Wku4g>S#uhDwJjz$A-^09(<1=;4BrFs7KWV$~y4`>FqTbzjcHQi=>>+&2jhj*ZFNYhhdT^kCXt$pO}N1f@^cDZ{_)lS6RF>!Be= zCN?>Lf6<+hEE+e4ai*BG<3zRRM`3x;@6)@60Ra*^-Vm{i7HO^{P@G;ZJL>8R*xT1f zMM(*;31o-;^d{-ZGByF^G04$KIb;-FL8*RqlrMYh#fn_`bCA!MT2LYSP69(8CY&3C zn_5r|y=1xB{A{huj+BdV=mvi016<4Eyj%!_0_yUI3+lI6>1rh7&++YqxZ? zeqe`U%OFn}FSoU`GwgoRL?sd8? zXnpX~t7zp@p2nj((4iK30UH{=Y5L6y>7@P9N#v{(rV*m3xssW6}+yWJW}<#gRrKqcaW^?$gM zoK3;T_1q8H>Xq@1G1Jk(g-FDj)F&9E0+`yRD#^YZ``J*)T(nx%Zx;DRu#5KY_Uyv$ z4#pd3N%%((qGvtctqyWc-hN0j95c`Dq|%?> zQg6D7HIU0_PXib`9_wpG!YX9TDW8f)`iCz6#}EQjU@5sshXpABawsGg;a3B}{(kq{ z8M{Ac62%@6TRczuuXb$oX=v6ffwG13Q4_r9UatP;kQ@GDKiA7w9vNgnv8KJH_7vfT*qvCM02}3GX&z8=BX|$F|nmKNLWS0yF@DqeLKVi6y;u*#$anc@VE<&x5pJ#il@o$ra32)Nk(-hiE1 z*r06i&bzKm&S99G6jB*uWJPGU0XhKk7HzlNPhGvCHI)U>T#c>z)$t-hkz9OtcR0%1 z)3#fS$D3nU???-=T%QA`d$wd~YQ)3Ys(~EO6(-L}4RLHHGYEUTCCGd`a`v!LC9ewvqAl_&X7x$h=DXj`kj19!k@ zdwpilT}=)BOn;!U_!G)nFt?CRU9${^T1txJi3<_B*leWIs9{(oy!Kssy7|Y6Q@8!L*pt)9kNOp%^lTrad8PMDk^%qy-LNaGprn$nQQTMZu%Z- zgAx-Hla!Q187=MV`t8Yi_)y{=ixFl6((!)jw!eoPc+#OR{;Z?MFcmD#1C53DWN9rGGfHL63R&zjPep`%>YU;a2l>tA zqhG&r2p+4V$CWmNRiD)*1FqOBH&bEQ+1S#vNOQ8Y&77SvjEolD$Ui?hP<3M}w(z#L zt?v>bVqma3Iy%xSQc6h*QrV@ie{gO$htvTW6>1IrmyPPbR_1Q?-mo-G3K-_Z0+q?l zjDwa_SAMt`w$mO0J5skc*EKAz3iv~)43PlwR!o6Vg5M$14*2s!UN&crg2LflTE&nV zN9XtNhpjoF`QByY`0{ep^AF87(O2lma@L$xsbvm_Ao}JTSTh4RG5o|hJGZ%1=DIm|2l^Fpo#;~>hq(0^!>9UU%Y zSs*MVIy#yQa2C(M(m4yEJXHtahSdNg(C8J(lnO%p)A7*}TNHpWUUP7)O4?xF3zvYu zP&#rH5fSm-TNoO-xTKHCuMwd7P{!kse;{L0+2zFldq%+433(yI9>)uG^6_QtP)lva z2sc$n6MWXD*vDZ+b%u`ZGt^`c5CQ|aT*h09i`*51A%wmXHfW~$HOf-87c7x*X`o?>PlTTA0F1)A`uiL{U2*pPzPrUnVZ64A?p`+ zi(#Ad|5bRqI%~Oi_Kx95iQ#kZKM@zh0*+wAQlV44@Ni^pu591%3m7y(?%;ma-C9H|9s+ zF;HIsrF2UP?{5>kQV)IBj0$46KB|^vuHZ(u>Y(|-K|x@0#^DUO6cl**gMT|ZzBVIo z2E-n5>FMe!YiQ{G;gVr!^hbG5MZ8s;aXBL%uenfJ@}t%BZCvva?-3U zkn)1i@27$qVrMzkTY)DH+pLbft;zvki_IAFOkp7$f0SBARnN|REsPOjtgy$b?_CML zEoO(tS^D1YFG?{krE|PySieKH#nxtuQsI!C9tC?QT=lAh_vyB?$nG=ea6{sBc%Pm{ zw!}P$-+?|nMf%fVL*O(td(R0YJB zlxzyYtupF7F9$3RqO4RL<7AA(p#+iGzDDi7tbuM*LT&UmV9H%EjT|#QglnDE9i9^A zo|rb1u_!c*OF%2Hs7N!y2D3h^mvOE@xRR?)s2sR<6>NbSw6~YAH|q?6I(rN5Jg5<8 zmjQVSfNfL-B_%0sZJd`?CjJwl(D#qOgEfJ|-QZ3bjC{{iX3qDh@-ksi{>&k7&6H;Z zktAw6pabkVsda@rN!OzHG|;G}L@>8bp>r0{SBT-LLq=5rPr*sCg^O=qH$3bMsnDK#PG@2pEa2!|h!CuQ0cW6)+61z%cB7vSc7s zd1Zw+Q&qb$HG6sXbArvw%8eQR`YL2zFYYPFD7&p~V+l5&)w=RCbO99dw4V2R^qbdr z`}$aFh&hWV->8+RC4GOse$GqiD|rzFjsTTa1lG2bgZCY``Y%q5EhJ)o!ckFCxjyHGOfaIXbrgVq8N_ZN94ME!Zy|?|Qa}J|d;7;5 z*!)6^=DTBTb_E7jnDK-l(DUPW>CC(T0y(gCR9?bbNs-sSf{D<3ezswxSet{hxf=yi z{{lc{gJ7qwl*zJ7c63)v~DN9MQh+6mGvH2kGSGBt%7LP(lLqU!D+1v=R7pX6`uON>pPr5~LgV z%CaY$)4GL8M~hFx-r9Or3Jn*u$H}KY%A|UQhfVXKi~(i*G-n~Ss#IE?IWnn zOiAhUD?>wMaq*5=DF9Gtis)nD;XyhT+n4Wfhb1`xAjd=y6pR%r@}ov-)NSBDyo8}qGv!otmxgJ&F>hFx^#6nb}*!K?&>UrGSV0hSG6WnDG2*hRbD*(pj5&WlL*xc=l1Pze; zqJHnS6Pd6N?-<3G^-jp-6~y#yc(;DMOX70$k@#s>1I}dLC}NSontG^ElmSX1W_IId zJIiakn(Jvd3z^in0N%M{j?z6@ZBo_Us;t!FvOj+E9(*;We%uV+*Ps*94n|)oI0^&< z4^}U+grHJJAsiX>XbrxEV7GrDF6cX|I2n$z?Z8+LHv$qq$`vs|X6UhoR(XF25!0Nj zDTYW(3wweXCng07my6jOqJzgw%}LF0#ZVo6F3myQx69>HitWhP&m#g~n@}mhrZ5R& z;+SLPd$Ft-SDhhQOj>1vz2sts{8lApmdEdTFA&#m)BtwGIX94O9vQMztJlXs`R9+* z9lJO%5;E2!nVejRNuE$=U~uNIyd>y5rg#pXdh(rgB&wu_8RgO|r1QJvhv->c1K>0h!oSR5X|JZje)w13MAGImeJBRLuE<$nBrzSQGi zZK;a!A}=re!Jb=7*h?{oO{!sX8ErySQ{U$YuPZ`l!?71q(9QUivjQgolG|&u8wxbk z0-Icap6(#n)i)Q)qvYn+-U-Za-~H2HsRD@GCa-wkz)ZicdxNz>PJS}}`V|(|R&WTa zIO-=<`Ab9=eD&xa-YM$0%M~0InG^}a`0{J@pL^bZx8VNrfgr-cM&9ClM1Uu;&O&3= z1$XO?hHC`Jhx6c8qxt*w+fOu|cD->#+*bIV5X9c#04?FL#{(lVf6W#V>ftHwdtk~? z7K>vfAsIs^?D0>sM04cnzm5%604{J2K3p)2Kl+d0IK)0?Hpm#%{01=>~|%v~!X%55opEV;vgLVwUN^6A43-UmT53Y~ zy>;rIEV&F1jeW-rwH0P}zy5=N)p7Q@!~f9(!lM;Id;~tw`AXYv3DX@n1WXMR^kA;Vssuk@Tyr*k)GW!k{}D#xvYH_h~1dcCYs=R{P!>zIY`- zhOdm<+S;0wo*u#SrBRApQCS!&0Cd0WF%JgjLT>}|S3^mU!b?EME^-H}7ZIXB27B#%^(3|5AwOJDhgBUvxvgfWyJyRY5Tl6eA}l({AYDxm;i zlOZkx0bX-5GqV0o-cCqMk#B+g2_hbtW1{XdLV?s!!u4;unp>O)SYvlB`ZLW5 z7do(Y+hUS_a*~6nm>a#A*2=XyM^&LneBrdTw63v%aMweRJ4sCYzh(aDj$A`ls@>ViE(L{ahi?;^cvIA}4~ zvDP7ui|c^^I|I%#3YVtw`^5hDUD-g1sizw7bOqU)b8f>xIClzfG~ zqCEXniDBs;C|d^+G}{bmIpksZ+h{_hLpZ(8%mh(fuJ$G%b&1O$$pDo=$SH;WUR)Y5 zn)}f3P*?&gX#>~RO22v45g_^pD7-oszgr6}|M*c-#tJsgo(|OpO^HN%ys=ziIO$%t zJkKC(1H?2LoO;Pm(w1b6CTHLT9m8dTbx;-B--BoPPV3ix3nFn2MkmVoWh$lsEQ8>~ ze-4#r&A>hH0ws?_@b^Uoh{ULf%XwLaF&NoJ`{-&1KxOl>@g)4i$-HoU3kwS-t{(%V zGc~>-ynoZA9|```6+OZ_cyGn&zy+cp<~n5bFX(4zKl8mLkcn+PWv4cB3F|7PlujqS zqY`*2yH`<`Yb-QP--q{K_+5>thA37Ar@C;kNyX(VZ5ee>u#2O`iz1Kni<2QiiA5!H z=HCv!;xX2yvL4hG)fBFQ&3T~f5mtbax0UyL-KO#CRUEIw%qxu-o#M-2Tz&cPw78D9 z^0rU`IS&oRTN@>y>zf<7U!gYxI7n!b;?HW5o~K@RoHQS9y%bv*J6+oX7%>u&n{<%(^KyJq)bN@ma&B-p*+yu11q;f4Wp&?zuxquk2TW9X8*w1KE>QC%tYkUY}M zf{(OlvJ>=SzKzs_6Hr6;7{K${0_G(IOScz|-Y(&|&1~u%)WR&VWMOP6hy{zv(*?Nh z-myY$vdiR!X#Em_xVZRc4_EuHF%O@s+Pfh^{zX;r)Clr(zuV48GQ+W^T<0YnRG{^N z>F|@hE$)j~jT$E#`PTRlP!2Yg0yM%9if?xCoTp0rAJ@&g?B;k5E4a8ef^3klP~>d9 zg|vK2y4mM3P6{BQd&Xx&T1tiRB|@@?;`g*jglPn!x#v)WsN#F30MWV~p2G~nvSWu-<<*$)s2+}*L=@uQlHWJsR6uTqjU)S#6bZJ5${-cLd&c)u2k@vDsm&i~F|Yd)Q} zKYob=l|DW4T%Ue)lXo1@06Gmy{Wwy($}&!fi@?oP4q5+D94a40LV9(h0kMXVO6 z7ATxY=uS^GQ4wA1r5CLaE8))C4%KUXV9XPPW0(Z;(h=LUKdT#{?yCS|V9KkiGNw*O zM@PZ>2c}B3GLdW(ju?Vqb+LO`@uxGGKb5ltshsO*9ERZurb^AJsFs29S8=VC@Hn&R zU14a_9DcfiI;OK|Ii<8TpPVU0gc`eknuP-DM5&j^O03{~EM3fr;djb9Kh1U??Z<`a zJEI<9hY!_BnR>$uMLbd}9W&A?2n3D^812QpQy{dEJ0DTG>S!01Thb0yJcPHL3=QS9 zmyLHssT-P_((Z?u{`u1!@HGVJLt2v;&;`hl{A)y`GjIIG#)svi@|*x0lb?NF&6LiKdsaK1`;X>F_F^Qgj*WEZ6->20PEli-wydNybpBKljsmI88Q^5Dp zZ+UII67t?A0rjOHL|_m9rPSBaAbhFyy6O4)&aLY`&Aa}sEd%XO?2*tiv)SgP9_ zx#w;t!bx!wJf`FnSp7DU35MkmD8aXTxH~ioLBg(uq7$OuF+y3eHH;mD={mKAz-rNQ zI=TZz;1o8(3p2caM>5JBa4n2#2Nhr%-(EY(jwBgCESgBfEte}TL7OjnE&jZM>mnbW zzGt^RK0aQ94KUm-y9Pn%p-21LM4+`bUHS_H>QqrGrDHdB^k3V&i6lu$3CP zb6mnJoH zRekt^%$p)UViowb^moJM4-i68`yEua4OnoOtby7}V`2+R7XW!4tY(UD-@R_j18R>` zl+cyBgFRQgBmdOXm%G=&huNXVHFg9nW%@$_hN9ILQQEt!%bS-oO z_?jLHk{ivp2}iO`;!`#lX&LsDXyhK71VMwtXOd-pIG;XkOq4lOD>Y|LaL!T;eH6ld zCu3pnhL^r12(9PzM(Pr@Zu@S(@Wh}H4YKw)b@2=3T%XKTYlnj%Flwf55mffZQwEmt zlA5e!sm?*qo0k3fysQmG03qn^Ho?%s!k#BDkZ_J~@~7~?dwfd&EjjD%Srp)E$3-g|T#;p4QIj*q=HJ(LjEQym}&upg-hSSDX zeG4zLC*>%-_(dCTv)ag&^zI2hZiYd!HsPE{9>o8c>TQt@OCT;d1b)PG=ZzAQk8b`T zOJcYv4Ox1h_o8Nqd zPKI$DDosP$V(*6KvTs*v1z!AedmKo{Wy)dYEXLFG%G07RYYXZ`r}^xQs_Z_Ob;0cK z?>FA>eAqtk>&WQc(K-%%pRoGP8pWyY`X%K3lr}w*kkNrDHQd&8;PH{s?N!4{(Q$a~ zjJiz72Fl?5lnFS)#0LrTB7*aee`5Qz^^`~^9MN*xZshcQd8JKVIuiGVTiD_Xaw@)g zV@6a~$owo6*-GT0sn3940Llv(;Mztl*e52TE5XV$6+lK=aOmfSA=7(wrj^}gd@61>BiSB^mI7Xk?M;`Xz(yk&(GVV&@or1Q)P)u3*J3w{Iz7oGTh?- zTHPIS=h_Iu8F-~imSTjhh*c`nMNZwNOh%SPnW zGQx;*38c{`Z9YRd@Hp7mzaDnvfW`}?OE$}BqL>V{4%v`?C1d_c7IO!Xiu<<)=;| zp`%9x7DM4_D{=0uzzYtunI<8Cp+&Pp!ln5%WrRxN-DM<$v6ov8!#6n<_E&l+?q%tF zOCF+<+qtuKk(r>@Js6ohWtTZHer2u<^R)kyRD1If_Mf2IM<;ujy8m=1Eu)V=cs5ws z*)y7sJWrP9PawtzmVh+4{p>jAH6aO+&e_LM}$!owHVLEWK_COh8XOdC)rRfsZ$Iu^VFhdbW>oS7GLUR8LR@X%p9>wV<0$yXiL60WCQuH2uEOO2k*7By$^FMOe+Oh#ZFb~AC<=!%qQd&RE^ zq1)s;j=MQ&OQ4Jw0osMUA%~R##np$G!C%pX$4Oev;v2H{?AMg5!LN(eyb0|c913O+ zt>2p}-9AF<&L#^zGgp&HsAB)tM#zr8ciuzhug7iQgPJ5m;i)Exk;G#uUeMuBk5%=I zH^C%n5=Ky_x`6DBwt88rfpV~XOXT5;1itG#_evG5a)~*g3*TPtf4O_eG4#7P5j7E- zglS;K=;{<>Lqx9)4gAV5{Lp81mxlT~+y{ABIGSL@=6a+A#VwrzNjBQ{yI!=q0&x+Hel_tLQC)F z|7!?9tbg19WZa?=7jhqry>OiP1LE+)by>zQKja<5+WYSH99(u&G+Mt3!?e7lD^QPy zXG%s++hybkEG8clyF!7wJFuhJAE#&)#e1!2ayBj0l~RDCwqW`@m{$IxZAuA{>t8Ol zhl<(!#)=FQsJ`zGMqTn&wlh+Z@Jk_YJG`9GtL3d@BrPRmFRwlMl}?!2JT3vhj>&aB zpL*?wJFkufV*MDnTZWgmfIueUSv+d~ z0TOZ{VOWD#SnmpcC)OZoqz-xj9TVTTUuO8z*p#;bkWv>Oe)1&9?lW@E@P>x|yRf@f z3Bsajmup~J6RI6+TiX?Qy(iKd*)nEjY;+Vv@iFix7e8PdQNP9}KD+6!R@Gq#+c`JE zs3>9Aj1>&}vX@&j@UVD!Hd@nmHi1I-29|PKFF4pZumyJfVBFK0S!Ng8+3R6Zg2D!2 zRl)anf!y;#*%?C<&iyo*Hiv|~#C%F%Ph01ePtfyOLkh6izS=w}?ozy4UvxqOJcDYj zBn43!b*s9}#2g^?-5a?nivHP|mBm|0RIAIlwKm`|| zBgX1ciRiM^Q5wROEXXFLETTZ=v-)g}I5%yl*H3qFayIR)22Q+&*bYO}9cg=Zy-`>x zFEC&KRTCYQPqpCI#zsQ>P~w&ImB36uMdopYF-z!MJ87PqDqhP&(cs2gAs8Ez0_j~X z^)UKorN~t!z`xI`bDkY6!x9_|SY-FE?t5SdzliQd}Xj z?zW4o>$~qTwJH+d;c6W_|4JQ6-Z3Ss=<4Df4HVYf6%cy6zR~=Qv(Ah(8tCVzv(?b23S`Y$pn)L7>=AnT(GD(Z5|8M zoNX%{ZOD7kk5Hv&xfp>BWW5Qmnt(Sk0lJLA63|CJJxHu2p9Picd-=zD^K z=G-7+>vTIVqXJZDhv&lIHFCO9R%sO(bO57Ir+JSfIn$a>nfiSO$gx4-W*J+04aCXwy(sy!;vQ`Rh>?CHr7 zlh{5opAf-|PN<8n3(Ld2-UXvtTK|RWn@8j_vd9=@7OgN#2FO!$NOXx_Q%_uTw>4U` z(c9yjU94>Fkam6ig2I~;zC)O61vO>-1h-6;Pi`M?!4Q10xv??&{(+yf`U53=M=^-* zRfp%~-`nK9{!jd+i_`z}V>hm2NNO1lPcX5a3b8=5P&yq#*q9_I!RVaC`%j`vq*nidur*zF5^ohbZALPK zBguXCQcl5_s?UeV$E*rJgD#bx{|XoeuH1<~?9nvgi@sUl@vd);Z9$m^*_S`*xVXFx zk}9~%vv95oYH5)Y@Z;awfu|7{C$y;{nKnTdhqie78#93bBbk|l^J7cGTz_ewc}vrLY;wg1+>%KX zp+KWbXwZ<5PTcpdauQ~aqZ?*m-a7>81adwxNR)I>v~or@=JV$^$btn{{h#*UGpdQO z3l|LtDmFww1O#k=fPm5wsfq|lZ&Ct^QX>SZQiCEEq^Jley>|lA0t5&)kQ#amNkDoH zEwn)94)*V?d+v|>#+iIBn!CYg7qV3iUq`&{R#%Z$}O>u~!Htl{7f=K3#HN@*$Ey?*`L+HhgXJPXGE z#fZi?jO*=n6S`YvH>Ryslrj6=*`1U-#vTe7t+-uWSa56^lrd~-(Yo4E?QuR+q5Dka z0#BfxNtAVa#r@S>RPwE(Pd~YW31|9GENQ__#KTCReKOhi@61|viJiSe(Ucn+8ajIN zXjvmfp339LAM=e*gwaGLeE)}O+CT4ZESb}=5RU)>=i zG;HVC9}A%(zOXVLsZZu?YQO6#Rb2n2Zcudpgb2-|&hjIvTf8_Gr(&~$Th$MjyyJ+k#BRH{NRH%baWa( zsx`wP$|8ctP!@8$S215q(LM}Nu&0B$;wevio6FXt9vLpA!Z1E67QNd`C zw%|Q??ppyu6tgW>yS?13SqqpO0Ba;7&)y*AOlm>)J1SU>!LV$oba~^MH77V4r0Fkm z0@jD&@@WB`>FQwiwBjBE?H&?w9r~b$vt!~!o}Zrl$#s$-5W0jgw917w$M%TZ#j1l?#QgDcx<%&J!6L*5q(bRX5|#~uD=+&vXzf&-#2*_MM@}I5 zsevsb1n&W$oF6{Bf$PMK)`!9FP7}uoofyx?ad37T8FaQp^d)98qav*mO&ue^*0g)N z_80__4$CVcx?mZ5R+_`c`(V+jdo4GK_Zw}}c61+c6oSB)yLbv*; z1kd!kHg+(f&X|qZV1gWg1Z-e#1)zD03TQ4`f7zdrnJI{tFzPCg=pNr^JKJ=%m7fJ7 z$K>+)qisQe-_zqmQp$IcQ-!IG4jNn>xotrzQ9VbqIvu<@K4coNz!Ro~DX?Z>P^_-} zq)S{3LzR;`XTESRAH~}mv~_|RM3FLpZEL0?MuOQ^!AVLEBcFl^(VzV+G>ig7kUGJxK9*ks( zWX&vERSKTiE10Ur|CLoOclP;B9oo5iMLwD=LCD(57qC{irVJ9W9GMjFwFCF!lb|Vb zW8u5`ZdiB+_6)FV8wzOY#Hgze*!lnGgMG*`7OpSAlAPr9mUH9X>5lcSXYpSGtZ6E? z7HJFoZ8IlG+yx^sMuHiqEbpYGXv_|o%DcK54dm(899)Tde>^WA`61W7sb@oT*8MAL zV)iKs*&#`ZDfMO_j(RpxDb?cUiS54nnJH*aTLMrii!#N6$-<=76aw zIwPa7&hDJPsqZgQvP>1qtgKqvhaQKE?7;Fk62meOIlqOd^9|k%!HrDCK9bZpe?vEh zDJPa(u-D1&L3rG-q7~%+=_H#7tMp66sX{_)Wk_?_Dj!h49>ihQrrx_t#lNy~g$N9)K-$y*tB6gwB0@vbZ zpn`c3{ri~T78i@z+#9O`j`V$deNe)4&haq2n3}1nd{jche1Y9 zjr2_KG_|&L$G>3qn2d$3t{JV*QVx3BYfj6Ag-z#v($>p;z&t$OmFduM7*=LO3XzJT zt(^(Z7+mc<&=>szsr6n%P_r{|WKZ=9t2S5}qe@-@)A>Gz5Pkj5YF5a~iqI9NsezKD z)YR{i;P^jzup5(rJz=*pi1?$6SSQ@sh%2e!q_6CX%v&F7tg#i4?b#;ZRhKRsv%V7b zo=Xlh>^y}GQBh`6UZK5s@yT@hQz;V4J>(uUv}XY-%U@v)Q!oif=%6bj3YOsf6nZ+k z^HNfc^P7{tzCihMk`@&pTLB)%g*#c)5jDtp$i@gTR6bw>^Yn%)n?6eQy`EGIx!~(p zRgc#%Y@)|U4M|>?6%gQ%dstN7YMNpqiq=%b%-yLO^n2;dS#GE`peh*h(!lBZQ;`$B z<_F8=82Y8vOytow`mUf>`>$Xu;;hWP4I$q{M!V5qhpeO$nn3kiKtu+9eaV)WlJXIK zvi)8%5~&S39CBM_5sp2nzytWJaUnzz^AaP-iqE(}@x|r0^tb0rR<1C-EAoDRz}N1) zIN$XeF>y&W@dno|*AfD81FA!t_^!<8VD7Vrkr;I)n?iSJMfLS&I8R=y@8ooSmdVLT z&LjEVy=b?L`DHSL?Gk0mMCI2=G#}n@lH{16VjhAFg0;SrMz_J zPAMZMq)0|oUh&z^4_LK^ZuQ?RSe@+jwS%=r+iE39X$;^y-*T|#J>9Sz)OAncj;k^P z?C>b^s)=(?Uo^6V{%cQDSeVH@i|5771`477Wk~L1a*8ZGB2k^ zeCHRu0Ih`*<1u=gvzd;%&KYkK=)PpB<@njxUYG96-7M}f3ut8#eTlkhwBo^5Ssv=* zG?Uu@=@zdopHCi5?P{myDp($J7QzDAUQ9ZI*}3i{)TdgnCMd|S;lS!3$YX?jWI%x} zmMUW`D2f4fwbEF zhegs*r2!a~gK>)A!HSX*3BXk#FM@vd7||NPQ=C@oKAAHthcG}bL+b4AS@*w)`?LH*b$gtahmsj4%%&Z%^>M7ur zV}Ev>x?W25{tb4@O*v<0XFaCcPjB%A{K62}Cy;(Rb6wrxgroL-Ncf<8M!6H(%xY(* z-gB~^d2B@ihAWr4WuC9qD+N1CtF-f5J@(R{I(_=1d6_d9`V+9UU>#$;r9b%e$2U zOrlV>7C$pq`}UxsA}pxupB1b8+ON-*F)B*)__wX2#`Y9~Cp4#y28vpTz=f z6fIot1PdzrI(W~iMC#1$n^}p`B<~r125gU^8oT*=v=biJFi4#}tM&D(d;*K1&olfy zYJD`LK10W2oIxM-;kJ&08w=5f-cCj3x8m}hdap;aMjqdl8|EbFia|42r)^h%aOu)a z{JSaM(+ZY)dU^*AA2zyuJK0Zxc{DHODWJtdyNOy_z>-5fy zgQbI=nv#W;rr_k*?&nNryR&q7SdSkUJbU))hYue@w4duvBK7!1A$Q{;p&qolePq9T$78B;e6rv&+q*eH9Nz4fXX?-rn>pP3e^BgEehA9Msy8nt)~>C4VIOxpC%igk zw<(t-!&C%LYE~j{)JvCw73PvsQn{t2hF~c-p#ws3s`dDUYFM)X8G@L!Lfi;ddx5-v z-N!Fqth39gJ?+`vo*svVxq-oe9kS2bbQT$j%N%!--uwyTVR2PN^0-j@yxbd653QzHQEz?#piZ zC^f^WQkyup&v-l0sznvyL~%9PkeB61t?%c-vMN{nWzjX}FRAngtAFV%UEtO;9-3qb zsP~5!aU-4-JbtZn{vM{HLWWf2_u#>Y^*BE#rvmBewb?!_#VO#^69!9gC~LvTpnZtz zkh$!-boIz^jUf5*Nd@8kpYc-s=tlqEu|~_xQ1-Of+Sg_%t4p1zVtroZVQ+754fjY4 z6r4oPl1`}codri^t_7SaI?M9++(ZQt1Bh^Y`^A6=l)4lj-*pEEheSGe5&^ooxk*s> z@suGZVq02P-y|j?$HvC6+jO@hDImIE?KaTy{?M>Cl!Z8R!y{?_&Fd7T_K^#f3luRq zFXPy_IpOIA@`d#(r{;3FwRKV%nigq}(q>fLF5;*8_vrwI2-Kot5@Qo{v!9&*n$?h_ z=3OheH!9cX;rph&Yue4%ff-ut?=9Eek7Gdi-h| zM}MB#-CVVY?7F%crBig{asuxz2UI)vR~cbtJ{GMo2P_8hwEuPeg4^)g&CKJ%X6cDF zzJgMs#?z7ljuuikTCEb&E9Ek?H>1^KH_1z}o}>0!wYBQZ%9us&$VF}Z58GWa1DZJS@;GMCk)jDP!z zJ7aOTt5|Js8#>&YZ5I0 zmMi6z!TNH2l**1(@t(K4U6l#vOcSa_-{M>o?RYwA?z;I=)r>NC1-dnMUl>?$7bZxm z9;{VRXG3zPF2ATGd~x<&H-&ad+BBXhsBw7xb7Ki(Bmyj{a%|$I$9#>D$9&s()#_Fb zhjbxkxk;ZTjw^N5l8Hk+KY|@9h&O6ninJ7CBHs2n$V#17uE<&_O%9 zA-i>ruF^t@nPrls9L>8dp`;|l(EZD$y0}F1Oc-}kUWQkw@#hfNjN@`N&zHHR8+jQx z{2Zbt2=X80d|c*Fqb7lFM<^N|6%*zg?by@yo&)9lTud;MHR)(Z$cCRJn`JUuv`RUm zrOK#}j5cJmi7*VfmK###(ZwrdJXK3s=z1wyd*koU!Wg3GVDlhLVAOhxVVBKLPo98@y2GUq#xUam z{c@jklR|QrTjRF#nsX(5*Y3kfL_UC7c>lG(&&;B7$+})+RM<%N5=a)_iX0GEWiI5- z?TKh>XT`S3ra&wx_g~Vr>^P>m!a7;rbL3VRw+SMfS9kXze(+H1M*S_Q_rn}yz=KLD zZp#!c3N%qcYId!yYnMp-lB+O75H(m5&_4C)G0U-IsZXBJk+|u^ZCl#c=5aMbkSVZ> z`e!%}-v@{yHZ|qJHeIty*9Q5VAL~q8XD*~jhCql; znEqy+Gsl&bmY1OSDQ?o2oZi|?(pS-;wY-JQJ0jd=gcX+Oi%~@1$Xjde7?P`ZSml)z zDd#7FDW@@VBO>O@PkN21?Gpn&pf(|WY1@%h^&e5m!?7ZXbWP% zF`aqbHMiW#8GBw$2WzywSkl(5Ui@^hCL=h>f6eqC<9P<4FgpdP%v$IHduhmJBbuTb zzzALMI8?=9!*Z@v0Fo2@g5!a=mGHxdZ$#vZhTqcH1tfxLpATOAbzld_Kat_(Z48)s ztSMWa*RKP~Baek+g;npzt2Q$E3ViPS;AmZ35^I;|XrbeLGZ{qgjLfKU4WZ{I*2bZZ zqUSray~`};KFG)Dze`TZ%avG9d{8y#yArQ-!Hrmw-s-Ve#Q$EE?R~ENDs}pqc-DEY zgrYPSFuy}yu=?kea##eGA`so80ZRwxhbp_!^Kd`2Qb9G=sZWQ4N|!$hI328ev^lse zFKtRnEC`mn?(pSJvH9q8J5lTstkfrauE5)fZ<$vT1E6HEiY*-aOEj$YDjpSC;W4I*DJt?9lsgiLamI9 zDzKxYMioKunHBzz$ANQx(EK#zc2E-&uO`}}3FI^fLbaet1UyicpA8lK~521O>arJv9AeOI-r)i=j^9oAJFyel=k!U5m8nzi@L40U3t`Rjd8&-6ua zjM>MC3f`y|U8sOpR(BM)!Zh(*0S znMJc_??W%@UjqRSE#uykBl)!SZDVd`cxW07Or2@n>8)TsP}hXZvY#rp9zXoj#^dGBN4Eh0OP$yj;n10a5r<==Mv2t_f@>ij` zRXnO<)b`Ct#pAh3@g5ut#J81jmsEz0zX6%3a*C;vx;N%&tc+cVz2aRARz&<0G3x{a zJix{?>KY0&4IU{ksjFFvyXbHi-QbGu1kLR25fB#Dg6_Kq>+Nfp%AGu3I+onLvJzoC z`Y3pC`-^oe#v%TIn%(*8_AG6vUlY$;1^{eZl!Moi)fLqvu4RC9?6hG-*SJf+hWj~I;;vdv;G6nf z$;!UYdU4M-PzqHon&yg3_x(Dxwy?qqRjZ^ZtZd^$*GiNyE)(Pzzz*Aqg!l^ERu25; zyd3!(L9M!ca1-K1bVDr+ddHxyEbjX4-7&Uuo^y-4z9+$p)O`?`q_5c;%-f0qD55?j zB4OoAgNT2r<|&X$9Z_tiRob_k23jF8@@y+BQX3=6NWPTP2P@aLk|d#fX7*+m7weCY zkI&%IC{%X%k5`M8Um(<=#Y)7$!T#fTR+q7m0JDb;_uwiDuOWV0=P<@J_Os_cmebXh z+u%yU91Pf^E$KWYQ*f(Ng%dfLTozMcv{G%W^-f0lv)U1pon)V$zCPG+-6KL2?G9yq zeRtufuRgP{OQzwFbbfpMf@v}g1JipDN(TKg~a(tV3Lu`$rU5?ukIZ=e&Bk+}5&3VI}CQRr&V zYqK&~8w34tSIlPF0VVSohH_p=`LE4>6PrpU??}21-8jr8ZrF1*H_9rp@C)+A0d60)u4vQX+p73E;%<){kvV!>OrgRky(Wkvc)E|4{(??mqvEPAQ=FxguC zOgGFg{5lkGBD9dO6wD9^#%B&7oApHPiBJYCL`+cpt^WJeCrxy!MydkoXRbX$*3=Th z^R{FxsC4TL2G=~&t@Es-ZoSS9T|UJ6_IUP(4|;tTZeiR3;COP{-Oc=gEHEtF1$JZr z3v5SF!5n}Qv63VgE9Mm9^LADDzH$EJ&LEa<$!}V3ln+de@--J=RAydGx zcCYlKBVL7!OD|PQb(oy7vM~F{d-E@Je244oghDJnAX0i4-VaRZV+v^7d-XrU)-3Xy zlS~)cX^NZ%q)MKid+4+nyutE{J-N>E5#b5X)HU8BOmkf{-K{vz@XzBqx>qaCJiR7R zY?ZFk6ffcKmNb1bdDVHEL;OxCvU*vAfN(0!plpDl6gbdU;*SijA? z=KV3Rg&8~}5p_!y3cL_K58-1+%~*5mzAFW@J@Gx(4x(CNi&9;=+RD$7yPV<={*t=# z21A~Z2R4&{=>mdRSF5x`d%Lnmi?;p^?RT`kbV8-QT0TLk)lZIu879Zk;bKq8)7Z~} ztBy94p3X$qz#;>Y3LfZFSKVr*EaQg8s;7rFoP1Jv^SI**1f&lcw}vigoPTa?9br#S zFisXQ>4Ob~t5@Bhy#KG49h==Z+o@*fFgn62EL$-Y87eCsVS?&lC+uc*qm!x5#h6ob z6%3vX_Ags`i!NEDd_E)3Q1s+*h^}tJsPMtJqGy#DWEpaE^7K}=ZSk%+;rS~3MKI0$ zBjW~`PQq*a3+D@v7M1$`TkCp`0l6ww6^+OfrvI{W+`4dIZ&02G{^e|SKEnM`rW04rV56$W+_ALmZe5Q8 z9b?RUdJdFNU?x<)a~JQzEIef*zy$x@hR z!rkJ=ZJEvLMxyncvNr8w&NI~y5s^#_o8Vt^_po*fU1RWOARKtkoOQE1y1@Jj!(T-c z-7sg|1irIj7WuNn`tBR55)Y`RSE>u+v}{$CmwRw`s6|-YZh?ERA_G%zZ|dX6IFBc{ zEHqZRMB&UazOlUv4!t%+=&(&Al+9tzW{(k}TWiTd@4$;A`qu0F$H}vE@_k+^AO7Mj zdAp=ClKoC?nQxrOG}58UW#_id@pHboHIRB{XYp}7loTDPHIHRCEvtu`XE9iD&1Ed*ni*LQiB+oc zRm!gpL*S254N{H#RSZ45&T|)#M9hn?nNq@gNt~zxZMOTl#z`;HLYMdlapiq`Va@Fz zqrO10K6do>q?+L~!HSDRk%83<-W->$vyBU(^Xia4N+df1%vu4tirXWMTOe}Iukl@X z?1?p+vFyal>4|3hzIyB!4>{y?_d7fS^6px9aOs?P1Ks&Er?1IMGR#O`zM5g+Y9v*Y z7n8a)(8T`gp*xl^xl(qnJtI={hLYyx&7>6!!6&_L7s_t=XBfEkz*L^PZtC?-Y{&*xrqKrvS(K=f*40qkK=#$u)>bTQ~9Z#eS_rW{vQn=^i!GZC$X%OIPPwvtxUsF*6H!gMvQnpox^cBcUg!rL?}+WS~J1zqLSj}qy=WIhuT z5z>Dkt7mCFbj^X;V>WR|k7mE;i(=JaT661&AjRW>y=Uov?&!5Y*53H`7W#Z1M33$ zOQ?lSVDXt^H#k7PP*syn0CV1oM%@{UQG2C==Z3YkpHP+lDp+yp`wD+Wrop>&YE_3& zpT9d}9n}8OWUMzL(27H4 zn-sQ;Xe)OD^8umvvs&U?#^8lk!*sVx71tt_)Qc{A95k{}j(2?8W53fgTjR@L4JOUN zw8Kw^+b#y0H= z35X=^kQ2wpwYH<5XWG+Cs>W}R5m#S)-Y!SUwP#?28BTV(eyjPCfsT7vf~SlB{$`kO z^j%#9KLQ|aLRUVQx!2AoiwB)@ffMM5EP`(Asi26Q zb{V;B(0!gyp891p%gL498Wjq`RP zE$Jj!MkLY`95$UuS9$=X6Vk5p+Bes8`%rUI2);i~gd-&Xq$`d`zY}dA)-@>de%Zq9 zuHG!JVBX_2KjPl7q0Xz51Fq`#ZreQPr^%tu$>lQ5%b1P!IrjGeyS`ywxB{0S!BSc= zS%_WbDDPcX9Jo4s7R-oIDoNSPN#jZ5#LtZDI*T+sN%>x>?z6|z$4kzZPKI0TY`0#I zS@Icc3osjqFLbWdQzOR2uw{C$=#vu?GPb78(`tUiFl$`=X!$}gc?HWW8yIvxRNsjO z#6LE2Gs&3B+AkNrTzuh1dy}^MEKP(W(!|m`_>Wz!?ye4{xifbk0owlZ&^5F6;z{C! z8I_-c3qSzrN%KTp#O9Y5{#i1c<{CcNr=I2&ug-KuZS_RdCze9`e{NH_!N7zbgT4Hn z_7kDJIMF>jR|mb2b(0Kr-|k`=7Q^Wd<@R)rYl6(|Z?p+#L(C3R%ReP0-18io-F_Ba z4##3rY?haMDqehO$5dI3eTW%Pa5O`7@pN^YGWw%Y0ZY9uI}4MMtD`3MQ*E409!nMO z}pEJkO;g`uOJ5wN$_DgUS5lY)ydBfcotA!l)q4ka}hqGMH4PS$u_uGmO zY>^@7&1S(0(Z)Io|%UG%5z6ro2z9p-mRGaGgeCS9Fj^Ntg z5VKU~^~q^R3m9ybU)}ncLU=-LKqO^KGfLR+d=i;4IfhK{k6@hl^7Ne|lTTN<`bQId z?xe3dkJU>|&DpB}vAs*w; zadOQYsH&Fs7R(|W)(^G&0%FRD4OGsq(58IX*E`+M8D7_|6 zcHtq_tg%z_{h#^A_-ECK%Jh2;&ad7I8|c@W_|_<3$v1_+FCcnLZ(46gzg;!0KD@Kl z3S&xH2kT4@rv8?!qCkK-)EWF7Cn3zgx@-r{GkF?|JgU}I4~T+Gi3*m>;}ED z+C7JJVU>AS%KRj0gxnmW#e+J}1VIR!3OG3Hl(Wv*n6YYn=Vu!b)W>jGV#8*Qk+(zo{%hPtG>dKV9l z8GWwYx_G6p<6m-0bGs><6N$bH9nGScd@vCi_s0Y`wxu?SAR3Lma<{mO#be2N8sJ|%i-DWysdbN3V6QsN42LY z|MZWRCF{Rz@(5@F+7xG8y)088b3U`n9F#7Bu7b*N@>p)5!lN0(ZuJMI4|1ms(!l)4 z6c_}qo%`!;-<5BViy}Hm0qb&H4;KP$u?YnWG8XNB~EwF5p7VwFfHiVZrlW|HwKb90@#c z7w3oAZJevC3yfyCEG2e>U0|fC@%bth#_V$=D-sim1#?N8V_u-{dhOdA9~23}2|~wt=I0cTB6{v$`x$(PPqp;5sp;Z!V&If$! z{1$!n+f@~9l6HXAu!_mDd$Y@IM zxoj5+3{-~NM~kiT(!+(aBkI}zl%fcg!T1YDKy=zSz$Fg$!k@K|1Mo&L+fxr zzJwo=ILAaoDey}MCTZkgwVhhIydrog+I1*BdVwwIA%^7%#pcxFp#w_Eh)&Rxt}Rht z5Po2|pEVt@StSGxTh9#$5HEfkJi7c~3%%yapsW2LJX2byua#I~itz(tLVwnZQp4-v zeUEXchj%HPZ<(({zCG8~t&D5gyScut7M#H2ATM_NStksN&JX)4Lhr0H>lkUK+k9tT z0>g4{YrSc7=LN;kdS`QWrGTWfh29%2>EJ{~W|P_1 zk6s5b70J(iOc8!L-Os%a0SKra0-+D_C3z6hUB@>ghL~&j%K>hvyZ|1MbgC^Eh;fB$ z2sJAJvX626aulK-N(6mf|1eQi}|{f%q*yyKaa`j~76u!6tCq1@JjFcZ}J~V%^TDU^IJIVOLi7}noYlN+>i$DtH zsc6HKfLw-?9GR~|F7mSQXPcW!OJd=@3;Vppe-%i`abTcSFYvqBPQZ+3RCE+|Wq)0k zPB?7C@cP!u^du+ditkF+S;zy`2TjxO)279*7 zB`|lkVY$>K)VOlo-{pAUCYK#DvXr94Hh3IJw42sSrPxxL-6IR!nOcLxcmj~84OEN*u@WtIA)3kPbvGX z9Qv)>Jx$uZPtRAJzc#=+z#;ElT23t84PqPq-prQ=pI5munOmBP`tCXk7TTCM4l=lU zo`Ld9zo6q$3`=+w=yqjupJbJKO&DEe?ZKk2@q6jZ)5UaY*dNUp;War?_q$U*KXcy* z{`}{qnlM0J0O?wt1DlQk_Dy0)Td0xCoeDozPlh3WzE`KqQ{xMmh9lG=v@Y88b$nae zhZD@iiX$JZ(Fr}QXl}nv-$O5uES79zYR88D7>S>9=gsca?_-PGo;SvN5j?U2Ha_#re2!39b>9Ew_qGggW3Q})mfy#xUK(vUFE0mGeytFk zwaL=)HA`FM5q=NLt>f8sjtIxcEd5!Lw6Lq;ai?Om{jaig7A8!S6ckSxCd>@R9F1wG z896XdH2yT?se&C`n+F~8{5T2&)#XH(i!Q)<3`f`2b{KM9eYb6p5h4Bugck)aG-tg! z-}h`JfhCD0YwI+5YodVIz3Xa-I}2Wayn(Pc*eVNFPzjlL=T*df3i59{v?9>_LMc@9 zMyaMnpvp0Y*I(+Sm=jsD``;?@rk9B>u`7qn9?P%TUgK4ezLrpO_H8_?$B=v5Arot# zMN?cY2>#M)w%1T4m^yZ$qCTY|!$vaZd3-jFehCii~ljWC44 zAQ0xa>erMFU)IDZIHrN=j~cNM~UGt*8oj zz_6z9vG%1VayCsTv+nCwL2pLOo9N5{R#vkr_Z-ynC>WSO zT$QT(vtfiWpllu|NlATa*jt0v7&<3gX)Y}+BGP*$MmDLb^pi?hTXWa9`1n!V8!e@OF0da)ZrqgdByloV?D} zmGLrDE_`Bp`>q()=0mee%zKf;;O8;p>A>DJ3veDxFW4aVgZuiy7t6`)maEJP?_XUE zVsvbbm*ucD%Aj%XEP8P_2j^DpS{FEK3t~mHG0P+aGoPWBDQN!EI6a3^M-9}$ga&9PQD-#25;@5ExPTLq_)>YMBwu~Dg( z><%3G_F=C1&GobSd+IiRZngw))_2W*t>wMo?0|vnrAtkR4y~R`=DTcmHS$gOyI76d zx9Xnix>sF8pYmSIzAR<&{`H8U@P+OWUd<~EGDQf*(VsjICT$5I7b1GVdWuwYc%|x& zBaD^vcxHO?DPD@7WpToOmS<10I~yUJ%Nc?aUwCiyq|jLUJf%B-sXgluzemu%L+$m4 zIamABBL19U8~_h>ao;=+rNdcRYxec)*8^UW2oNoR8_9J z2%NHNquU7Arbb)DoLjfhx6gKc6DjG`d2YUnr0@sgi~^%PK!5QvF5;ytbSHNhlDp;G+^_?*+D5^_X65#;xdWz7|8tY6vZPXy z@at9J;6Y7)*wMi7Gmt2-+_$eJYqxfk5gZ8zg0g4hYLH~x%_Z38A&YHs?pRq8hGRk zL~?0~!%Q#5BhT1@lqmm0@`|*O|3UR2;LH8db%^qR@ik~N7k}X`CI}tm_g3$R{7-%W zGR-$r|68<;y0#y}1py;V1o&0DRj}s>1~y2{m>UE^+>g>^hrZCmB+B<(amx%?Y?J#x zlKTHrYJVgJ{HOc)aXdPHAC)Zq*GGWIBOL_%{U28J9}4;SAFcgwyZ&oMps|34RQEIL z08j5f=Jg*x08jRJ*O>k~F{OVT+W-1%kdgdB008xz@F_6e1zHrk8-CNK_aTdG6HZ=JL0KW~;Cs+Zx9PA*K)GMM{27YNopQo|b~Aa%R=>vsj- z|L)fjkiY#P|DD%F?w?Y)yIUW2Yey#RT0sDXFHCQjwPP6!# qsJw~)KT`PBYVf~aQt$>0!01_aCax&gKn4Q-QdiZ!hE%!z`2PZ2J`QmJ diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.001.png.meta deleted file mode 100644 index e05edd4c0..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: baa17be3aee3def4a9293c9af3b453df -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png deleted file mode 100644 index 8787bd5f95a714e29baa614ff6ffdc3a9ffd34c5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 38575 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png.meta deleted file mode 100644 index ada7847db..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_alarm.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 28fc4351a0fde414186fb173dc0a2e7a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png deleted file mode 100644 index 316c6925d99cd82de7a0a0581e394223486609d9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27845 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
    Yv#N7HmQdCb|!k^_;w)?^XN!sqnMk6 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 Tc%=;je)P|rKb?2V`u_g`ZrjDE diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png.meta deleted file mode 100644 index 80aa05513..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 653dda66ee5bf0d479fed0ae6897595f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png deleted file mode 100644 index 8eb3a3437aa380b976f3358c6634d483a4b571f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28938 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png.meta deleted file mode 100644 index 3b96b7b3a..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: d3642ae8560d3034686c8209a64ec51e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png deleted file mode 100644 index c610e02615314f391421ef2541788540f1630599..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30286 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png.meta deleted file mode 100644 index a2e74556d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 92a488492b003744da5be0bdec0c5da2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png deleted file mode 100644 index 940f1d35a784384023b36fe5cc48ebcdfacafa04..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29890 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png.meta deleted file mode 100644 index 1584ffee1..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: fce33daae1cfb474e9ce5f9305bcc5e8 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png deleted file mode 100644 index 6ed999c4d29de6abf516cd34bb1b95108fe94bf4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28000 zcmdpeg;QML((T|D+#P}jCj@tgkl^kXAhb_e$<)|V-ih%bNA-ui)6mNj%x`#yq}8j^f)vL$Y`_|%hD)>GW{Q- z>d@hzE2J_;&g#tFe z0BRnGRRYif_<;}qA6z`;&;slMXUR~|M-u|j3pjhw@7KvW@Dc%M8h~FIa2w(S!w_KF8;qu zCc6LY$pn>pFabUCialOvw0D>z9aHn7do6o^iDEZsS{=`m76^C{P|g+^{vALs0B?S0 zepjRk5j52#fb=?QeI+e1C|lIGjO3LKjyCFxUyXLDNq>Vi6zRdl|B~?OZnmpz`O(O0 zDRi_~N(SiNGclniYhzQA6v&{IQZf-3P8~qPq?~DbpZpu`838cxH`q=ELnq{^!DU+I zszye!IBE}Bheu`(4wX`0CVN&^sF9G6()b+6W~xo9=>z|SG}I{pY686@7Q5ZV7rC6$ zXg+Q|P}R{vNghUwm2+F>B8z3_;Lyga@jka=z)ZDM{wtTCMlKklyVzFkW-27#y(?mQ z!otELCII;Q`ZB<|8h0W{=vK)_-;g4et{4kR{YK}#h?#v?KkVu%|}fODGUtB=j>ZKS2kTUu!%Lw0RFXqq{N> zy=vier)@tW4h_Q18vC+iQHhlNkM&ijK|8LO`<@=}x&80lWn^Rw-PfQ{TmpiSnHlX% z)U_TIYRkW#qun<2@dQ*I1+ubY6cG^#XaY31wmugVGgjWT!GQRINac_T@`;LXeWuNDe#TtX>`d zLvXN~iOCB4zs`pLJSU`wFV>IZPd6KBFW-FwiClp4FJsJ7O>e4@8#vyD4i?9o$y!maSlPprLjwgL1($t ztgPj*_dJ_F>!uMTJ@x9kr~LcVlS~{Z7s_=wwQ||n*f=r(Lv|x8iP_n4!pF@U#B0#w zwv)eZV1%;;o`#e2q>d04R;8t-whY}{o6!C8>Zvoi+smi>lkxZ8r zkU8s|(y;*8j(q=J7MLRjV!|o`sMqO;Ia~DECp^Fla&;jN!mh<$-K%}CljYd0k<^0X zVmSv<3UYFc4&!QVs-XmH{2_m=O>VHUu`z60Q5cmoBPtEPmc>SH+5}OMnm)l0LY#`= zHxTKJa>ieN@;#;&4=}{^cUtMBytZGCi6!SNNvPiPRZ3w~1E0M{lhD^EgFygC`{~0u z@UHaBX>+qU=~<)S$q)XO{x3NJWnnvgT6(AtoU(0LhrK8{KcQWyBbEm)2c>~x?>2}@7^ENWtCEeXM8Xn#={&sVs%q`;97(8Jk(-rVIwHx#i@PhEm zmg2YWTREgO=)bFzClg9&{g_xedMbrgD*5sE41N_+=%})iY@HwuWEq(dwsaM&)R8`) zs*ix7zOc>6;Ewb21X9v4OAz(%e^yskVt!rn%$U#JN!TIG?t*?(_n6Kp$l99J8;BJ9t(5FZ1NWl4jVZ3|;2IFht)C2R4 zcHEXjIP?q*v@|pTNn|g}eaeZ2KIKq9_LXE?NfnF_HF4dWG zGHmAEqBq{`vf+GlYSw74^13_S*vK$;Qlt{Vh0glNo%m zH(Bexr_O+U=Jo9s85W8ElseGrBok$uWc+&}Vd3e$03U1l5ONANoYfC0B%E(vU#U${ z9ED~FaG-il^iB-yN1+9d&YQb9X-QTYmV9^B&B`ZPgd;$f*4MQ zMzP{60=i(g=(3uE7xvc?p?2qaYmnG1`5J z2_Z=%jG)1mmx)>z_e{Wd%s2_BrZfOjC)pZe!g$B=p~QLSE1N@#^Lk| z+gYL{AyA=!XMjk4BRh`m!Nu6~`tiYNaY25aDu?*GRc*1p-RlLMnwlDkctE=k6{q#V z2vn@23hIg~0R%EeMK4TrL7#p6*g#90M;tQ%X!OY|D3E5)+C&9Fq5ockNhb6nsnKDf zsWj`vweBU(>QSU$GW!gn9prTe6)1x;sycNbo3JZ~EVRWVk68f{R-GYQCo=~1RC_R) zOAS=X=IGrSOI_<@@?Bq&=K*QAUu#l{JxDVw`xTQ6p2YVxO2Mla9GUU$a+Sz4JKDbK zX64x!ZQ=B;KFi+fP(rRBM%gQUVf)KOEaUp>s?$E1C^$G-Rhtj_=;$kIVkY2Tl86u@d;;+%1ErUB_tl=DXWn$jKzOj`r&S? zx5N$oC{l4PO_L+at`H+;ly6AI70fYl4#S4%9oExnC9RvCkxw^gTTwZLP+$?Z*sTTT zGVyF8UX9CJJlEu<)f4mZIst?fO_cT9;l!QA)OH>3v9o1{U`q(ZS*z{l_Wr(aVggb} z05VxYz1W{-@wv5YD=4;NdH%dE#Q9e==vu3Q_3T2X#lL2;Vs|H#uKVFXjj9RWZ@5P0 z`{H$R?oubK6(X$tG5s_=a_z=S@w@lNunX<(kej@Df+)O*z3TKNzC8ctx(TON`Heoo z$;t9AO8XMD7orXFyWYOtFmbvVTroKak2e-2^gTHa`pJgyy=sOT-AhU*61OV{$Ft`? z`I>{2KH4(L?(&^s+4Nujbvm1tz%!`9-K$urkTM_ zT;>~!_2?-yvl8hLr3MMB#pz&gZlvG4o^Eys0zGxGmW5J+yB@`;p*|gk1W;STl@2X- z^o|G}6>utN%0?g48Dt(o5NK(LvIEN zvq*;i8!_eCC5MkAjr*>i4`B4}K00_cDi$w<26?kG{%z0xD07pNC}^vo)tl-`3mHz) z;)`jEb1Aio6CPHy<^;gdI>@hp)NW^YLaj(%+DWt+i+}ZskoGk^6|O6{cVHLGlRCUy zk-$cONv;X3N*DztCbmdr7UyU^jC_-$V`he|1Q=5Z&==V)wR+epcYn&n{u9dOZbw@| zVu`dpsO}yzp>t^0d?9ODbCEaZk`>Iw+$^2=kfU{7zjJ>IQmU9a{-_OWM zpqUA2b_XYQJ&I4hR}Jz+9GPXttF)J@!S_{@8)NZ1fD_H~o8zO-n>&@pn^`*#mSvy- zwShL!JpX3y0)UzSjO=1~%CtupA-lB;C3{gX(EF{`MWmZtT`FdnjNp206OCURvmDqf zdMxD==l0<0QM${omok2gZ%_(4m|L||&s6gXKBmSCm*42Cm**3^j~S-t~C|y0Uu%a+EsvFU+%BE z`b9E<`N_=8v!ryw;`S$M`vZ`3HJFTWrJWy;)3p?(vT~>jS(N5&c2T4GT;`By-X!y( z8o7~_%y2Sq5TniYG+Y!(SCH}9^3Cb(}bXgT~DiaO`RXiGb_*NuS#b?X7 z*Z%hHr2GWCT(4AzA~rzA52B*MuLc zv}4Sf%b$`FG_3BfcT1*Ly^MU?eO3+Oc1c$Qm!#oOujeLS!&ij>nwx=32f9t;e0=!AV~ zL_{6}W_Y&@0p5jYg^I~jFJf~1&d~l_)PZhqR89cQ{D35;ozNCrE?Tu)EbGsH1kb>44WJ6s;CD3#AKiqPn3H zfChagdd3v<@myJJ%tvB^SA7e@7vgvrErN-e;Vvuw*W9qK<{#QUH5Gb+70AB~q)SRl z;?M_(Ws*nh4BV_;p<7!57c%JpP`|y8h$5g|bQDj`(sk%B3-(`aMMM~%3%FkDROfRK z;%lWZ@0x4|*Gl`>*c!7@HGk#I{9riJ$9NJCsG#9zPAccpuFwqGzi343{2gjb z=Mhd~u)Dvw<&O~tzT>_*ofi<{?TcyL5^4xTgLA&~MiQc@$NcmOf0X4(ODh?dD8(g` z58qYWp~iVls{P`p(w{2elP}_G^|Wb1{Pv16yq}j9eYU+j_#2hB0-vs-DqvYu5V5Uk zGq0Rgj$llpP;NJI+x$xubl|{h_2~zO^JRt9EA9IiXc4Ei@>UJRVVZKL?{tW;oHz#B z23a|o0eZ`Px+cdl{KEdHU-c4UgvZ09#dw?7y&kx$$rH=m0>jk7f6tTn<2jdhr9N0O z@B#Xtw&EFdPYb}9C3ZOH;fU_6e_K#=MvZ2E59S&CBS2s>4qv}$1 zxX#YP@;e@9j@QL4ht%nrbh;-dE|UmB#Kgp~G82P;$vv42u6c0>f$P7S@(Xyqw5y>O zB;iB{AA&d)B53AhK(cJ`Il@b}8k+SE!tzunKt=7zu&UsO`gz^G>_&LOCV}KA?4UL2 zbZYr^`>i`&wy0rvqYl_?3P;7VNT_t($;k=LKy6nf1Tmyls6bwd9{r^`4)q>VGV_g) zFRSkGJD2C1cDKgwJE>UPq@3ODh>V4e!^K4m!zu0RxeC}(BYWZ^TpJ|p5(u?-T2@tk znT^xP(8U>GBWsI^4Lu*`WbmaoZjn& zR#fO;I;ED~80hPlQIcSwqr>O}LBOA2e7CdG=`Sqj;Z7sUOX#B(u`UBK(%cRfb+Do! zwa^~fwG{dFe&8|IitWXPWPU2q%x4YoE5R8;ehfk2l_{w)$d&}lsl4}>nb=V549!nz z0>3OmyjcDIs4-yl`tft$cGvAT)B_&$Jhq3t^__hG22^LF9JD%FjaXrA&X^v26kEt* zA41L175y9P_cC>JRB%#at|1|>LTo3r_Jf7{JB|(>)&hQaI>XP?3k`K`Ig|ku6oxXK zU51xeD#Xx4Iwx7*)g@ctdl z<3>^x>iyQ7^Z;0!nkcTb6&z;69`(SM_=4V4SBvJ#p-fO7u*lAPiid|ogGi_E*Ysv_ zq2fFBvCeXvWdfVyN<5cg3}9&Ij++~4Ul5u;_81*4-@77yRhRjKM#U_X--&7&1oi(9 z$|Xa;or=RKe9x2l(058Hxn63x@NXD_%`LRQrm5a_YTF`Ek`e~Ypq@L2^h^^jQ&Eja zpLp`|Ey15&Jjw#E6flnswE`bxROq96MHC63v7yK!6GUN@(mzP>@}xt8nHROmnxoct zIC>Wb;LSK@O5QpThBet7lHM zQ3Wh7?*omzTa6=(y=ER$NO(_cXWfaPCc)4Zw7|@{l`mt3^--XATQVVG#U?5ENLzT_ zK?o@3sW!p!Vs{a@|ItjlUOtRvij>luE;Ko$%}$2~At2K*2$D($ETaV3Kp?y6pF%AmOK%mr-@^$sv7`7NzwS#aH5-a>ma5wQv_kK5QFqfNz>SRE_}Rsw z2`l(583WvM{tbAz&sheNL$VXHP!4~(S;!_L%!{#b0M8`~Mw@V)QHXTy!*ok_araj_ zY|}CX`7z`5x}Or@scY&++}-(H9M0i$uhF71l5a(8x1Zhx@6#dI=lVN)o+hxMOzHUmEs0Ebv>s1S+45?Z28Ph_H!R#oII>M zKguUwl&{26c>7i>ktymh@ab_v#6B&mZrz-uqrDYrb!gk&zLh)QH=;AO3o8R91G0Ys zBpi#w>I)J=a2%S=6I2clpdBT7?>U$xL)WB*vR0ai26R)#HO|os3=a!6Q>+p;zif)Y zb{pWur*kf33)8- z(3lf}EVKy*o;Ks=^bDU$jR2hTCni{r*TkSna>r&k74gSczr~Zk;`J;?#9LjlyC)cB zI;DY}-%(Qu5%vH)31O-f)A3w8=|TTN==n}TKsVs#_SUEY&@Lp3T>S&J4?{!c?N8xF z(#Y`n$x|6?jwdb#6+-AWk(OZtU?|dUdU|@FYD;v)H?@Go!NDOSBBFV>m$PqaiFj@f zVf?47KMdt;^-HfFy*w^k*}yAGL&*dc+!g~R_fI1xPrd(b{-8d$@f3m|G924++4BdF z4i2IVZHO1S#IeHp3oQ=baxabTx;;?TH1PqL2IR|tE!p44 z$*e{*BVjaN>2f_={u$6h&}VI9!%Yn@cd~_+p$HEXbEGvIe#BOCz*%XA=ylq>y>LWJ``<7B?e?v?wY zQS#zrjM%bGIJhYL*W6+C`e_i8XM5ZZ+(ns#S%O#@tVw(_!moahZ`z*-_G?$Q$*iXB%lz)$ZFMZww#HNQeWhRT?l%Wm^at8!yuk4b4we}qAm zELb4z#|zkvFZ}vd(xs=VNq~$^6~k*c^QSiG!hC|oF-iu%lbn(g#)Z!#5)#e$Fnr(h z3U0wsqS&XVlIw|l?jb@Ajo4;?2^`Nj)V|STu0>cLZ(x7bz-re1u=G8^- z-~}=gLvDln1q^eXR!H*&t^-3ux89{gI8#~WEz-%fGN!C~8Mf^|Q_;Nx1FZCJ;YdVDKvGd@<>6Jd(+?6gU)G@94do=tV%D%NFK zSyyv4u1Iu|n_(19Ykj58o;`8jG1_qAp!({oOlUkZWRz@b>uz(yZF-?Gd<4NMp1)2s=I5+(~tx=O(>Qa0H3=49S5 z@$V&OTn@eU-P{(H)Q@FZcSxK`OV|$4R@-%x$&3HmC=r(sXs%)~MPjc7;lwdl<%j~w zx3-bpImOk9$^)`Rr-+rTkPF(!v7U@mPBC4>UrgY8W_zNdVoT`zeD-0Z<)2FYLh)_+ z5+>P}Q(?=@`>RC#~J z&5HnU-B`8;s{HE{HlHI1TocLCYMihRcy%*z{6d4&CIN%B=@R@U0)X3*3W z%QH$J4;XvNz0SC~jYTAS5jdj#;O6SeW!eqkm7+a~{qNZY{c#F{>4`V6ebIyo`3|84 zS(KSa>^K}g8;=+cwe~(VR7(bv{v@iBG05+w;BBRhYJF^;H@zM1JAq}btHN_DqI)yj zDq*51U3Oz9q7w)5#3*5d-f4OXL2Q~Hjo>pG%vQOZ)y-^bL>kT!csQ{c)VOP@!(0F` z5e35zH;`8E+w=o3(J;`rONd+4AhBnHeGuW$n}J8ksRmgEx-Y-O_Dk zr&D>h6`!eN^0x9Ld=2ux3?u1aMu3<1L|xp~aH-N#qu*xXHrEeRU-R8>Bmf^PfG58y zC@LILCEZel*F_v~o$90vOi(HetOi)IwKgF4_oj=eCWT*q(QpmH;m!r@a&w?ZW(AxM zI|miThR&m@9-}wgPO~t;YZSjx8$o=>9T)Rm^6ifX7%F++k|3fm8KtaqGBFVm6PNqy zwt2E=`<*Gm&fI@;1NwCkIzaAZdVRd4TVoou%S+rlGk`qm!`|LbfkV6z*EE1C(*6Yx zB%~KBZGguO%IC-HJH*{{3{HH{(d?0c7QWNJR%)kyI+U+VkwG0fNG!9ynWWp^{2ZyR zSjGZ~Evo)#Z|2!36Yv2+`}?c4#H>=_bxS7@=tYV=`x%F9JFr^;n?6N8_vEK>NsAD+ zT9IT;Q@wh|!BF0n%f>({TA-|~th2MTs;n{5Jx_GkN4OVAsXoPB&st_oj@6ri5c5j~ zsjG)Ek?qt!TlC|!>$DeR-@A3uOBCC|e;a}qMzxmv+jr)UdE`Inh zz{M|S1kXKQl-($y4PDf$<2lO*ODe+Z-UKknzW^@T*Cx@SP95AO@HRM|5?Q3_YdFgj z6zI!^<;W^0iS5)(nuU{yACn(P(ExSil5-$}A7@0QSwyBRI4nmi{}AZ@B}8t75M;P+BwEypyZJQcymYOnUOibCt52(kT26{+b*Rsu5q%Z6r`2<&4ji-EgZD?|P%6pIj&sSvvaO19`ON=CkeS~HJV#{PBcMh6|@ znr0(Mq(g5m1Is5!(TWmFvb7_)y|BT%zT^p_+_+bBeB-jh-Fm1WG9f3ctNAHc!wkQd zWO&Dv3iwtOSf@LJ_ThZ{hlcOji1n50f~lR|0S0fLbB*=OYw_`caW7@ z4irvm;#r_a0?U&Ml|t{CcV|TWjFgkB^l>-+E4Ir1kCi{t8vIGntr&V5`;q5Klzuhq z_k8cg3giR#nx|NZv2aS>}|;{>J1BIr}L20^zKU?et6pt|hdZ z06{QE0_$?5<6+AWLC}W=16uiYxh#c(O4##FWy-(I82?iLK<5v2#H``9TXn5TNqD-# z`n?RxL<29`@sN>eOJ7P6ywmBIowt}{a}sG~f;$m0i5y!Y3F9=T3ev%zF`G;h_)f7I z*{aF3iS+Av-w2+IBUwnZjV8>vsG7a?VYt#*7vxW2>{Ef2(=i>!x%|F2W9*~(*qy|i zqw(jx_DB{rR16MtyUnFo^VqrW2>;D-_D7IU%rqg>$uAc- zJ$_n%e#=7G;_>nBuVs4z-A(44e(ie1gjvwKe-v5s-2&<& zKxz3YF&g|^-<==T$&Oa2EvFDNXXn(E1cdljc3KtPGE{PHtU4ONh zStgn?$%(&kfkR~@5cT3TXe=<%o&j98cNJ~h;qGOF~C5B8dIW3m#3#2@^5 zZ4S$ODs@O94}A<(Hg z(A*>j$hXNjLb^O^Y}uxV$?4Tb|Ae|>TX)2~E5^;e{&TKTl;G`Dv+cOGG*B)={fU$8 z20H_DCVueHYbOEU1z3|O|Mntz@IhN!S;pSJQ|M0TY9Hp@DUZ5_6}vvmYd$X!zkJ1e zI?sVt@QEeSj!7h(j12pq9Zaf-iz10g(_dhJD9@pTxiu8tut};-p!W9@NPKbAlD?^9 z;^g1*-YZHSWm(<1PwKlh3AioVUs6)LIjkT1Nb$SA{Kt6?y?k&58a%aA5T(M--AJc6 zsw;&uG;pBZIk&B}c!QxvWZ|JHqVEDN&o{guygn5MiNQ=)nyZx-9gyo}@XZ;L+9Fhy zjy@L|O0d%9UBubx+n9rXdzZ5U&A20l)SvNGM~;cnRMnb?F7~LzrwNeXgbUG?(&N!N zmG$-ZWwC4@JN2c#^{{C!MNP+4J4JO4tFNb8TT4g97*UN!fQN_Yf?0<=qSpMcm%@LG z;ra3sqt~DRgkUwy2Qv^)Enan1OU-AW_L*<=tr?S-?BEWB_7WC~?%!A%-y3u;Q z(K=b(O?af8&%H3s^GRyiN>Y+~M;syws-pY@Q(;CYCyBwZPG*wCXJe-P6B}N^JvgXL zOda~gvoNci2YOEC5$Ix9?XMXI@hgV#uB}t(+13cR^QuIn=knYnuIOhxZmSW%n>G;1 zfFnu7lg4?17H;G!7s3a>qeLQy(9a^QF{CBnMNd(pcx-SI+JvqE2l@!3>_%9X%wj9E z9@rM*Qwnqny7>xTwth#JM`h9!k6$0az;e)bMP{$4W zW~Y&tNBK@YYJ-NCh$OT15y>fW=zHmneWS12`@6iOa=4>%F7b1?BgcHA?0|Q_=-9v^ znRoQh^o+wG*I2z5k8jib3mb(u{l5!L#e91qx=Ox=MowX4 zeDjxc5}Ls&xaR=l3T%J0iOgs_X4!GI6nM!OGe7ik9h_pz0uQ%+E;0-PD}r25f4u4; z*+ur!VfV|TOt76Qpy`&EElZ{9)E92n)9+?}F4LZJvUPV~5!eDCJj$sBhJNn_S$!8;{II|0jT!;bCckcOZl+;mgq=EZnjO$D**;N!nKQwD!+NK` z87}gjA+$hOkbg%GIr_pR_j|A4U2p#KURI3L2LIUC@Sm%yWpdt&CK{6>CFiidd}FLT zC5&>7RjOWF!z@qe=M;;qNJIwf@L2nOGmv#kck!z6+cBLz8)a?6s9(>!O|<3{ZSZ4> ze%XQcp-S*rQP@i5l!}@~@s;I)ZVye+CFJE%u8x;R{<3(RcWtUSlRLGmiOQ!UX&r-3 z%%}3KmGB1a$sHIpJElvy%-&YZePll{uR>{eRkXng*6@HR4@2+_HW^w$3Aj&-Fuk#$w zT-@X8I&FRX~OBh_{L2W$8PcAc#=_7aC#Ot}pG$1H@4!MDNB} zWzum1%VhA$@*lY?y~qX#ifQ>p08hsp&h?E!IUVdiWJ_vmPBNW1fnsa4BrB}MldsRl zlgPrK(kDtN5+Ymowxj@`17rZoqVNfLs@#Ia%WHSXzSFji`!(5*_t*7*28p2Yh}|U` z<$&Tt%6X%Q9g!R9H^2Buf~z@X^`!B9LdaBYoVD?|ScLTzyH_uC3sKP&rUY}HYyk5- zcwDt5Us#^l6(>r#GZHrT;$l##Kk^k?4E?lyv-mScFnnR`PV~#hN7RNA-_p!^1hGUZ z02?n$LmceZnE#T4yl=NSyj*9+TOje7x13DS;Ug#Uhf`@b{RV}jLZ;|03Vp9jPpOF^ z_r|LyKP2yO$9W_!2AFqoBa+%5u+=Z(m`^>xxi_ZYONR#=&I}1Mo(*}r$#gk`+^-aR z^5Ois%F9Tm&EOPVXP#?XhxY@iHRH$nA{Gup?IY}{9fVI#gn7z}G2kLzN>~)B+P!#+uWnD28<1qshw{sHZ){=%|s zW(=O^lcw>0;?`3P$QC|bQZbc7@?pcMCcfl|WLb#|OvpdV?_d^0cpmKd2R(Sx9n|-FE$Wq42?k`p-OSZpPpv|?D%tML?*jii>URF|^FJ}=_~oPL9TJWxy2AKGZTY8f z4xp{3mXQ?pzDz+kRdscEetv#keS_YC3FPcND%-&hm?E`D(pF0KSWHM${*sK=44FRk zF1JMhq2M)-D%n~no0IRwg_o2^CR)Kr{kU#g95c13Nai7Ky1mqokMJ>V)+E~^uk`y% zqVWUMMc2r8&@hBCbbsk~%MHnxyFL%YqAXK}%M|f``J1cuIGA}snoy3g8PN^P)G(N4 zQR1ul_cAubUDiYPA-`t=Y{R-T>1W%#ocad`>4b#zvpzFfKaTiArKO}yxk#o4gv7M~ z#Yc8TcwC6V#Hn;&O(C@^+_v@&j$yW3 z4(~3G2kxQFgOUJK-+zRITKOxCD$Pn8LqZ#oGL14}40-{T1tJnsk3CjrqP1VaEG>10Dq*3y1`*<<@KA5L6@5$Gy66t@|0@bxbmt_bar<3q0!N> z;T1$qli>OFS)L)vVg)*Q3x6%d{+sUA6D)aRlwSvjW;^y?6YyLI5frUX@(c5DLrw~k zDL8@q-%+O+GGI>RC_mgsykKs6R()ATLma90r8VmH(4T6e+(+FC-^GOPzMyrt`ypE0 zcaKhDT~S?)x4vI9a}9m5kHQGGaRMS8tZi>RE9fHrp4VfW+P63P#o}P55_mOdJ-sRa zo9h9k|KrCuNv~EBzbD}AI(zAPG#9GpW=;FWI&Ob@B-Yh(Yg=5tF;hHip24E_Rg3Q-D9eSj4eRowggaEskjHIW>!u>Mh_vizIHOQQ}v_GMpsb40zTjH`X@S3d7DRFRo6bJmi73;;x^Q$Gw!DUa?h6EmR^*+_urO z$W>L!-|kXH4DSw0Aw(y7b+YViZ3nax0v+^nnDu8 zghDSlm3p*}0%@&6l-r)!B~r$ExOWA<+3W!MP=LtI2~w_)GS!<>IRTQ!Q*<|Zn=tVx zIm>(x4|chgx!nAXD@l^3I^@Q4rNr6nu-z!rn_`k&Z0BI(Y8`nL6Sp6{wsotu7K4A< zj1{6Tm}o@4vYldOxoz1iJVdVFL8OhPZ5!K8`;%~(eXXRm6Gd)OBYI9=h0x&Ee0p0g%d@zM&gC)iurVVnn^2kWavKP>7T6eMku&={Tg zNwO%`9IXp_4R!$H)>-HU$p|8sai}WivMcEwT#w_V@qiG(cOv*xi!K$p98%F$d}|z6 z3k;10lq4UNyp`|pZ|3LD9u;~^)9z162q_o#Cr*mtE#qRF%hUXma2O z5iLZfqx(DwV-~nHf6I{O0fm?rYm&Pk>~dGR^oafU-Al8i%2fKl>?+MFC%U)qopGQ? zl=Ov#Yy_9lO5EqpgV?h7FVVU`BJ@qP_;cM=Gt2owQ3a3$dipkl0#^YSCo9x;vsLeY zPnG;bWGp?@-Hi14Zq{{HRdEoc682G8gefIpG)U^}wi%Q+K8!M2-xS`{_{xy!JCctZ zJ$nbUKA|jd+bF)MyO-_B+(aUF3U`D{7=#;pdJa9T|HQ`t$NqIH z&+-kHdO00#${q@~IFoKfuhXr6^DZS0$1^RWsC=(97``?2?1AMR%CX%X-WBpCy?Y=$}Y=dM`wjVP!XkSA=^^j@LXrD%3N$YpL zn)+TQv9lB_&H~`Uijz5yBKyeu?zz}3Th-n(Vh|&(JCb(krM9ocDQm|EAp6GxR>C*?KN#tEEQ_sQCU zimp>xAHN?cbO=^^sa+%Q-90VO6v9B@|JilI)x+e?!sHcfUEbEhpLMY0-dQu`yA`ah z9s*G0QTmw%ET(qVY>9i61kwMPdZB~T|01ZS%=nGY+Y&NAJwtIq(Y;-ez;{4;n{tzF zf$=ux#<8ZI9)5N6An>9`&8D-6V&kN8Fw?(}^EJRSM%N%(Ov5cv-Gd5_3k{C>X%Bwf zBlj&Kv`M%;VKy68I^=)>7r<)3O45!w#5&YhF;`z>v4ho^1OJEFiar}zht3!{m2TO( z@^|eP+BAo@^{_}?TusVMjNOYB0{Wk50Nb0U1bl?KW{Q-Ij<(&Akkuz-^EafDLBwbN&Ap`(Se-vYUwbyndN@K2dv9c!}*O?fM`0dw(Jq0o5#?N}twrHcou%IB;Y2YN<=t+ReJ7etyI&279mw5$>cfYMj`~PflMl+p$V& zYSU9>Hq?yk_l|<8I^jBpevE+ohw*Fet~ve)B&lnu_tPWnb};(no&7@7Tf*X+W-eWz zZa2$!bnQJU0Qynxi?89u3VtUqo*SbE&c1*{Rlbma8fSZ^ryBd>z@X-0{N`A<0rYJ9 zLVuN$W_(_}pE#w2KqD^}dncG$L^T+NR4O+3b)9$qM zr)=-GdG0GO50ch8RJ~ZW(+JNnr8I!np1MQ-8S_+-A>+?!rUKO{o z#l^7V&_^{9Hf-GYwB!5zE2DFGWE}|rPIi%C(L|Ha@u52G{Z~c{kfDP3)pYCZ+qrZ2 zKT~Hp4<4;IF#da~q`F!MyfS=P7}X_Rj6i|zQNuDJrNJ1bTN`041yFa$gEW39%3^4L zei6ZrAq@@@i7{9Re1|gVHMs7dZ*#JzDytc}{k#<5n6p#k(jrC8_YjvYD*H zg7ycCI9Z{4*uh+D@^9ABgsqKi3q9-o9?MYWcJG+r(?MWX8$kj}lzIMf##kGZIqd1lx)bt?yKRLbN$#Gevcgbgd-Sa^sokEJijGUZ|BI7`#Q1r4Zr| zW8;w5^#oL8v903KM%f3!^zs4I?{7WQKu##F$M5?NWBa)6`kcQvYxFxjcO;2Z)WHPT z3>Pumy_S^AF{Q<=I*n=wEm+=XgRAjs3=!)`?jaQ_{CHpBB@K@p&)M4y4(76GY@Vt7 zQYCEn=zQtB?daIo&Q8buZb|i{%4=EGQo2QpO0xq;xD^{gcvWX(EHIM*@gZsG#Mjw; zXfM?e1rgkeE_S1A9oZc=G1x>IRy~2*ULTbTh~nW`qUeBhEVtj8FDH5bs=fbGjrBXu z|2_TgGY0z-5TgdH&xjZ{u9aqLmMG;f*(+EnG<73uO2)H4BLan9cclgzs!d6SBJQ%8 zI@N^A$KXr7_EY5&!i_C|&F%RJ_&&en69A`6inLCS|RW=w;0X`DN)l?uMhR9l`K~?S47rmfuAaynXHur zyyszuGOn1F7oz+<4T~U2t=_u+tyu&srnHYg;+dRWp1CbLGCNy$w>OfMrPL~0VehCt z+6WCTz*`Eionr#nUKEGl;GeO$c}vKg{xPhC1w?`uD&QU672k|-BF?{I_7B)C=;-g6^S#_R~RA*T0kNTsDuT_AyVw z=*`eXV4+4l{41(;G9NW}1bZ_MuIFCBhF#1Zvniv-w5BhlZdgNr=%QevYy!2blMG!42=R_Yf`WIR`41UlA`L#>Xm#@NpexkTIyU_{b5`L^X;HGNxI$kEz7j9#A*zCX2geqL?Ma_`7oS(29P# z{3&c@GpUq|&nHl-lrL9r1UjPD{SrY}nXs=*u%$O0#G()n$o$g=jNPbIpQkE4ZrZ~h ziAN6%8ePhEU|&(tvZR6!(CglGJ0i%?po4SW%PnAVU)Cq-HN>6eM|^kwasp`0z<5X% zh7=!j6t{iJtB^&3eErhEhOW}o>`PEqa_sJeaQE~ATpTi_vyJ!76EeMQI4vhDDd9U& zZW~nwA$jb+%$ALbuTE$WkFn0Kb3cWx5?DkSOf zncT8EK!@vO0ug!SDhIoR+6Y+nK#V*8L0G<=2!<52(gf zWA3G+OJ%uR;!6SeWo|0xE04g~`UF}X2tQ_>5QDty$HM-nUU*ek*t6lqOUQ{F<^CTb zlLH3%IDuOFaxyJFmpz_j#cNMyBHe}RCABGN=f zzypdP7J6@@5D^fNrYOZmktV$al3+uR^xi=MkkCnw=U-mb%XZCMq_LO|Cv=HC>*^)z20=N|Y*|1WAm(e`d2Uesw&EmKm zqb8-T9G9U5vd(CPz73x@+ct5WwEr@A{$ivx?_jfLR zPU?Dgb?!st-edQknWg#?|BrmF>ITSR6f3xPcFI=6+WE% z=%K^T2R@a-q7=Co-0yI2>X*A;AfJlTm_8Fa$>c{!UQQG%*#i&Vcr8=~lZ!iMc?Uxz zyc;)AY5QrQ=rXh}IJtQ~aAFq{Z;7`?Q%MYlG-@X54uQBWf^*Cs0v7mOhs+?RFQI z*W?8McG_qP8KOV#Id+blyV&dZ*b5F?@6Nj!X1%L|J&1gC@L}pwO4#rBPpA5;XhP=o z?9lV8JL9CCb38oJQe_3SHu3@@2o-b<%78GiLl_^47ztdbQvK2iLnE&BthV=Km6gm> zM^Y`Q)E=Yl8T7^aaKI4QQ0Jnj(?O87#iba9se`05bx zLA5Ve$s>QM_K2$@+l%EFvU3ihMP0K_xH^9HsR_(X^Pf4Ty51kYTFXeB4O2FA9C#@Z zI3Zrr-6LxXRxFvgxdmM?=88=@(48Qei_YWoQ+fA}BReNJHe$CFQtq6-zU<7DeUGWR zmt$j8(d_z=`3#tB?h_7o>W({}?AgbU>x^%ij|*!vvOT1wmVWi2^5gfe)&v8hc2UTb z*!H)DkrEgjAFZvFMC3(XD)zk`3JuvVDyFQ%beL%-t*anZeen56l@ILXo-`3Z^Dm=u#P-fq_%mS-#x6 z;9u6#CdR{l5Bqdn;_H}QVEU<_`6NV}9 z7F`(N258dDSb80KbDn_6YrQPz*wign?7AktUE6x4B8O_QnL>ZP8z9?Os32EYu}5w% zizLSFH8j2Yw9vlgV~_OX)ljCjNqTell|3Ey9{2bq`ChdnJlh4MQCWx5rKIm36@4hr zw<4jR5RnrXC*23CC zvNXid((R>G*BwdimAxv$p;-y|^{nvC)KIABT9q8?k*jU>oi4qZ`sE37OkDaibR~MK zS^jdlQwNy6M}sxd9bh#c3=jnfM77u^#~t|iAw*$f z;?S+RsWYZAB6(d-{ks19*D!?heT;mSrB~~BS_XPWD&8WBi#KP!dL=FRPC3!cP z5a$zRP`8}X>E6{Xk$Wo7yr?&fU->Dg#!n?)y-1@Gv9lvSxSnQp_@zE8pMnN`QM2V& z+e*zb>#YQ>lL~#o%?~Rnu_&&eBb%!0gO3srsa&?FMFH12>vm zMU?&WVSSd87x=K3^PKr|W)k&{*XHWur|%z^UTbQ5?LU8Cyo}E4vDTGtRhX^&xMh-H ze(l=a6qbNEKSIH@UAlh{D$MI(E1aI5Gde2AzftshlQ3f4d(zu7H@@6^_DFcSWAJP2 zym}J){enw(>&miBSxZrqk-)@0MX{#e&B<>M9G^RC3^OhiiOag>X_j(4mv6T#Hy^lOA`4$|8Uf?dNyUw69h|^f`Zrx!gvrxS z2eUhLolfqSD${CY5@YRdcrQn9uE!eyb9^|F)K^kANXR1T+EQ}XA?Davj-rs#7oXoC z4!?)X}yMSD|mLE`GMbX5giY@kP_H^Ifwz@RW{4#q}3;zBloOd)aW zgaL4N&V_ar=~J#$v?WrZTXl>|aUtqCWAZLG+c9^WEp*%_U(o!Rvl7OPQB9|_$wkNkCta(x#!yXt{7fVAB_)zz@X9pJH zJmuz7(#hyRE~`V0nQi{zy~mdAoB8(*l3i~qy((ES9;m=vsVWca3?ydfHmgiRJ-Vrv zm~5J2Ui9YcbVwWAoVFV}$6TFmtzw#+L)e$=r5m`p%pI=HRzWaWOwz~YD6G7irw?V) zrkW3|ckQZgUAfE=V%br2{dT)0E|(6uUL^d{X(6+FI6X45v$Jzb7eX!K{wb!}HEPjp zQd<9H`o-A2%J+u_lva{Iw%rFj*P>B1Cs|*@8n%Z)Qzm6MvwXv6S|+`{f?>FX^o*e* zzQQV(CX$KS3I1n%g`v{0rD7k_ko@eLGsVsyv~K$z7GGD@7Er0AB}KSca_(D1)L=dD zxsYx}`B!3Y*o!`Or1`Toz>W1swxO-i6J8OTa;%E&-qA~Mot{Pi7G$v7iVj?Ak$WGQL zN+b1LQQ`ZvJF7c}_@)qZ)S>qrlE{<4wUN$ftcD^+`*r!IAKZ*l7g5m937Di`ais+^ zNQ@xf)T%sCS=lIwHkGP515U8{2-ZJmo@5MIZamVWPGJFfT)yyvi^2;^vnZ@km;m z88E0~w4EgZ-*HaE(J@Z|Nm-hLL*{r@CFx&n79xHbyViSo@P*sm$t$uj#lwoWC9-_l zsROSDQ(Z|_yOZgOZ7h0{;ZFuhod@AiXKUpODVwnJOjxg58=QGA(z{kscT9O{tp@LD zOjIl;a@<~!{xXb>urm|W0`QsJ62r!ZgRJ8Ql{sevpywX^gSx0NcL zWbZfF+3(6x>YBkfd$x`RzcXkgfQw&@MagbQTP(1Oc_4^)TFq_KPIp*P9ug!gq^ouo zu{N|_>CdE^;fvEB3)2?beN%xdZ|T!VI-LYA2bq(2NEZDihJ46sBc#ISwn;$*6va?W zkVB9!-G;OJ5|9g~F!Nwecg`;r)~A(w6qgBMRSI1`wzX;JTz9^!QR-_#VbW@N7~l?; zHBEDShk?n3&7dlvkIpiGd z@da7Ts)0)k+69Boag*Vmqf~Zs1N<5&WUs5EW`?T%v53Ou?q$=wg-YcGJqNqMg z_8|Mr6S|cvI=&1)!_4o&Pt~-(CV1P86JBYY4Bt5^e0Nfk8GX7bzsbbXG1Y9iTvIuH zq>)ljus}coMBnm|IDJ63e$X`}udpDD|C5~MTNo{!c>Te;Om!fhDsv?8vqX;$PJ5Jy z?@Bc$rt;z+&@PQ9@5wQAPU#fyG&M2KN;|ANSRTl?@(m(=_^{Lsuve8_N~>8zqjNVu zv)1Oi#?7i6=0AU)N@{sbw5P4GXju3qEjKTh-R{s_QyXcfd_UI>TO$dlW6iBPsC*0b z&pQCc6F}q=M`-Q=F3eO{*HD@*?VEjZ8K-ZIhkGrKol@PL%0#DL|%AnZ%j?6oAO$_@<}D7h}(+>C1ICxAjnub@&V;qn+*U?R!7B;?%pGW^x|k@>Bb)S{%?P;~uH`c?9gYR=0BO zE$kQ#gqIQUeC!Q>(m^(bhsI8 zRFRXqSM-N)#IPgKe5jNE?dZZ3WcE4qxu=|ClCZ~VQm%7ND7olr$?Y1ziF1$_$=LS% z@QNOB*Jz#COGQTD_%P*!{#G2KXNAi^?Fl#lvTt*-Ke*#0^xAiUoWO7Oo|LU`bKLR> zZsKn?r%xFL#KE>R2{7pgj8`xBY<$V{=^Tr9yYm=4<4dga=_lMK5pVGGw0Xkd(B5O%zy(TI|f^KU|t!#Iu)kvFVW@^xUZ}7 zd-IxT%#B_NwdZHGlLiNeR>$huXFh&9?N1!>nf?a6g0zcPNa|VwbhyN9T)aVCZLH(D zLb!VGsHqWjTksZIWwd)$%x^$xU zsU5Ydf64eOS#ut~m3Vpk&(e-#^SlO00~BM`{Vu&n#p^P!db0^TBwaKvxG8`9vDNy3 z3vFG>dwW< ztY>whT07^RgWe&P=iE2miph&xDJpKid(O%`id9x`DM`JxOI(+|HM|O(c(rQ(DhCA)F~aU z^q{p_ulc^3XGw13CJu6qBrPoqGovT7`g_u&n6k5zWNkx~mRGjv!Rth2dBRLa`dd!j z)HHh5z#DF;(>Qj)Dy1N)n3QBMFpd&yktarb{fQtr!j6~Q{>i5)v12M?eaXk9U)SA; z)X5>i-)S@0wj?|O=WlM+fd)Jjk5bED|&0zOq-T_4+DF|w)K5!+qvQ(gkm6ZyKJxGYe$lg?@N(u>pxqm2fuy5^p;_{KXZK8cDX zEL_*4#3fC|ul88_a28(@Us;x4XNEgQC%p0Vsb}wpiC&YES6l^}YaOJBUA_VYb#K1A z6BX^Lfx8Tdl+kO;&MTB66@3@SwEWBS&ieV?`Ne)oRu`U&4_d5YO!HRr*=_G96wE%cvdE zEm2a=w1bZ-zVQMQkYCN>Et;LrLU-BYJ-N^F^+;l3`zKbk4rlzPc&STDO2*^MS$7?g zu0xioiDF4 z%qOCF*Z3om_JNH!U7mbzauL zfDy<(eCWA^ym{Y=E6<%Vm>-UaGlhU5rg_f~W)li6vOA+V4=3oWzrT?mEfjq%n$z8( zVOFt*G!!D&D52iW5*(YJn9H;>nd>ua_6K9^Y8wZ=C$MFXrizH_&emr}*E=U~pmnMm zW!!b1wK{Et{zh1e2hc6Za7pzN-rH#L<2|kNqtE%(2$QiyAu#EQ4HqlGy13krIgc*IK`@#nvj5)QnD z+LT8th5-?}(jL_UmRIE{Cysz2d`tUG2v8~vP{`ZV831*LkJf-iN+@y{!{WOL6k=M! zLB>IXL4pl3hEoS^4)}or5S#D#%>po>fFH&ZiaH2<-#9_YK^EY<^?(5^47J}`;Q;RZ z`ElN2Am5T4_CP9G-tjCW7ETg`&n1`@s$`H>in6QqMk6mu&9$!Y-wnjGXqX0|n@YsH<@_Ek)XYk(uwxxbswsDZ zKwlaxL;kqcEj%=o_ly}@dz?W+@~~EPb5nPTedMT0KmzD!m4SXY`1zG90HOiv`&V-d zMsvG?pZmERiu$f_!T|J_EjjhCc>Eyn%ZBd;evtMTtkjD9{%2Wi#T@?&(f#9((-n6E zd$!ywL9k~DzCPE1neEN3e95^bY?(7cNoJSxV#Uqu``S{!3L6HD!GJ%Q0(~=(ufNc# zf1EH-!VvIXf2py5_v(M6IVj-A>CpHKR^*I+NDgH3U#C>GIu>BZmUqd1Kp`U&7LKl{ zFxO{eV?pUcZLXdBT_ip>*RDed+# z03rBqH1pre&iqQu-+=HRX9hH$KcMcGj8h5>q#i9;uyp2mA`7ES0y zi@<=S5a5^`!y@yRD*|G%PX(ao4z)oy1{^V0X>UB|YtUPgCjh1US<& zX*hcp)q1lH&S3H3aH3e7u2SHvgFKxz+Fcmn;s9vWyMhpqktr@z#K3`0eeLyTmT0}@ z`)42Mpe@aX0UmH(Fs&{es3lm@?rvkB*&5JoTS`?V~5e*z%I%joj8& z)2;+b-Wa0hvU#G(u84*P?bbwTSe{uyCpb{H^{2bH)%ZV^8LrkDDGYncY10n9GBsS~ zG7@pKtJ-hIveNVHtCQUHO32Hr^~|bEZ@IuB-tpi}RMj6orx`*VvaW{;R2U5I9&o9xy7Cwce5U>TaYOI)WdM~;fV;dR< zCI};Lvmd5|OzH9~d5Ugs(!myoH{VJ9cI-QsEMG!ftS6XlDSa?5n_|0C!CAXm z&yH0lfu;exd%5@{8w3g||9i3w0lHMZf?NMtfvu=}7K|^y;xZ_vHSo75wuA*<4sEUT zRTDtp-iG=;69``Xya3<$H5d9%T>jskNWl;Qbc^c==fR7@%iFhh3zxd((Eexd`mfag z+p5NQBH6Wpi=f8)h+zjP1<)-W1%&}3&wrk-|GMkHQvYvtApaX8w=H4m+iq0ocooM? TjDo+M2Iy#=KU1h_bLYPRcX3aD diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png.meta deleted file mode 100644 index 6c33a3578..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 7578788f95724c64e9a469e1951272c4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png deleted file mode 100644 index 8eb3a3437aa380b976f3358c6634d483a4b571f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28938 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png.meta deleted file mode 100644 index a7ab5b16d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float.003.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 9998328840513f244897468ce32678e9 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png deleted file mode 100644 index 3cb7c0afed2554b3f86f76746a60a122a72e2dbb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32210 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 i{_ogU*~5@&^b%sC2A_$^QVt37bU# diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png.meta deleted file mode 100644 index 2fb072bf3..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 8df55ea1bd946fc48bb2217745fae1fc -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.001.png deleted file mode 100644 index 62e80c0c63c24c393ec45c15104de10bc2b2af08..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 32292 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 pi|)<-wRRoIFq7v(xMy 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

    )F(}zgL2qVQJ`SSIVE~x=9I#ON%KNx(*yZX# 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.002.png.meta deleted file mode 100644 index 0bf56790a..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_float_bad.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: dd46e30fb6c90e34089adc0c43b19c08 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.000.png deleted file mode 100644 index 78bd9cfeaebc06e5dc911796b44b6822013cb00d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31412 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

    {JUX&8c`Rdw*Iyz%;Es`A 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

    d!5NsC-vQ}{AdSid8 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.003.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.003.png.meta deleted file mode 100644 index 2028dbc1a..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.003.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: d43dcdd05720cdc46b359b4da4a2ce27 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png deleted file mode 100644 index 361ad088c06784ce53746d73fb823973a5f273c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31773 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 RaP2qffwG2Dv7))({{j{de$D^@ diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png.meta deleted file mode 100644 index ccf2fb32d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.004.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: daf91d844e8394e4e98dbc7f4cbe0364 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png deleted file mode 100644 index adc018857e11f3ca9ada696c55004a5be79670d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31875 zcmbUIRalkV_dX6Ux};MY=>}=(mXZ$XP`bOj8&N<(Qc7C7JEXh2kq*hlTJN*>Z-14~ z!F%#Q0fH;?Y+G{ZAGT{RfFBh-h%Qy?uQPD=R!U?u5}~^YekE>!cD@ZtjyKT^M)+Zb*KXnoHD9VYfsHv%WfpE8-47I<7>a~&1 zw`bkaXMr(4R`kIpDvKZl0)P3Ug3!c7?(jgnS-uyHAQsTwwmK*+;NoW?s1mfDtPEoe z`AMGz+wuQ#!0&%&08CJZq5O9O;5T4m-+#Ujm;lUs@z3W03xH_{{{Q|nR2Ie<_9s0Q zZbxCnDCJ*UMHT=34kKt-^q;Xhz=sM!9MFGFh5^0=+X4P}Dg{ueX&ddUGW;Gbm_f>c1OeEx6VV6;7)2;Sb_ zW_w-ko?Tr@rSsa2=PM9CBjNy21b{hH6x`ODJ=l5emm>oML8JoC@PusoV*2`|m%wKK zXE~JQ?&r^+mUHD~&(P6xN=jnn+2S3UPhqv`_2%``B#g9?UcGu%SzRsJ8;w6vX(H)* zx=OayAJ={Heh3Q>FLbLvAx0I>>niZ>?+Y*c6yR zb2;ZZ@&!X0r-Q=7n>;C~si_;9nxbWqFY-dTEJi75X~Ujau7CzTtY{}dUs_xy zvhWz|WuJ&{=Z4ZJB@;(ejM|E`k2MjkR0&|%y$xc`dL|7=NHXnQ8Ca5!lA(y6lV6UA zE(brIKR!Jj8WR)a`L5FM!F{>eS^KeeFBTq^7>}{32lzj%Awj`YEwPXMM8@tM#WbsJ- zN0iNAUq_QM(<^ILLX5t}aTV=|+E4fd?1n6Ke0#aQR5&%dt<%{g=ne(hXCVTV*P?qN2GwF zug)gydZr}zy?~FRXZ5rQ!z~(?WXpvI=3V_iqUe4ZJ4~+KvW^!lnP#>`A@< zTFLh@t-v#l=*0;*%Lih_0Q!7@0GkNCOIGq**y zutAd}LgmH%u2;_n3kUc4=|awS?0kI`JT~8R^Qe@x!2QSmX1@b%tzn z2+7AuU82sK7O!n|N1TuFtwmNaYn67)SD8(;`T1y67#gs!bMx}b952@PrgX&+um-CY z<5@hbgy4bxi-1tQU0GS#7;`%oo_*c-$Jn*j!Ils&t3g84K+;CJ&RZTfEK&W1IJ;_} z+*sEeb_Xh!_8-;N=MSgtTi3@+4Q_`iI;ZUI_Ny(7X-58cv`;ri0TKje-)`0#?LE8KDjjtoT5}zFnO{G;l;&_ z-u307`|DPoAF&x;@M)f_!3-#)vl1~TzVL=B)|A@D4t`>eG4Xri#O%GkUa*;9-_@=T z5M)SZJm`s?#}hU8svnO3Z-085Ttd{4YBgeYp!k!X!w( ze8p!SdK!QFf!OC;BzPP7z-E64VO^QC9xBT*Gu4+N;Bt03Cdvitpf-VK{1im*$`9W*M~|1DTDW-2$jG?)W~EPuu-coiw|o0+&i;0c6-Dux zj6@I9zMO=Koo(#c1Xq9Vg#IZXtOL<_{psw^66LytzhXg8Z*f znJE~0z<<+ceq>g1atILU#U&--Tq4}NM!1?2(@U9hK}C+2J-oyF3wY+{<~j|IRF_aH zWDxFakvj?oBWuVHcn&C(t~}reqcIXq}t$n z_wwlmBKlifGlgSPu<;%ptSq4|plpP}VyX2o=!i7<+`XP(O3T%&x99h}=l-8Tkh{yh ziR-)sWBZ~Q1PTw|Egon2M zi?_Be(ymx#wu2kK|LY_UQETOPdPQo@zxo(ZRLa0jgq zzYilC8u*{?JS({Ef*K?&T$(XU2=x#E2}p||R2tKEvTMU~{!l=(RDk91IMLsQN@D*n zUVsXNSC;BJCA0}c1hu+TCk=cIImzIB-#zx9F<8X>h>tgY6upF+oH71~*8!vlK(Q*} ziYC`o!`W3*sE3JBk~V0&Kar^t_#Ro zlQH6S^oT|6a!eVcx4VX6St(Ym84*3ZI44N6M2kvPH0ysxLem}EI%}+^jG0h6=#Pbx zo|EX;aDmi5Hn6We_80MX=qh85j*d3?KfZc;_30o$0{aKQau*IQgqk3`t}s-rss^J!4yKHnQjN3yZ8`6n2ykuR!jn*~;X_;~BOXX{#I1XEsK zes+0j_T*Ac_KXb=OMQKHvUvyHO=#XMcil6bHVZuMMKJq4&s+5Fdr+G}6D8ZLFHcv5 zD+&Ppl$7xCIqiOEyuEZLKT0LwC#QYz-5$>L8dcLF#RYWWo0DE3Z#=;v?c8TO1ug!M z-bBRKxzbbCVy2$rcupwm>=US9SA(Fp!Yd|uB|$Ri#OpvVwRmb|2lQfyeIiemkDouy zWR)Hc@XP%|5QLm0R*(}Fd;>NlDk+hal|_O;AOk}~PuB-Hjq^70GE;M|_{w19d~1ss z=!1qdL11tzNWxK+7xX~z467f+=deoZak~06RC$ctoSz4UOD6UF=}v7C2g~6M0o(*~VbdpT^yr1IK_L-ecx<|~Z~}*dn3EnfKp%UVK(NPZr;I>ZqXWN=iOnC`AgrL;4uCX`qQGj4 zv6p|tHne$tC>?6M@B`tM?k}RnVHC`%gh};^(#<8x8q&lqaqOV*~fliOHpAZ3-AAlB>k>X3a=Uz8oitKi8QK% zl`A_ZCkRM*FE}}qe*dk`)_4OhcSjsuTqH|$+4!sN`qW_tlrWgJ{sBFbqkH{{zZX<9 zFbz=%(S)l=RaOH6pN@SQ07OzpSJ$3E-r6L*M)F20Y_)2wsM?3dC{+E$b|Mri<};4P zc1v7P{>=zvvmugyN51C9QD))C`zrTi-PylYT)+}oHBY9qrw2aSo2PHi!d)Tm6=?!4 zUZg6EY`c5hc&WYSmE97uY8zKHFKQwVT~sgCcA@k}Gwu>cgCAVyR~{RJ!@pH*yPbc% z{YrLOSzJE#()t|#r-p|Ft=nvm^ziYi83I|jArlL$=s2#3^&94gRTWTIK0m_?!8cKy z!n%@r3hK7V9}^Qho`&5R3No^|6jnV6Wmz=60ylB@UpOvN1&93$*8i0KC)Hqhi`Bwi#>02&-U6RfKIR_y{?G5oS zIO-8@;VG^j5DS>`>2a(Cc(zlc;L`by7s5F6LOxi}e!EQ+D3R#5dVhL)0t80+YMoP4 zxI9B|Uzm;{zbgpapf9d+ND~CJk3i)ti%QHi60{m>95_!5S7X56*5|UY(uiVhI!UtG zT2qCv6Q6$T#oF2$#qYy8S#>_2jEk=qt|-RSDUC(@?;a#jJaOJ1mvNNZxP(?@MMJ+X zUK8VFOQ;PHSSp;VR+&maJ;`*iL9=^~OdRpqcasRS^n$Ic%=i3FW}NZ1Ut?y`zeA7B z0!1Ur<9U|{1&wXl+4V86{Cl^8x}Cg-B=~>Xbai*b(Z9(se*6n;>U(c4FGE5?;PhEs zRr||?erb8&qZ`;Cy;{^Yjf7;uuP<=$arUHTmO0tqNC-7RHvQl(CaJL-Ps|zwNpelP z!%g`lo*IY-PD>*i{>&xYG?Yrxx@g05pBnZ#38sm=BBndtyiEn<%!NTU;6wEN6;YI3 zBqQh#=7#ERI;=ElK5Hk`-hwt0EjE7E;dEpjCwZP^lXXIucDY~@TJbzW{!NN0&Ss8e zgwEgMs{PyD1&Xhsq2c(<4671T3A?Yoo#dj0K~AfKqL(IjOL1GCa19MZ7zW8=o-8hjXg2#(BRFUOdonpG*L*c z%TpBRd_4;UV)7ZL_0lz=*pq4G+1Xj0YIF1_9+Qe^RIJf8I)E&r)?HyVikyt-+H;*R zd3N{P@AWgikkdCOV(z{~iKJ0WshI0AdHxOi?WEW?7RJtd1&$m%49=H)yyN}DNy3iq zr?9@$l}!5j`dBzPT~9o`cO=yUoF(Li^Zx7C4dZVyCSPqfbQAf0h>FsE@oU3dKrtDJ zMgQba#^!%2_pSh8)8vb&f7E$*i%Fb`xkgP?$i;cP+jq^5_4qiIi3wDw8Ql)!N8VC4~Ba)Xa z)|*VpPw0*$wEAG)6(Ufx(_Z!Z+|VOYtJcEq*p@|mNMsk#=^GfFPsmc3On#Hwbm|yM z=X+{!k#FOj&1;V(pq}08XNF1RsiFU(Q6+g3Ue`dx50~%~R(iXD$%L2^OY%lL9n(oLS4{2 z&&2>q1IR(Q5aA8s7BWO`rieQ@-OcvB5Xd?5+Ql393cpwD>7l;-s;O)SiOI>`PtM)p zCG2>a9v>%ottOtiX{IFh3-9dyOaVHq7HdzOI>Zy)>$TiM5ELP&%5Db{{dyyrUNEz^ z=-!zp6W7)1bMxdNpl+Lh*XlGn)7sjiW-gH6**}z&6{A=P3VP0zgm#vdbe9C!Sw!wiQqv`L~ zaSw#oRD$=X=FlNQ*zc$}aLA0y)awc8!Lx7nVM(|`OdTK>d&v>dC-(-5e|Hfd(4D_) z)H{e;8#~nDF$e-X(t-qj_G2|#zWk!$+7=onrajc6b>?_PHYu%Aeo%kVqn zYTn8>;*>2LsLqvW^ zR^q9ug`^UDW#Di{@byQ3e#ClNA?nY6#Qdcl;IODn2|MT?Km$wAK|Sc;x!$I|{*n+m zUvNtns+iUX9KpSWz=LEvzkERtLUm#8VtY(XIgX5@QbV7{?5e6Nod@)PyF)bf6kzLY;3F_@b_M7P-F36 z`hm`8;`KblnM#KZBHPci6m>Gch!$FVUAphQ*8rnFqjk%x;Cz>39vx&Ir zPHWmxRn;Sr)sC0e@{Q!@f9+3mrYC`wD@kA~0ew?sFoW;X?6_pzm}H^sLuqnyfjdRYStsi0ej4 z!7ZTIN(SUGo-A@5k_RWy%d;8eOg5IP$pZ=)GFqk__J%6! z&^JgM0ZvT56cmUSaDHhD%iqRpZ-1T9eXM=(ff=9pC?Tr=Zt}gm_$OU$Zf!kv1Esr* zXWnoj!8>053VkM~P+rRoRfO5yKAl@RBVUifQvm>9Yenrr7ot!(!CCkuq5X6CViG#y zG=sP>XuHVUgO~6SS5sqm35GWQ1~TUU-=R4@r3c0#6r)Eny0?h@pBSlkVTnH7nT-WD zy)PRdszwF#y%BGZuk9(2Q2N3x?&-<@B!RZ07_ACIr;F7$u>-@ZMCyDe5n>{EyMrgb z=IC$|^w%r*{|=NMkdGESQAfF*!tRiBW{}>J&6U4*+aKaXj#f7vq3_N|0!K(lsE1DG35tOt zf`xsqvlTbKdc3uv{>V2MR@X#a!#%A!y7=soM6(~}6y>&^tNBcf!EBQ2q53@Jm?G(2nsQ!11|p-IOD=K?OskMFQy? z)ZVW#K9&CWV*A!Moj-q~9L|>EMi5m!NnFeq6r%nt<}*VctI@UUPE?+>lcFnO5m{uC zkU0y-%T2a-p*{-2o+1zzPkeIyHSKS^(Df!!hzBE<2aZMqel=!&`APq$6$MqTdSkEk z`SOu-m3zSeZt!|LYENyer>7SoVqFoMIxDNI{Tg}Uo6L7lai7GqpVb#HxSx~ zmW%D~P;U3jz($!s89=69IW(Y!$vO7C**w|Hrpi>2_Jjn?r_=o!nwnA<3RvUy13^4Y zN&H)JA}QET`XAHaq%+TMa_KTZV?{Ps`6N+LFx8Ry$^@!cFlfd|(QM;bb zq7$+kK0T<^*6p&u)3tW?YfvJ>`jTYZK+LC;i!IF;7s(RxQXmLKH3%=NLbNOK6G5cI zXt{V6L9NQ{Bu*z1#?v0lkfE2C7eGPRSVC%EAIN z9UZYqNPaGnR70T7|F1vZy*>1Af4u$O-9OYtW+u5->_Pn6*eT=uBp>6I5f$j}XD7hz ztcyz^`!^5;xp9evH&$^1ok5y-f$QJDdjSFpdOl8R7?7X*Z^s_!oErs$J428pwY3SE zk$98gjVThb46&d%D4x7*N0~8N_G}ze8WCSVKPTp~3`9U9h?IqWa`B9aP*6~Gs!S2M zXQszH7Kj_4U#N+CRcBQO7+j`q%~>M!`D@_Lj9jT|8ITnqB5v**v$L~P!A4+^NdO)8 zC#UQHv{UK4z0aIo#GJQ%w|$?-E{_F6n~(yE14yx=*OFg2TKBWKT593PJk(2U>GGIZ zy`#Yp0EiZX-LdqW<(J}rO3(F>k@og>QGhi9;lhy(r%xjo8LWl%TUAhk81ofC&L2KC zq>@I}Or>+4CiC()`|)ZiJrBA5ZQc3WNL$ghrs{`;i?VX5ZY`>llhdD-c0_!J0$q2r zzS!p+e0-@VA7)f)zoThYK#10i7BA^xJpDxi=bu+P#;p6^`GUOaJ3Lr`OTFg@umBXa zK>{11aGaebNy%98W8Jf6J1XooyfCF{W6c@!dF+~@tL%kXr# zqgT%C0XWy5=b%MhVn=R`i12C3mF3dP0C&uH!al#UT7)ZvI8`8Din_W(RfOJXig>&U zY~gEfk#^{8S0(6M!VP4R1HHrzmZCvm?}Cz@fASZ_!K@$?yMTnv3pLUU9co9Eg>lw! z^MqZ+k_!`O`QI~Ei2m1d4ZIPB78e(93N$Q(-CSJ(UO3)=!~mP$0;})0EgX`Ki{9&!FOJ;xa#ttA#4_u`_qS$yy&HuUTLE=#>_;DA`z(3o94 zEbIZLPt?!u7-^Xiye^_b)COKAGP7IYB|q=(wHQ!L=xU6tC0Z;K$S5uC8ARgai_8*pWE-n(23A*>R`8{N&lMWpIpYjIs8+Egwa>FF7X;`o(habtQE<(9{u;)jU(3qB>y+ZOOoE|(c2;{5~*cjK9lkRsJp z7;j=?$MHGoguat`AwT%hJJ!CPvZ)QxMrx6Ry)X#bubkYx=dQKfs&Y!`WP?j4BR!q3 zg&QzMGtfOFd=Nq-@zE~c^+tTST817mfCdC+&s9(a2M2pT{wJR5XipclU*;zwCeDqWUawQi3T&Q$m{w=?ABYdg zi&C!Ox36;D$#MoY09K?(vVod{YXd1`zlg2;6E|f+3D7h zB-H2TL>eHNb4tp>Hdxa)&ckp66mOG>Eez#v)9qStDFCH~`^JO1p5vZ8$aypG?Dxjk zhTjM7+l6Ej{(acngrk_A?sCQl^8y?-Dx_UBD9Dn4ZUVwACpNw7byjr5= zAR6fNp6@06Cn19vfN|;HWc$pObBxbQ#VpR8-GWix8NJeyP!hOu;DxF}CM*&5lrWx0 zvt*=VY2EtMo*`2)KJ$vgZtyt(z0g*a7$V+LkW6%xiK#R~=04Pl}IrxO3$9SEq7 zjElqffD#}gTE6Wh*ocv(;(LYTRfRpqy>rHAJLtgtaV%2a^QYe`&E4(RYiv>SCDbew zzYVQfL>XOTOSOv3L=Xhr>i382BMDswFV)&0nW3W(|C&G*C0_|{;m5zg{g_|W86jHz zYrVqb`p#-&Kp~abMIL44PE;^~lCe|;{)HnKC+U=IUHI21a$7~Ei8edE(D3kRStjsZ z-v86r1*#1tBqa2&cZT#Xx{nQx@>g47Tx@ou!c%hA;Gu}^bL}BAD2!M%rDk{hUYAar z?ZoMV5zGAPunL}yfxIn&v(h+_}pdf4{(ZKvbmO^5c+;NT{Pq|q5uE|WL{bW78si$ueNCjZ2 z;outf4~$2?txl4)f9L2z4OW7Da)0)5jCtVG=7Wo1m9aki$9g6>A1*FMA}++aa)Yfg zivPUzBYB(e{Ma|SJD=+#aX>+0VxfWPa$hTH?#!QlXTvJMvRolX&M3zc*)p%PtgNwdRZzUI z-HuB741Hr~2O&)2JmC`NkFSbFUG4~~c?}tPwL>$@mYrzFN#6b>y$Gl+3++bZV`5r% z5o1C6NRf_LuJ~GGbM&)8qz35D#G{)CQ3u9zt!+*l}Do|Md9s^LYqSg|J1w6pw zQHED6tQ+l+1`VX1$WoFc(S&aFCpTC6Ppaq?6?b-aiYp@fF06uDfbQJCip=buyVccI z$GTc+T6*;!hPfB&B3|rof6_rGsRCw7PDLqE0!iEHGo=aZe{jrBi39k|5unNlPtZI5 z7$KjrmMe{xW^HBSSoo`fe&sQB_@@trW27b?_JFcrEb~%9o_Yw=_=gLir)$~M({pzJ zp9D0pekk=+L^(?Yomx_Io_OD6FFI-LC~K_Gpd|tATSfu7gt;QJh7DcktQH9(BBH4# zr~;sL|J9UwmiT%tt)Y|fis?zh{Vw?^Ie0*pf3&}HV`-J0G50Y z-TcBL5-w70FZ!X~|7}?El6kJ50sT2c zHV_J1ATfZf_MZ+T$DQ-P9maq=n~7ZM%Brf)@m>4Znk=#>Q<4Dxmr+jHAwq;RFbn{!gL|Uj^ zfZA=-A#ROM9S6jiRlw(aW@WLRbbnCxj&3FTHCs0H_o9RcJY3sVft8iDNmle`r88YE zh7h4+PB$0!zF9?GTho$ZuqvcWw1kQ+Ed;gL_VK*q8tUB()fP!ANoJ& zk9Su_=Vcv9`UA6!+CEOkt4gAqDNMpG>nKM`TG-FU8#=S?WJiDs%*F+L>tqOYiT{-x ztF(a82-&jT4rhxtej)FCiLyPZAj+c94|_|kw|>3XkIHw=7>=H-CK2TNDRM~9qFV_k z5EY*(lJ?8rozS^M!XOo!`K~!pB`w?&R_@(y{)?XJ?67yG!EF{(Zcr0h=bH1H?RkvC z1HsnGPOG%H!=0aC!_vkQn$NdzGOh6j^=N)fN?Q24$%k$8P%19XC^@nrNm&IrAc^4( z!Fv5)UKgu6_w)7bK@F_(YdKp}*IP^9g);DB&B3;Cn!TpiaIFbS4r64JGdeCCHl`0N zsb=lFwvHP>pE?@~GpKlkXg{XrR_l3%vXaq%3Gi>i@hX;vF28-g;d%8oG}4aiRrZGv z&M&-n(H$LPfA`1N_YUusfq?-F=@L3-`9nJ&tfLpy^vcqJqG^(>rn~^rb$i2A&Q-Ue zIj^*gbvhr)%gGWF&SS8_Rm^Trx_Ya73N2m};&ylI+fN`~SM|msFF@K<)tyL1*!@J+N>zW^ znJ6~Fe|9nn>yzRi9La;m(Wp-1nU#~J zaKtFSbUL>pdq7Eb!$kKZKoKBy_=KhcMH$c~Gc}|9yYP4ZGBSujH!s5ZT8qEM>E4GH z1W<;iW_i>Pe8y7syJ=i??EVb|!RtHJ9DOB1YM6FXT{&g*2g2A&)*tc576p0T`YnXQu4fhR)U_T#3 zoZrUaz97J`h6M_peM=h?-z?q+7ppPRmypwWx-07`5PqyHmXJ-hC8SYqV}LQ`5!97+ zf^zo02ouqBCJ5*@&?#sBO()T#n8?UjL&LAUXJs->?|i61bFeA7;&IVM8nXl>y9t3~ zJ>+S^mCsLT;HexBI9!W#-w0WZ-5)VPPM7^%ZBz^upJ^nY?2?s^INBZ_X?w$Syf^mY z|B~7{YDJdxxuC1t^%D(2FBM3>szR*o>UXMwV3n6Q`#Djz(^lVK=h_F?+RR0xn8OKr zzu4jlZ&UCA-yXPg!i&a=tjwu|Lw^(@41Kn zt9sl6Y?~y4Hktd{wR9y^MNL3!$^ys-VpIdo`s2_41pnNBB}iy!Xo}CL$=9-0uOUZM zS=k*esw>9tvJ=XcN;Y~#C}J&*2-Ej4q&BO{h?eq2`aFuFJZG2`kERIFWN&(o51B$) z$P<{{%`MfMamo?Aq0|-!w}zFq9O9?DGnJMa+KOb;&&|B+#7pjHHZ0B9w1`}-3<(YN zyt4xy=m1)ub~o+_5&C}1$-o=BR(|9cCKr_RLB&=|cI?YIphW2By}S=lf?0=(J$W_( ztpNBPOegp=u&S`*=_2ID8YjD@&8RK?=DTGSyE39#=lYwp=`t$+NKMo3;mkDA%A^K8 zifdIe+s^`^c4^u5J+vH4%?iXL7A5Q*!L5AiXR0KHW|oBo9OF|#;Z3ht6rY)7m!Og0 z!s&c|E}?!etanh}YJwoxAg^XpTEQ%m@aZ!r6aPX-cbQPQn^nBq6e86t%LTOel*%}P zMrsdpd~qKzLii6>172%Dxv&WdBiIa3!z;BFNpB5#plcN;-R07GCfRvW zRGBkp0Tx}A-nJCO2U}r2Ka+mc6q% z(M3_n87_w%RJxBvYQ%+2OiXM#BlAx#|ASt*AVAa`Z}st**G=nkfTZ2XgSM6Ywim$H zecn3UMbw*`lVn$C_VY|DcF>zH5!;N(=gB@k>w6zxXQ1iBYFh|$Zb9mq#fc`%F&8p6$ z4TD7Ns=9R_xoEs3cIl(cyP{1~I1dkx|ABOTTe8y9fcOH#(Y>-O1%W!I9ee0ulhDlp z%ols+rmk9{i|~?(r#lH(iU;i?mdl zAVIMME*me@H3yVq#0>kWwtd|-Sj53EtTDlaV`5{oN*l&jbTSmgGtRv*Stz%^)j&Uz zF*mF5CLRcLT4kjH#W9?TiOHX6v_5i+jg7sD*YP7hW&T*W;5I$r`wz<1AW-b_4uU#0 zoJK8gSV&!pYpMa9g-1na#oWi+ivhafqcu}7AySPG6`VqcFz~vneEH`n z-o|0!$5>EH2zKCb8fdy$_f6@+8c#ht`Fm3F_X_GoT4SACmIq_(Nb8H4&u{Mr4VU9I zv;Au?8h)(FB6rNu*X1-uq~F#%TiRH4wFXlcBoCg1PmYd_#=tE;wDu@ zy$E1LtQCxI7M$Km$7*C4l~9J!!wo^nysE|fg+<;*k8>8 z@*_UH{t80DBV7Gk$@Z*?eg;9yw<;6h>K%h?w)?FgYk+u?LOvI(#k!ndxH2jPW%s5e z0cwcc(Ot9Ez`Sw}{Yc8Tvlj*Wm@&T{Qwx>%^|39v`b;9Jt%pl)kB?R7kGP9|h-_AD zI8~^;_XkHf^d$fcg%4<;dl@R+D2d#GmbFxf6gdFdEW+zg$|Ay`35AJb!u}j~{&-N< z;N-}2lDQP`L+Ji`N|wpXSNacCz{#1+yq8s z`s_ewPL8o{uO9{B;biRl|oi{s9K`LY~FN9LVy)w_9FqRAEl5$D>@1q0^9=eXge^D5iXD85MzPVWGL zK;hZNON1x9pT$7d$- zV8;P9CK!A<_BT?`+@Xd^ut1qDN@KL}0j+Eo9x?GR$GY+ETf>nmp9Lu?`^*sK88QOQg3@NY$&|k9ba(2ay0{P>{_5(KA`~Xk=sXGAI=9I{y}>mE1kTAC z15r_3n6mC$(}RpEBV@r>>pKInz(#LH(!fQa5qqk^C#rDlt-n9@xE#iaJ(^X^$gKA? zRo?a`k6n&c0s6Z=-uLXv43&0C3^C?ks7u$g464(>7PU5BS03@o#ukYx=w&iOvVcB-SUo320i#R%6ou^5+B1Pq*mu9 z+aK9*4(V??mPM4DZZ^x+oKm4bJU^0#r)y&x>$kg)0}as!K3sH+3!_PVQ~A zzK3Qi36JN*lW0A&j)O92Z*1@c2t}hvy-{NzR~QlHI~Yk{sj#Rs)~YBdGJhW`Zb+_j zKiaFTEdikcL4~@oC|Y3ccgT$CqXr?;A?G%>AoBMNNjI7eSb^&P6x2P1?Dk(*u7|0E z9pA~1T$?y=_#@{_fiCjLK2iI%y~lm%80=BO0kLv=aR~{L0=o9UB^&$RkO#CxyMkb( zy|fm8^CNT5%X)hBv#$FD&T2P=XO>5y_T<-=dfmj`i*xTP+C$r6!6kbuie6eh&WZ8=xBex-Dc-Nz+>^xr^8*=m+GrNZ(CYRfY zgKZBmpiUCVKQ=>>@Jkr3!*6yLgl`+PT^in!bZE(v&D3ynl(=cqoMgt7+K98S1nxK9 zL@fsHx|MY4Xp{Jfd{4*|B-l9V?I=X&F}h!+D7cFmP((}o0)aVtD~Pcs-#FldMgnQk zW$3jSN$J@$%}z+Gw9=O${PN|?+1c6pZ)mjmKZG@E2U0q;rA3HT*c*@S&6^^<3B*B7 zNhiIght^aq{rPtqrU4H^j4zYXde+-W)wqUJB35^zJk_=fDR9#Fg`$>m_>cBfy+IHc zYlObqvRKrnFQ)kt=z5Z|hm&~n0AjqKml66P;&H;vy$7KE+agsZB9i?){~2c;(f34c zf`q~PcQhggKCOh!gzdB^y?hpP##=RYmUES`{|#w){_Ggy^W z%XE2eA096Ml+UTM0Dru0T83f5*eg!YG4iCY(Dxk_xhg4Z5kZxAV1XUtCF)ouB?`-=6 zN_ln1K_e5(!JHf_^EqwSQ;?4hm(J@C9QiJ|zCO;)G(tbFUY~x>^^F*VVn(YB??+wC z_E{RVBN8`#ibzhz)hgBL{F}~6AFhujfj2M{Rq+ToU8$QUO~7Mp`2$_p)bv~iJWv=Q z1jX(dL4)CMwPV}G1S7MqkeU=1hyUn%wLdqB|Ii}43CRx>MGRv=YfKIu2lkATM+#X?%Y-_$eoslX60bzYEzsw!0za{3N3RYVk3s2p zvw`1j8Btj1mR^q{bPt~Lcg5Jb3oc$mfM2@~hTkAT~*u^M@oE(J!lL zGO`Mz_R&9E4uMRIYHMpBoT%c;&L;G1ant_z=J~OJ$t`_#AOWe1 zU~2ju)x>x}(n+7DAfd5qMPJd5EvzIfkB-hq@x$4fjbmW~PT4wYX1c5AFp-}5a_-8T z;-#qC_=gkic4ol4jHry-o1*9eB?Txy^1;DtNt9Di8Zi^iaUpZiJf{mX(`TC;%~tD% zY@L|9N0RK=@)VsJahUA?T5Ij-ck2{@{$9iNN8cWjpS&w#z)va5&ad9lr~(Jrx7Xk| zq$?u$E{Hyz)#eEEX(Zx$3UKcS_j9b?BHdnH^f+ZD-7@*2lN+R-To^eoJI2$1-l}Z{ zu&~!AZys*>>xedDS}ziJPUsMxlw)j`FU?9JRr}2K&OD+ev1ff@c!R~VaH^NW{T75_ zpB7A4t8YT%7jTgmZA2rt@UkpI2Zd4@e)~^B5a4rEQD0v_FWRQg<+0q_RM=yF)*jP9 zzKwp$c|1|#^tOS>vRhXPJ&r7nv*j(mZTd9Yd62^S!%i#viusM~0megmb+gl@HCCO{ zDGDYb7oa*c*4QghDZM2ENGgItG~$E9j-ghZ>rsjjk_bL3L2=dGHNApqu$cs5uH1<8 z>RSY6gr{1@*?oiP~+aW8RD2oy#Nca_ES1n8J`lyky z+6+SZu6a8)5qAqw1C1ViiTjkNYvMSiTeS5KhKmf{)kYPw--ETUdmhfTTx`BcS*7{| zmuvn_*}id@YOCJ5?X502jWo!JHp(*tN9)@sSOGbz2He7)5GnkNml%Ls0)o(5lt&W1 zNKMq24}BYP14?Lw2`}E9oMT6DYE~GMF@1{uqYV(Ekk7}7BjySInoo;<X?xrL@#MtZ*nGU6R0Ol$Z8yd{)(*7k)N+DU}m{;Gofj{ zDau60YV*Np6Rk$`x)6fpJY6^5Acy^~oym|!%L88e02)~9zexpSw_M|THZ^ytC@Y*{ zIDC1_5u}O}*q=qwX(j65sZ|^*|B0z{ZZ7r7q6FQKu!f+^`GQ;gz0m-5b@5HmzVS}< zwJ;6w-suOBuZuPN=om1E4#f%3BP0uv<-_aE3xdxK-czpq@4O-(_}%(%ew?#Nbz z*qxAg7A2L{PQ7an=f(7Y8%0xnP0!5;;i;+R&dJLQn`N~zInJ%(Z+3vOm-o2%>@?V(6!dz# zPu}CwsdFF(vs1Z{cPkD-ItGwN1!+Z6knYX_DFKmghM~J_sF^t% z|37@!d)E7&SnGT{{}1zJ*6i8OzMp5`dEM7tOC;QzuPzl2mIKiz2iPhq0N)3T%k;

    pWEx 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 Jg=Qx&{}Tnri0}Xa diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.002.png.meta deleted file mode 100644 index 8a05615ae..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 81feb7430adb95047a5d12b27cdf4586 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.003.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.003.png deleted file mode 100644 index 877f888c7a90d381c36d86e02cc3ea204aa4b583..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23290 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 DK3pG< diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.004.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.004.png.meta deleted file mode 100644 index cb41200b4..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.004.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: af9c3bdfe9b0bcf46ad6103d15b108b2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png deleted file mode 100644 index af13658f93f9e100f0c3c886978b6400748199a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28139 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 P;Gd?do=VBB2haZxbUcIh diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png.meta deleted file mode 100644 index c13af355b..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.005.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 8bbc78e70d1844649b1c91a074f0249c -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png deleted file mode 100644 index e291d47643ab33ae4fea7b62211069b5d18ab587..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27294 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png.meta deleted file mode 100644 index b36a35a23..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.006.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: aae1399df9384e844acc2222fc8e158f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png deleted file mode 100644 index da7009de0028f7dc85554c31f42715edf01cb4b7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26188 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 Ci8C<( diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png.meta deleted file mode 100644 index 9aac87f55..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.007.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: cd4cded39ce779348819a7576e3f0e45 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png deleted file mode 100644 index 190ffd8fd2e56e08d4d9a28bfdfb0ebca4acf2df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22656 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 E9~u%$`v3p{ diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png.meta deleted file mode 100644 index 2c4dad516..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.008.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: af985851fa67d964d93aebfabbbd90b7 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.009.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.009.png deleted file mode 100644 index b68dfdfc2313ce7c0b3eaa711d10ac2624f707e3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24074 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.000.png.meta deleted file mode 100644 index 12f3111d6..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: afa7bf0599e92344cb41bf995f84e457 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png deleted file mode 100644 index e97393596674facf404828f81991cc7fb72fac9c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35666 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®O?wyux zP8MfU@r~Z*9U+s7Fgq=Xk3cGyx&K}gQ`ZO1lQSUXj+i%&}$Ydp;^ zRL?L^_>toNy`n#ae_>I*sh~`rHga!C%Ns>9gMWmK$5dsL8=#VPvE-Z(f{J1(wfmlZZA@RleEe~+?APZJ@n%>0`d|+1`npW z@9`A(!n->C^ru|#TT0%scg857UpGUc6}VWW8v#PTvyrV#bRP$H$OyFrcwFQUgPU>g zvmV{8vi2n{`0#P0{_y0cl$Ln3skrXfU+G5BZF~Xi?Or^D6-Jo({NBOFcQivFNtRRK0K!?I zkiEpS+%DyLyzFclJw`fYz^mOGeDhjGyov8qCK2?yb|gxD=0&O@-?o1UT^&6f1Kn=2 zVoMtXUyxFdctZ)U&(ymao)#Aa{)wez!qy#-`Nxa6-7svv(~CiUd@J|QU2eKUcMc(4 zQr1s-RO_1pL*w-}44-}aG6-ywLl>_Pg>L1f=!RdA@@9Dzsq`1-!l~-%O@URB4=uj- zwb2-1*I1(-z0wPVym>l2C%f4`p;cqj6DNXF&4mdm;o1w`v$QYM)vc}k&fifhGS%(BzPI)Ok*Omk;5vx$ZMX7CqQCh-APq*BTP|E-r$JNo|{gM>4rV{$pAZ|+9{kPq*FKxA zUM>Ai6#_E>Y~&Y~YOthCvn!gA+lmKLTX9)w6Km!fg+JQp7fVgY-``mNC~sVLiOTf5@-2908QJK<#1m1kjr&=c7U;HqJN;wATwzOcN>LG+tPRnwfVxDU<9CZn=B=FYB4K3x-_kTt5Q3y6KJ;>-*8JE;#4CDUqXv z#yGxeN*S}!T9*;{H2ZJ4KZ(W1dI~AVwtEeFg+gYsJhVMObMW*%VeH#or%C#s#*8wC zP5f5l$0u99?wHb#8q03MXj>zA3kaQ9eFx%ciep+AF01RH^SRmgm;1@ASIdBSCeGkq zG&zS&0WD;0a9q8Cq>@EGaYufinqvwVsZK%iaH260#MXa;&xrT4XW(-E3)4N8qdBGx zlG}<;76BQ8`+7y!_mAeEFM0*Q=B`~Kn3~I&fMBHufJLS+S1KS+;X6BKN#DWj>>3&x zg&#P`P56F`c4s6tkndfK`hGFJ#Lz!I5Wg7-sfvRM|MO>cqn9QWeW`@Vw_-*`CO47C zC?uRG&I^~KYlg?8NqoIno$ehOZtmg0xGLP;i2o`Dtq14ERQ7FmB@1^ zUB1J>os&abGmZ-n-9GYr%`A)E3d0yaSbH!xXY36*;GG;s#Sbvsczp>T{pC_muB z{Pi3}m?*#PU0wUKL;}=oAPbj6MFtB`RIuXX$;{d+>h-u4!T_qTPOLcem1Vq8ncC@K zRvF{gcVImUVrgWQOSLii6GX3)hx|kCTm05_<`g%53Yh#=_(sQ9^T!PJsdG6^i8tJ1 z+PM7XVPsPDqeLVr4J=vd*m*QcKF4k<-U)!>Wn_uK|5B+>|2Ih4HHg z)Z85!_ICKQS*VA>c6+vb0v0aL@+=+cQhw(Ak1$Y7!;2v7C3|Z2Ru~c1(H8VfN|g+R zfq{kwM-*O-Ul^RY)LdoCh}-F=pF}e?`je?kcsB`t8N&6MI9J(=gKsK`1B6_dJ0I7- zW1o}7h$mhVuZKXc(!P~3PnkBE4mFJ;Owf6R9;MBN(&RQ}OZ=f?pp5!@Il}7pDMzq;vZ7>#hMM zp>mcm%rpzQRuemsqW$UdzTgkw3owQf83L^4JQw*JG0W5c_(`UYN1&d|CBv?SL2%3O zSb82Ob=D%GJzyS8Wte#`u?Lu*aB;RmN{nQ$Q~EL0#wA~&ChUk1=b)&J7Zyq2@ONT- z*)~0EY~u=h2-P2QEV~%(zHxvcN4fz8FryRbJ$6I80yka!B-n!IaYCjVoA1pGDr6QQ z@`3x=o&`LHeeu{klf_@}(v0f|LIKutdg*?1j3bftW62sJ$9KYy9`}QPT|zcy(Gtyg zQ~Va482Wic>n`NAK?4Brsmlv=?_-g(C4LC$mZ<^S!sL&H>>t58b#m%~Oy*f3AtK*T zxjIQ>s9Ugb_c8?G4*XkB`bK)*HZ+ivMc6<2pJP!k`B5atV1br^ULHW;UR};v^;w)x z4g8G&KYU9J^1HTH6@pPJ7o}9Ird&$=8wUDHEBEpKa5VT>63wp!Ni)Z@davKiCR`#( zrm$|r9?ETB9-N_X*E{e_RXN)YX5*Jd&>{)#nn^5@4{s%W?YXJyA9@ErfO$xJW)M|z zp@4RM4VtRbdAEY6i2Svrd{6>qvkp z3=P)3WvsvNkp|}EWXeMv!ENQZm8r_}Qryab4J)^qCwP0IgK(yr$l-%dM{g&*H?c-H zLUNBAF`)q=L!0$!^&IS{7NPbVA>MlYjPsD3XJnY(EX1)yVr{^jZhDNKefj<{fke4X z&Tv+n=#xVxZ-bK?oL90}1kStRSUpe0Z^Id+6gLQRg11ExU`_0JA!e%f{(kyteWXNI zJ!0tNb!K>(lI%gL4l zk+$_Rh_*Jc;U;EQwz4-H?CpY3bMDvMWpw#kBpx4=a+^8?bxiQ8t2&2AoKJlP(Xen= z!e+BZuXSsRbYL`S5eb*Gy>w&smDWZ@KKtROnRuh|{hH+|RKZ*K{M{WYSZ0`25pstw z+dkFLR?hqm;s^AuU!J~)52X|S`9j6g7sgzh@mOS#wjk+pxz)3NaH+D6t+W3n%_*Cg zW@o5;#SzqW{j1Bwl@2ewJ98Af>qp0hDe?C6vla$A?zR5#I5YinHe$Td2spHmlGNL( zFQXDC+hwbR_5#_t2{0PGyl)RV2-vat+Gg*OoxVqHEx&E2O+c_>#=zI)AeL~kg`Xe( zx_2)5T)7q{f@fgjHR!*5DN=@)qR3iEk~Mk%K^qFl28)Q1oMkq;ztD(b5&a~M>2g_< zp1pFiexQESb(={GdRW}1Z2rbRxIGkXR3b^q{r=6XGoaek(dEp$3H7o+@6%lN6hml> z!4an8{%F^SXmPA~xJ>Rk;^RKPXpFFSP`MeIf$TqGQZkS+JZWm7aViZ5$ z*nWS3CjYQeT^D>^iY5?=lSI|Ao|?) z3MgF*JTUWUVJL1#C)OXfetkFp^jL58Cui>sUcX7uWfz}Cuy2gay(jTrdU+JYqUc`K za}7*Wj8qnluL)Yapzh=g+FgkoC? zmI$7X^ZPHAZ`hR9bgr2GiacQ2)Ufc@6H)>8oB6etf(pqdFLiANs06?a`%%3!3m1zGD7&X81`ALN;M_G&y-H;g**`Hr`9_ z`w&;WZNS?IvyE6bYPbRe0s_J{mB~OpUx2S}m|Ix}SOlO&SLNC>6E`K9 z&(#JGP#JIT4#h&BC3bh53@ZtZ4M@(Xxco-uFT*YhfIBl&tnXCXS@V`T!%`B z&DQWYpiv{FN#iZhT z>NPiH_C~ zh5=^HwJYsff3&fREY+@F1L`Q0`@i3jF^L5Q3Xo2qToW3+2^XmVTCOdWnajd@1n61a z8>tg1p)3$wkxHPm;_`ut1E>1RZ{u|YiNKo?2v?BBa)F zJY*IHlfo76%+#ndn^1SuY6*cJzD_QJw+u;$`O=EtS~N~vQ{(aus&!0rr2mK(BgZ;1 zd!POllbeTv)i3jK^?VMw@=HqYpFZ(xXfRT_0fhD-0<>*Qf(lU_`R4Yvh${zZH!m)C zjlX|-2P-Vz4|H3rZax?^Iv@b-Eq!Tg3`N0!8}VK?fU>bILXRCGLvIGe%pv>rI2aM1 z-@Bxv6Hfeq^%1JU85b!pVqHAeTi*$me%ogFX~F@n&ggt&m5pOelZ^lNK;^l`i+BtA za6Y;-SupC!hiFn;DV*%Esdk>KxcQty?lpY`8g>hH>dQa*>`nXOA0Djyu*`<;%_EjR% zzQ3?Y(wugqt0?EOD_tmmrhMxh9+vZ#Fz|lH6MTr*mz$i?1O)~66rg(J*JY%yR(@BT z=9~cZu1!#5#VKwm&;r(W>}GsOcrIH(An zeFZ%B$>h`Yj(!DyX>F^LU?xj+DRIy&TE=L}8BMArO*DZcB?i)mVB483NBmU$Aw*nj zL7iHQ{0}LA!9(J0NlD4|`eh&08IWznT(ZaINb2g{dp`Wvv<7XT#l3(e>;(eaOEtO} zOnlIpYqRTdxqqU{(1WCeL=I4|R8CI!{E$vRSw^7a4?mG`A`E~EHhuinL)t+06RwMI zDmXn31~rwi!}Lm+|HM^V9Ec4E7spZeeLQRCeyXWlPtXj*UhoGlOIyuC~+u>P^pZLV_{ex9|8aBF$Y}j5P`CQX!j))=+kSlhyJr-8$uoz zQtzi_3)(fKARCuMVH6(gyzlnf)eT{qJ)JwC?u%lZJIuOU(8bS4y$LmIH^xArCrpp;Q>IzurW6w2q zP6WrIXW^S)m;pI9()UcWf=IFB>wx)_KyJI3T#!sFXk zWutp$sDJCEyB9#omH8dSa_U#H)QlV%`zx}xwSEJ6P;k0M+o|^ z&B){fK%pf}O-+N7!LFVFQN)%bIB5)X;Z|a!>nLAsYtw36&C?I`|2Oi zxd3&hv9B3GC)(>D^-K@mU=szAEqFR&eRoGp6zB#CPyK2xl_CL3JH9#M$p|7YkvAP| zULix-pUjB6Oal|wo<5kZ5b*WTSWrx*p++}*xrl4#tMpm-2dElsjPtUx-*@B(N>{>j z98NO^r0;kfcT%N>4ol401ez=pdQe+_#;?a7`h+M|pXY2>w~hIW&q=K;gy>v`@Ti5) zU;H%&>;}_la&Ac;9K@`;TIyHsfW*JByw3xEK%*}242#QXqe3WX9{GGGlw^G2#N>!r z4gLsA7GWRm_QvBmd~`i1*uP&r?9E{QliEfY)2_AKYIzXig|#w#DlKYHTh5$9MkF}) zs;8$zA7<$rWw&F8i08vuv^NE~*4_deIZCzNNW*iNdg~UH8m#Kiu zSdG3y?D&siiDk1gr{uN7q@tn%`V#KkMvN18x}SrViqYE?nDnt~2=Cj7dk{SSWK?NA zN8!$WCqZT1pq@wtS2>=1ELV+i(S2gj795l+-hW@LVI!z>QJ;U01Eb$Uu&JdFZHhBK zRVA%p;|&MdUG75f+&j}oFN>ugOf?EVgh#!kwxXFbZ&jR8b(@A-{ghtpK;V9=K%Xbc zCV0pIy1$i$CcfRiQa2tn))tO-DwXWiK_jI3Xc&h3f|B7~Ya8Ohd^XkLY7h2IpETnS z7BUL;;;@nF^_%y9uCM{LjNuN6jiTEaPs1UDno^ zs!8`sIEG~!<<}VF#xUnBNIMJksSe6w$gGhiIzR#7({d7nHCdbPq<bq-%7QJg#=C z@=k28)xGOa=jxoZC!c|8?tV+g0XP<_f8DrKY-Su{qt!flxBg^XivwFH`=sUYQ`m!< z2GO;9@Gq`6Gw)`8>;j1^=9Wsfwx1vqNrQdyQP;idNBw76X0;9O*P6 z$ALc)X63sVoTep~%iv#GSd11n3pe5AlPP^DpytDdfq`+nJ*8SP6djv5EaK3$PzKUjFpqr*hBJu8_H-}rWuZ;lG)pYC)}vWnmw*NH?HdBNZ}GfqN@tYwE9YR&QY1uzO@ZlJ*P(a zmX8Pv!z0TH!CBlHq&(n>7_@%u; z>)i2m1J+Py4!Hr~HBX*CmENg}DcUDA`fIA!LlWL}d4BmWRe)t-%#spY;H7- ziVMX7xVvAT`sIb1R1&q7O_!f`O2K37U#=9I3y&-ea>Y0NF%UZYdqa-rj!+deerVgN zYir3yos;R6f--Tx_4hZ~5}b~Ay{?{Dy1Ok+7D!bL2RNK zHQy2v61LdB5w07&BVM6s>X4_gzvO8x#^4)1&x#_?O(a{-8kwE*YOBFP9+Yjx0 zg>@qEegBUHn?F*t(ZpY`%RL%TmkLosm$+!LF{pUJdd1qgqpGt{*A(Z^O%jgrSad&j zCy)@mEZ`Lv<4qlM_{J+x`?W1IM`^+X->gCRRXDw*__HnT~pQ z`rGK=k{F6bLTndbMm5Hcbz%C~)-vibGMutee}#By6_XRDm;hlNQDPnip`Xj6NoNiU zk}{vtQV!{_57Gp6y}A%Mcz7Dgk1yiB|8XKzK^a#UF>v%6XU|AVjd%DNKNn$OWT?eN zQ7&i4_uNM)+6Pds_Z{~fQ*^qgDd;&r`qq@9)biwbW2UsTt-8pW&G2)G-$@wmT)xjH z51%3=hg`m{K`7Oy_2`?!e!EplDBoCNNC0IwHka=}^&@in;%L3p5w77l3?I(K5p>+j zP$3AwCHD>-v<7Jf^P8HBQt$bgTkT`nG}Tl0e< z)f{1In{@fSh{o}yWyv08n>R+N6*d)_utsW$g7E`0IOAJJ73l<2Z-b^=Lc?#^Fv#pg za74`2TaM|^cX3t5MggLfaQW$6J>LqtH*yG_c!F08(Z_Gthwgc2`k)ki4K*sd;T{}Q z21nD&k$!+C>qVhP`%4?Uxt&+Od2E`8!jQoI!d?L_)*`#pTvQz+e|6mH=^ z*D`s3?Wr`gosMn;Nm*RFNh|7u$s*yqPI*2kNn5F!Keslt$_S@NbH3hPr5Y@G$Ha}y z;@(nc4mSUYou-zSSknI?cNdu*&729uqI>h0)>DLY*rbxYJ7-h^}5nOsmM1gSBrEX#kwk1KXSX46!^y9m8f2c6kEN zSFQDP@`b)j4S6E)O!?OvJT*pbkO-XLaFtOeajx<~nsx6d>t1d&*Knz}qTJ~q&&Sj< zmJ$WnOCds~V#08L2)ekkRZJ~Lij*yF$oZ>f5sLWIKI$kcW&H)CKWjBD5YF-2f-q}Tf%d80~;@{$P9 z=6IVECI&HG--IL>>>jo6ldm7r^3+RzV1MY%a;A2rivrOJ9(Y2N<2CCldoIqq`d!&F zaW2fK19t@pMf$1DB?ubJB5WB|V#0Juz293r-Rcf=+zEUGA1~bDtv@@w!9elGr$MP^ zC_(~pfZJZf+4hRa(LETHsj?=C(sjA#3_jK9qs_BQBUtO?uP7jOl@Xeg@Ql>xRpe=l zDizF)|DFHgxm$PdoL;Hb^o9z=E0^w(KxKtxu3~#IlYPfmx70w0v?Evx@=*6DSC|VO zJNf>=_VIf8=G13p-T{G^{O)hwlbrUZaenME9m!HSyZ%Qacrh3@-{7RtNWR5KbjJCy zUg>$yx!GmvfSWsl(enhMk_5?HPj(qW{pNJNk9Zm7fL$B+Tr|tW^`=fWn;ZR6Gr?!2 zL`Z^KMIQ6jWuEtuXs?U$NVRC8!-u(iK}v`s*;4v8BU<~#UN9zon>4(D=zxGNw^ssv z1u&WbR=T$BA3^eqZxJAFUTv7@E8RbJ6^kLiAmJT&rbSlv$TZa}w&L~1+1{{PbAE9D zbD;!Lw>4XlH{6i=xw#XE&0)cljh|+(y@Mh>FBvn8B*yw{Ug z3a%C+(_DQ`tP<9@yY;3# zXKA_$l7$vqgCcgimAN^Vmuoy<-xJLg`I_Wt;zwG;@mN4}t!db=k4LF94~=4Ed=quS zS5O6WSV`b7<4$Bs3WSOF6TP4lei8|+2cH;K?8|;pe+>D zd6hwH1svKF)2xjxF)H#4W6^(}oD6&vd>?I3Rl_B+R_3n3>~X2etnn!PS3DQWLxDJz z-0xv%cbOkEZp1$^Y!N0k-3Hq2nci@RSGkp2=X71DIxreHvhG5((b8GT*w=8bR|PMi@-@Vq-E;+ z#s`cQu~3_E9{_9e2tW*^pu4Vj z6vuByk7Bd|^sQ*NO0=ac0+ z7FHZ_-LE9xk}@E|r4}n)yC($X)dvI#lbD6>J2ZJZKuzwo{fA|l(&_~{XWHe1&<3|m zQt$lJ`;%i?q14XUk|Z4bIAbgtRrBk&nm+YhuB zq?ac?TW~K9T{15us3!?J4g=uJK~vE zQv!}UEr`#ces10?7E?9Hm6}e=LBy;%-t4pkw8C|V-$l%2hIDA;W%Psz$BN)FlO7K* ztdUe$br48!>%zDH&5PiN|E3;;_%T2xrw zBz`kpceY2@^pN%V<3v%g^{iHFZ;WQBuO7G14J7{(;VPzXPuHfK~P@eUwO3!kFDmm9YgIIQsGnwi5KstEd0MOH6z^mS--ie#tRXyF_r4XqN@S1Gods$9xg2 zpw|mfsH=;MMTF=_j1bjH4YuSQ9E^!sBGi5N$CyJtW2)S{2YBYXKkMhz80FS_DXF7u z-Oh|R#3q?eg>;a;xXXF+@1 z?|!8B>pY=>kT9%BV`)fTunt_hWnvdu7pXdO#YZcT3F0%ny|4}rH*0~g=Fb=`K;vEB zzPOj8sjfo%^-YCGpS_}u_04KEhI4D(hHMiUmXv)K13*=v$K$k))aCZ*eO=yDoYfhs zv;C4yCOt6|`D6JOy|m#QE)zwU%>>>f;i7qLwGO3V-n7>wB8dPKsN}a9q3paUwzTBu z<`(0D$7^E=GPFaOb8h zcM;@+zY4Dyj(xGCKG>-Pb+kN509AJdxvrm~!;>z49=CXlv!J!(tf^~+_c;+7q8k{T zFzV|@=4*_FjTbsHnF%a{Yn>-%`V-(|6gs3q=a);ll= zveE!DbpVyW=CUZaP=B6H6cBAX9xKYcww~YEzopBHka?$T{@`kM-cZQEaJ`4D!gL!X zGL@OTrOs6N1W^+;!j;ci^RXO#{uu!`#yt_e#`>2O+$HX~+h#KwEL#&3nCnn&V&;r@ z0(M=rWp&ig-b(5vj1NzG?GWD_zPWK9f%8?wAm$z!lHmtz97n8Po;OUKxFExNHi^Mp z@!#9KRf7oWM}g80fW4_s2Fb@CS0G-;F1I0HHwEA$2lmCbs^sB9ef37;)t^%GKK5ee z={HnSd!3tQuODZUvME+uO^CVd3-!ctrFfp+3@nviUNpU<3XCgY?YGD`8QHqrTdNtM zawzOovb=JFdsyjlcO*+rHb_}TF**pC?2>aao2>OY2`w^rQDqdL!N3D6?CiT zYYAXJQ;{4yT2ZE!`Q>46ta-wTVm^`zY=_Oy98LetD=QqZyFa3?(7*p@OvP(q;zG2e zvrT5UTpFCD5FIo0h0Jw##z##CB(F(FzPxBSb|@AX(c(^-ots@*jF32i;}2~N9kALX zyPI%{MLi}~5|(V}7Nq&@*RC^otvVQ;chl|c?KLa=s0aG(yzkx%Y_ys%DApIt4v5xM zaQocm$o~fFV3CSX8vb2$zN_yve`&O6b!)afYebP;y_acs?aK?U z$Lt}hD}C2KEmLLrcB}?GY~Kv1u*o!J7^VS*avApM$H8gk3`xRj;OZUh+-`~0lMgXZ zr`h4;Ng;Yx&J@C6Q^(=3&&nDgR_fq#aP<8u>6oPnmLbc&579GoLrch+prD|D76)eQ zIHw|tECBGn&Dq;6QM*xwTLx60$|}rTmd$5Uz=~yA!q8kaO*`cH)z*8w4|jxgn0_Ao~yI|m?#neuSCd{8~0PV3-1-ydzCS` zy9Q_$$?6N)-?ShCf8c@_-F0-N;`dbkn-lAq~m?^T)_y?@)_ z=2rO<{e)5ZWyR521q*f`=8NdB1&^IVWpvjmG*SJHv=qPWMY>mfdRV z^1W&AKCMrz4Hn@;TEPwP=GEpa44+Tn(n5OLeEJST(?Jj&xs&#Vu-<{H1GgHI%zJ)52X3XBxq8o26yw7}{ zYt#KbFPn( zg;~GNJdYJ%YB<2Dldv*stmab-!YH~4Z0h5vcA?Y7l6m6D>Xk&elL>k+1M7D|36@P|y&C=y*!-W%1dxcj=ji=Ex8HZ}CTjd)R8>LkT z(TVpRUu)K6LBHL-YjR z&b^)(F-pMsv1Cpd&^2PK#OLr=;@ScDp3}LJwSrb=$#I&@>Z7|d?6qJa+|6-a1@j-8 z;y%Ks91@2)-a(1GoeNZ0qs2NSuFcTT8_Vwp3$_=`yGavi$BA%=MvoDp| zg~!c3&pN9j#MQiIk}&Z{^o5nhiWqc58?B!GMsg{B2-~O^9@L}!CCobUXE97W2TSQx zEk6&X2cUi-(I^X9`hE}&@8vU@Gu&1ava6TwSPDWJ^_xA^zc5xlJjg5!D!71pe6@t%YJ&y+9(oD#SiOfTm7+O^P z^ULXUYiitjK=0*JA45 zQAEeB2uv$&0sXqq3|c6YBF1oHmfbe}c0) zY`keJ=k~w05%!uZ)hfPcMh{-M*DZXB?pba{`6mRMAOsz8Qf9_ddv?Eb<*{k`$s~~# zbf9=3b~qE{VS@K%(}1RE5dTVJt7bQJG{fP=g?lYait5*RKAR%-e2q-k8|38#WVG_5 z9LXo_=Gp8kL9!}VD$C>d{)rNfoBQVUu_hw{tx2$enaq#Q$DZx}x_Ck;tjuPZLY!ut zx?k{Q>MdgqNxG8tkh{aHS?CKPid18bvPLtX`TVYD4H(mnQ+$hI$rdpTyILI0VT$z} z%(BJd+drwF!}-x61#aaz?`c>bps?E+^70&ZCB7mFzRWZCNo3w7KI@4Jfg`Rw)!D;~ z&7=BE80gn}TwPnzFU}A(^`lu{B>k?9#du#7#_;#puHlrJ?S3p?t-WsL-JcJk(F!-U zjw49Knb@BYt%x23P#kM~8{s;3bUW757R}gcWi@HlL|sl#wT1ak0lr{bjUMV=@IJKEMveAi{02Ppb4CG2{KIEA=B+qA`jB%A@WzS`L=Eb?Cym*+2i<*}%Ql~wIZ_t` zuPekUw*?&Ov4)yj-u&DF1&hf}MOUi0+&8~Uuvhyt>lM?AwVyVf9?tL->3Y{P06DdM%xZ5syq|pO zC?l&f6eKGm0G$&;U^zD#o2yw#sJ$?1GcAYZV?9aUB@kV?U;tBse7j zmOe2n4u{@m_E5QZ75n8-fCi$NIhQ6fWv z6@1zzXHxLCfw4>5DLJ=Pt;Zyvf?Z5or};!sO00aYD@{a7RNp5xNMPLcJlYlZe8@FI z9qhn=NN*K?Qy>aEu64pt8pV+7oa)5wgvGyKr=P7nBKwYa|8n9=j@wOK=fd@46_Kvk z&9Umg2WagCK%M2gEVh_ylZl3X5uUSj7%(<5UrTa<|?#(ri0HU+5cXzqIara#LdCcPb@6 zbRChzQ?07!XsWL|r>(A;!i#U_vUlk=P*ao}UNwH5EyQB!K~qREA=gZF$+)%pVp`bw zOC>8s=JR5);yJl&)AhV5!G~qKFl$FU;<~9I1x3qIvuqa{=iu3i1QYmVJo)9jWlNov zzVDr|J7EyeAWfDJ2UVV9u17xDWtlmhuR}0R;l{KMAnX?F?yjMqP6%d=7)GA zHIuefZ-w+oLe?GI7(XW!xE(A>{kxn%szQYb%9Qlvu9`UJ=9z z;xYJL)J?MM3Eod%=1?UOE{gQ8WXi213CVHYe3$12Ru;-`-q!p^D}zV5Hu%KZ+1Z_H zs?1m!F)N_{>y5R#YpOSeI%`q%m|ULgMT@yXMfJ40r?{R)l)5@BF)wLC3AZO&E#Z=9 zv`$?D*K|Uh)~$Rn6|etTcTXI5V^Z?Dd9+4|Imy`JV+L~#wX3^PqlGV|PAs*Qsq#ow zlL!X@uRTSCXNcv!^lI1lsev}=52i>@rBm3(#FqLt%#(WIh}HtG#|CKBKl8z}2A!lrDf0MELaCIZ!p6h9%%8^#$KM z677TX*rQ!1ogI1~foTp;)U6=1r=>njc5568p(;{57Aue1{h@$WH`46q(Q<#guR<*| zyWELIgQ-5+a&XwSlm(0!n(Frc>xn3W`mz{->P=+T$ep6i*?U!ekkc-D=yLideKEW-D6R6AiQW-0jz)ebZGk+1an8s~nAhx6p-NUw(Es4aTLtTXXTjnB-? zkRAe=C<{P%K``Q)W(_=1r02Gt@ct?|VaT{F(lUtIw$$ zU`ZV;gNj;I74VpF#(s?E;NWnA`QeM6ivxoU%J+JO-?;*1F=8sJ9qtRxhRdz|Q+KRcbKRW9Sr>QbJeP3drmj)$5w|x}2h$l;Yu?3duJemQN*KH;kNULWV#u1J5 z{c5aFPL98HA*1JS$T*U*wg#xK>LeWPU|W#PjqKVq8ttF&DGer6t+w*Msm}J0vKWUL z0F*%S?UU-FU}-^Mf{GE?rqag?=-A=;&~<;cJ5q+6>%*Jmhtzpz-VlFalvO;3$o3aW z&HLUfJH9lzI?B{>dn3d2Av;|?de4CoV~efM%8jbmp=j46jRG~$drS!}hRG&-AzsQr znQ|piyi4I;yUhIL&(AtF^>Fc$(}Lvm?Aj_deH*2^>%n{32}HOT*O^qtKbrg8H)dV$~6)a_w zHo=!^J#7`A%oG{3%Baq7?$LF>)}jEZvGty#YhY6Jmks!9+YME)^PHb{d_Rc$>f zxe{-FV~r!iZ1<^)J)da+(Rv$!%#-ct1{N#2rzA*&%HmO-vXn7Zz4+V@q6QcI?P4Wn zsts%PCR`|CP?!OcI9J@Dy!F@M;9-C=d8h3KSK6@fQ(67_*s&lA;8aVF2x{}5GBpT+ z^BUbOY6fWL3%bJW``9$iD9(F^1Cx~ zlLQi%05cb>$n}1!cIi96qQTNb07q>#@Di*%SVUyRw~k z3zHsX%+3ptlsf#tUa!8^YL)kv`ulkNY$Lr~b!%}yO)(rT(vbCaD-_VPR@JBLap#st zx0~>khyE{apW}tX$zt%qteFQg#&;n{Fq3?-oyk=-$>@la)iyuKC&2q+brW2 zv+%kE-}EK(QztzE0Y$KX1%@=9FX5c*&dso5ZI4w(ET!vfrrR&eSEqN{M62CKegTzV zObv@qPdoHio3XWdtug>SL1CrhUc;y54xn^W3$#k@%pYgT*x;3!O=kpYmz$;m4vN+k zyUs#<1V-7z9bkaaI2+{pmM7pXoi1woYiC-JW@8^|?%GA2fK#RJPwOxK!rbTcs{0D_i_%U?7AV8B z&;EmoBwat>1zg3}%|P+#$Yb_Rq-3hhN zGwNfX&(^DCpz$Y*Yc4wW3-@;Lk=hN&_)NK(C9o%oR#Jzl_&Eu|DUgPn|E8e<>f`PD ztERmz>ih6Mt-WoC8`@c2%c_6NHC2ORj9V>mHZMQ<^JdY21$(W}EM%v?lxpwX+FOhY zvvMe1nu&!TxDOJ47yWvuH_^x@c{QP7q@VDG>M<}s=mg*v8A0q9lb0Fym9)d!Hle&3 zlqj-ZbVjH3|0t>1rrtyjFu(?)CX+J^yq3h#eDsZR_Ta!avc&7$^keOP?^OQ_%Y)*@ z`YQLwNb++KP+W}nxb;}RfzLN1Y=R+Js@EeSpmP)11_aU?Du#Ni#>Ekf*({ArC0T=a z&p%WLy#iP9_X&_H(kY2rYC>u~m5jl`?(}~a6m$`gQgm*7CZ=k6<(%__6|L#ni@t9i z(_l1jw%Y{<{tw0h(jaQ3?YwT?8xD^_ev!ctf=G9!|9n5t*|qr+)R(3f&WBfmYM8O2 z-}@huc=@laf)7|!mrluUHq;Iva|tIsM049ls@4;er(}Ok4giS*9psaH~ z+4y7U)$c%F>))qP!faB9Uh_dKB80b7#xwr&UlU@e=M5k_G9)1i%H?Ku${$~Y7PLZx zfISDfCRMKxBUY-%P;Hk6zpE)%+lKYl;m;c$$o$=WU@NM=*#z$aukEJ1iCsz=xBHJz zNAm3}a11QA9aza(FG`E&23+GyLEg1Op?g{Gh<`kVLwqFf4%)dhrnog`kxC0 zh+xH!(}dY{Z6Y+wi6SdHwzt*lc@GXHM!LTQ{XP%r9@*!VSdWnVBa{%ck*q2O(D$=b zzIK?cuE2lp5pans#m}~=`{ogzlxp&u7YS4d-M?4t&xzmy4y{zJ zZq0R-Bq$7BsRVu%83L9Zo(CkR5x@0qfL)LDU zBTo&$w5eq>n$!H{RzX>!GcSPQbxc1oaY&y%`u#w_x1T%TfdEs0DqT`Mz?(o;&~6b5 z@TO`M>Aw1XXm0U72@oLexw;k-7S;tCYkwI%ZHs%rXPpT2`x>|QedjYW{v~!g`JTxr zcrD7vzX8c;KAL0HdR$rjHH=CqOOmr!k`q=>c9h)rLD1eU1?$Li&hn=_m&F#6u?mRP zRlLKYt4m-a)WPatrC`v9>Lo2$dFA=7b#4Kik8enw+L#6=-Ymv=R5SmSY=s2l5Jx*@ z-UMhYmRUEnW^a|f?lR7TXTq{*Zl!6ZWrgl7-Per=2OOvlt8`6kVTrR}L0{qO+To5~ zl43idgA57l<_=X`KuKE8mCe8V?6;dPifTI|tQsp{`g%7sLEqW#1)txpKHC~t6BupV zju0$(Pn8rBS{bqbDkn6*>R2Icjxu^nYxJ1-arOQ|0NALB0~ zMI52(ztF#5$Fy(UHFGZ@hDo)9-fe4>1K0)_=~>9rutG%%PtUgw22GaYWS;aP<=c4#yi@p+y@l`wp*%5#*tSJ%r( z*#7`d+^;YD?Ol(A=kHA=EV>0-T!we3qawsX8b~t~{#wsaeey?}?`S|E9NbruFVv`h zaPp-B9@Xg(-rp}=psqoz_}V02sJz*0WQXqb58f0C;qg0Ky3xyKQiTN&&A%<1uA%w| zI#PFhsW8MBdB~XR4DO?tUaQ0wUmD`!MYUKdBQ%T!Mzm=H^M|ap?%w|k9CO~k?B8#E zJKz2cKpR3ao7QJO7ozF*pY89z`S4+-;cpnJ(8z?4M%`V5^I3Go)dzsC)lt|#9nVR* zeRN4pzGs=HGEaRfQe9Vl=oEl)um%UpErO8(E&3!^^T4c)J1wq8RXV*bH#fg(XzWY{A|CWMdvB8J>J;z?@7??=*q_JZqG=Px=4_vTcwspmzxUe?0XrA(!L?}t^ulP|lMZ{Bdz*$| z{v7f7SU?$iyaBY*=cT5m{&;EQcItt=wK{+TsrrGuSWmG4NSZY6_dWYG(#kEOpc<&< zXKN8sN5IC#`Ci&ozDQv}VON22|3(G?!vgm{L#T1n$9legikitHnI|DR_idJ`TW(fW z{Ih$;cIhl%pFQBq%(sj2BpId1ocH}}~t0^(CnW9P&yWL&D!4bK_Y$1Mm^q_@U ziYQAwUY6RC-H2K#mfdgk>r1)-rXo#$rfM*8R)AHD@K!aae6f(g_qR{KUv&G;V1^M; z5gDJ)1>#HWV}fx1Is&aqP*ic$e-j;mt=iX%{G*(2er`a_w}v#gFu9RYxQpb zaQ7At4j2{S58Qtp0pJg*D7T>BF0otB;NNeM0h#_a)VIFJo!jVZ5OMoPV65NYg#qA1 ze{~ihmdBq*1wQpwlmDMzh&Vy_Mr-*GXXk&F)c=}f09W%TrSgBhlK=H4rQZDCFSF>a zzjzJD0bzZ?hw)rw{c$AzS4sT`3=g=EtrDRFEBW8pq^sL|@;^S! zzvcRK>?g=TgqSpq7KaJ|g#Uk=)FFpS08Z{!SpZSUZ*%njx8nHEO*;LbDvkeG=G$m- zznBd~cmE%B-~TqL$ySBhVX}ZXetR*02fw$!|Myk!f3Ds VL8wEYhJt{fS5k_SMK29~{~ybn4qyNP diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png.meta deleted file mode 100644 index f595521bd..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: a025b91529ff98b4e92525c76f600a2e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png deleted file mode 100644 index a96b07feb5d5a5970ecb1dfb9119efc13aa41a2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35484 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

    dVK)cWUIVf)scf49}wX;zx@}J$MWK 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 I-0=PX0vaoZX#fBK diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png.meta deleted file mode 100644 index 962b11006..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_miss_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 06c29f679fc68a54fa1c85104696b459 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.000.png deleted file mode 100644 index 5350529ace374688620e4b3e3db0d4db387224a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20929 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.002.png.meta deleted file mode 100644 index 11921c2c8..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_ready_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 648c0417cada1c5498d1d73032d6e698 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png deleted file mode 100644 index f2fb8de540897722b3c1afff8e6de699ef5f78d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27908 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 Ja*mnZ{V%`WlOF&8 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png.meta deleted file mode 100644 index 893ba824c..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.0.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: df87d043af5805b4eb1839d79f658d83 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png deleted file mode 100644 index 90e9db041064b0d3f3436395fa3bcbeda1f9ab63..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26043 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png.meta deleted file mode 100644 index c4a2bc377..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.1.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 851c5d508a8c3c24ab264e9e04bc1808 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png deleted file mode 100644 index b4130a81e45861bf45d614ad48e4d6145bc41d5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26644 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png.meta deleted file mode 100644 index 811783411..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.2.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: c425dbdba7305ed42aefa73bdd22a066 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png deleted file mode 100644 index 008197474960adb77a953488eb706f5f8da50d4e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35502 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 D&${P8 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png.meta deleted file mode 100644 index a562b3065..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.3.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 1b1bdc8a7f81f8443bad8587684e494b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.4.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.4.png deleted file mode 100644 index 2e33aaaafad9f1d75778d9601d883b965c6fefbe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35553 zcmdSBRZ!e(^DR8MySuvw4;oxTumpDq5FCQ*;I1Ko1cE~#cyM0Z5h^)FiEl_C~8IXVCUz*1I{(*gkCVK3nUsK~H?SKib2 z000o6EcfEI_u}zaB)vEKBoPOv{QyED1jA~gmcRb04dpO5-I`J@5?5%c4pRxBBK!%@ z`-=tqp`sN1nu>~4Wb#kmS=V|lrbc^ivn{s^evX2zTZ&p*lVV7B+aI9jU@0zr_~X@) z#}Dcdn<3pTB-(6$bik#$mcdqc)ynbeu#_1+|7pX#DEzgAz&A(y(#5$fw(u8J#c@0#OJyxhe`Gf@#*1q z00@V`>oCvz^6PV=SQ4Iy$Ve1%2?;!M@)*m3gs!;(l!u#>o@fFVmxD>B-o8FQ=$ZEa z=g6VP;N;|Fy?O_-<>h5FTU%6Beu8;J{m#)z%vtMxUcTwbtO_9kf$73=U{)6O@bIw4 z;3)RaQ0j{ja>4O3eg3QC1p>?dxUP$xUmHh9u~XmFw~i`1`g_ z23aohQz35e_$$w;?5a*E6w7 zTE{Myuh6H(x?_eyp-P}k>7G+kf-NX0NQZ}wja_Wmz>SPW9#(GHusQshAG{Gsll0|F zOlBq}Z0G)Sd7+bG`H*WFl3r0Y3fkK|X;deg%<3?zr zOxyi^_}p%d`LKn@PF^TDbaEil;(ks+WF<}v&!|CQe@^@&+m~o!zL3>UWZulb!82X3 zilykvDK_~ld4ABZ=KbXya-&$1;LpL>0y8saR<==0lMgy3dV_xqlC;+7YPr9^Z{`qb z2RGCiRjY&)vWF!db}M6q1?prwlP}&gLM&(3l|ECz;;l2p;G~|0 zvmdyU9-N#=mntCeZPb+^`zA9!J4yHhkC-^3wpQSe4bylOw4d!98bW6(7pQ(WsfAyXD{B9D=glU_bZjLa(P?Q;KKk7}7pXGHg9Vk-_J7#C9 z+N~S+%1KY{-XE(ve*EW8Wx}98c2D{d4EFZ+^XuvDMO1jc2-4>@B82Lq0VxwLWO>V~ zV{s$W!p|{+W@l$3nwmsoh`D0EzbU1sqYJ+KC-g`$nw~;*J3Jjp?dBwztuwRormhDrowJBkQ}g*iRJ{6!e zYi@J^(MmjEX4tX`;ImdQ3b$N*-lB`Udss(@)a5^+n#8^RvF@vwSH#yQ>RoK7xPfYP zD@KljO=^$<94ZF5auUe-}L2D zs=(*fhV0wlTf2D_*A3A++f-N6rz@GRrl-dn6mg6iUH&j54DukDr?Q=|q8ly@X$!c= zEf^?W{l4BoO2!8V%34GyEW=zk>5zo~sPeD*^4R+0;NYaPYQn#vdg*FA_1da6A23*h zoV-+&ms=V-kKO2VY5hMw-Xu|3UCkF!|6XJT?-WWahuZ#u_dG7r_0?NLu5_rxs?@tzDB+y8W{_9nc!aK}+kmu*;I~Nwng|VFx z@Vg5(%l#GMQ1Rf`+x$_F9fvgvRfy=who%0D_)Mk2ADGoba&zen>b{4z>;+uD0gM*w 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.5.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.5.png.meta deleted file mode 100644 index e128f156d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_switch_red.5.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: cd546e6a68fe4804b8f1f95292e7bd64 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.000.png deleted file mode 100644 index d636ffdfd6eb505f374c75cbf16a11f9132d1a83..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6591 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%0D^31Gj#7BLpn@IrFB=K2q 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 V+f8Gz5!zn|%#1CKUK_ex`(L^i#ialM diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.001.png.meta deleted file mode 100644 index 84479d06c..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 23393a6175b800a419cc0c08dfce2b41 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png deleted file mode 100644 index 71dac843cda55c9bd375001678751f15ba46660e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5018 zcmeAS@N?(olHy`uVBq!ia0y~yU;;9k7&zE~)R&4YzZe*V6FprVLn>~)y=$1uoG8$8 z@v#KQ!lF`*8O|CkO^PfhQq@_)u8HbBi!A!PBvSLgy1C`L+4G-&u6%v^`RDtO|Id3~ zYAg5c`DgFHhZ%p=FecR7#WPqi%-3glbN)Fu1N(!|tPOvE)-XO`sM*J`!5%0s({Ns# z0jPnsf%(HvrUUy?1fQMViv%!48#{nzGSCn!zK1*HWFQWGMW z5J?l1)JRHP;PhC{ATi;*{?|bok;~^Fw-*F@cK>By`XoKmVGAaB4lV#?Z=w@CERWRl zGcbSpx%A)QjL7$2KL1c>0;Y-bU%<3LY}tf2m=FcsJ5ow6cwzURF~PxZ|CK=+k#p3;SG#-D$J>IY{;mj4=@b$9%$K@*Ys><23U#g*^- zS^lVeUya>=+kfYuKmPUa$0qyv@vr1js?C27)kT1n!TIz5|JS<$i@ETDF6RE79xdKT zYCVn?ZzzQq;qq>@cq6B4GKh*dSfd;gk$!`;Yckr$B)X+G+Q%e*0AsX|Ih^{Kub=bJ YJhsBi>s|C|;FueOr>mdKI;Vst0Hbsry#N3J diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png.meta deleted file mode 100644 index d5c0b4f3a..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/impact_00.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 097c9eb08fdae5f498fed3c24dacb0e2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_blue.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_blue.000.png deleted file mode 100644 index 83c76c19e3ba0f93eba365f11122c010cda57682..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 40789 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

    xC^XTYdP}-sKH0CV*6tMC$HXM7n*3D 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_red.000.png.meta deleted file mode 100644 index 7647c254e..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_beat_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: d773ddde17e11d444867a69e3df76822 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png deleted file mode 100644 index a0217e1495868d06c0544c018d63d8bd6d0f9277..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57973 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®?e0>$X2Xg;-fTxoA#~}IpA@Jtfwkq0IgMMnk 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 X+s9$A!)Hwx5cspQuqLLNAGq)@U)7`9 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png.meta deleted file mode 100644 index 4dc790c6b..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: ac8a7bc833ef9c44f8ea8935477fb2d0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png deleted file mode 100644 index 0be01ad3f55490425e417231884936863e6293a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 48810 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 A+W-In diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png.meta deleted file mode 100644 index 50dc7e6dc..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 0df1ef5698fe5fe468526e7f12bad55d -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_blue.002.png deleted file mode 100644 index 623a8bd02bf56047644a7c56887a83db44241939..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 45191 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

    >Sg6f^T&y)RTd&fgQ~iPoWnZv*o@xhz|M2oV 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.001.png.meta deleted file mode 100644 index 2a81655e0..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_blue_beat.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 9a3fd26ed6de81d4580840c5555f8ce3 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png deleted file mode 100644 index 42c88d06cf0a0b0ff7ee8faa0408cb9665ccd72e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36790 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png.meta deleted file mode 100644 index 63176ff3c..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 3c7859d05e34cf74ab230ccb4c6815f3 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png deleted file mode 100644 index d0c6a0fc002861f659aa964906c91b7ae6187b7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36693 zcmeFZWl)`6w=KAFcXtaG9D>8fCBdEG?(XjH1ot4p-QC?GI0U!g?$Z0U@4Q`gfAsA> z_eWQqUqC_aXRc?hx#pN-jzPG*tOOD~K0E*bK>92xst5ppgT4g^z(Rw*+_=p>0RVo0 z&!R%gZYw8QQ0mEx1cNF(KQx7_u?Ei0Y-&7tOq=Se+Xk@XWHn7EWaF?6`G36~PpDqK z&ucPULJpj17^XJ)==1bbbLyxTr3noL1^d4GN1O~{dW zd|U$TCdh&5y(Y*3q5O~pfsdGg1%bz1CBT3GFP{H=1}KOkK%Cqk54swm&H)EK67;lT z>Kre4z~djWkmh(@(f$z?D4_q<9}B1f)cyYqKJPjOz59te=cWCxkA(8O{qu7YJR;`tI1I?iau@Xw}zLf4+|Yb35?wU2gny zm;X23`@drU*CxGPL-}Dz0w3KInRt9@!ODHFMy4|U+{*uRJMiyaUV8g~a%TS5vH$yk zP2m7kNgsC)WI9h?en3{gjZh2N{&fuh|CJoN|C1blrv1N<`v3lg_CLw-f4hDECprFG zO3MFKj(?Z;|EV1RJ$UQC3s(KVs2rR89dF~~(niL{HLw3*xdSY)X2%0$M(x%h$Ad}z z=etu_L_|?DGn%`T<-o&3Gp!B}EOT@7_V?i;Ks6W$e}G@)YWZ4NeC+M*-8?#q@Or%J znVnVi)^2q&Ph`?1X1ACVOrVmP&J}^VIbFq3Dv}*YXSYN}L-Q92MW!{E{PJb{RpKA) z>UaP9355h$&f}f+@~AMm3|VpP_FX7R(M+cZvDCdeFEtX0UK%Nv&d0_?4`Ax)sch#e zu_GRxi0bCyheB0&4ZaSDY!H-uh!ey~MlFmsEX=E+xHVu4J=Zju9Gdrl5;$*3namN-gw zM#LFSQ~le-O5BAC4v(hFm`Qg2=^9zu8>_Dvrv$3PZQ}FtRS~>=Uob=JI@oWVo#O?3 zeU!^okyab6cmB0+P0p{b=j$qMuY2NM0Z<6SQc4h$$f}2{jnH>i=}{X~p`>(_=wC;+ z^72v8D3ueL6?VIV2|tKNpa)0wGq1^B4OE$ST)xH+JnY=?7-ivfVc>*ErP{rmZ;BUK zX@(niI-<5%k*iAM2ieHrcTWz(uB@ySD-|Kf5b+K^$AaK00jSlW1=wCcb-g`Vmg{yA z%Vcnc9c97m)PvB^<`ZVCi1xpBjA0#I>sKL9Rcr^pM! z9h4Fg+En%Qu0K|@ed;e($e*(pUHAP@FXcA2=zF}tfCcegc_xp>z}j!Gk7qkHaDCWI z_Tc^H>S0_+Lm1Nr4y>81zk8z$<;x0gp7- zY!m6aO1G;r=4g3&Sx8q6Lxg9sKc@z)nV8_ApVqHf4b?BR1CVm3w^P8#%rUJZ0pa`p z>Iw>^s|~yx{=*+FTS`_}qF=ky>rgDo(8X5YysWnpzcr$bg3QgmW1PD_HEV(^DV_PV zBP8if{MUeKiOwdhuW+k&{EX<{M?4}@QV4<2NTAez2L6dB2$HAlJt(61ohoPWggzX~M31zys?!K)fLy3h0@@SIAVww~N z?bvu>B8QXwAld1{DVX~Ca^(fXzq z5dj+MGzSKuj0{KmW7|E=Zfg?GZ}&`)?QwuL?kyAvGITUFwD$LPRNX;mNjbTp`7*Vw zgM-ip%SD5qg)*g+v4q@tD@pI~e>eA=X=2ca@g-hG(rI}dCwNDP-M@P9^Lf}smewvG zZjB0#=IV?-BdY5Azc*aRqKG{$>t(JnBNYmNFd7G2_idSazgx9c`ISun6@7AYl18y0 zZ1nALYb*Ckpx$~FTOEri{H1aM~3A z!1uPcPWraIzJ!Yvi6fCUYP_j1i^Yh{!OYGf`u6ge81(tG*?K$oU=&_pGy!L+i-7Y{ z;y3WL3KmvY#g5Rb&L{Y;m#ZCEo&_2j5x4u93Fnb@%+St`xgLI30t$gb zlo3B_SKHE#+zc+}c|vUNDtu}47H&W0Bv_}yBG392p2olu(whuI5xXF9OXeqV_GLityeV4+E3N$%nC@q+(^dis>`?b}?U@A-Pi zd}7VXcY;K_{({MQJNI)7t=LH65We*kT*ioTOk7G}Xh#9S3X1WhznYjqLC{Ij0bgT~ zVDmMF_k~WavUqZ3eGL!^&8hl1#prH;H&)DUoH6Zy;$r6wiL24)qiW2FzYRm#cL#F` zu9fs$zeF$@nP!czxyoC;c4(}dMhd8nRD;t=0&JgxqN9=4*4E@JwYZaH6h||gnwsFr zDMh}R8XGGB9spE-RLwS@R|m)@+YMkMjRN@7(~|`xSGA!?<`N$s=RnxIsx1CSxmv{g zyX5EfLP$NcoPB22S(W?|!=aeVw=v4js1o@a12JXV-(lXCgQW#hX{^wJ5hJK?u3pe- zgA&Fd03ZRZh5IeGfaMZNnZveG?x4bq@`%<9hTRPR+Y=->Um~LdC1MprBNxx z)KF#eXA`Q6BQv6FdnJG4Hgfbz{qmfdjOq700@m!>LsBx*BR7G|m&uLVd$C%>@L+KN zB@-bnaB4v==sZ&h_h%Ut4+l+b?*cS42ghK&`OmoY^eAVk<`9PE<#jlcoalArXs}ba!6$qIu=AQzy-b0wbe?1>l=gRr zP$t(K90m={?AtF}0jOMQO=NASy}G#-#Ji5Lz9vRPrdZ33z@4YwRza}2N^Q*shX1@6 zkwp?5oKWZEg%ZbC=%**UdbWWZG;7hJt}kNO341!d$y$dOIVbXsr80g}67``ajU4zK zR>OZ}3$N>$a!DpZQceGl4oin`9M%)RhaGDe63F9{2!na;x0>-VVt5bw>^XVbyb~J7 z1rbm zVQnn>7a44b;_2xY(0=#2XO{^WI|`M}2++>Op|)}%WUmIPU%C_dJ!0KHi0m9U{E$9L zOhOOOnSwIx+HeZ;lnc182d2(8F?h_;qTomwHpDxDz%(WR==TTIzF^eq%KVnZdv0u( z+M5SqqcR9Jv?x1B0<%bQt2KaMFX*CEjQbO(;ZX|+~4=mb(3P{JnU!K0ue!{AQ8k_(&#$9DT1%xA9r~lW1Ebpf*~LvG%VYS??f~=Un&(G zNdGc%g^jIz4%x2+d_vz|J7-JNHye8S(+oEPVoFvOgj z35kqE_^46}DJLf#*CId*^V01D94BhG(R?v4pIjK{(# z>}7n{^jwod?C-f1*%HXd=|sI37T20KlwwEWyc>|%o>~IDoJWzwoT|ru&2P&$Ba=$S zqyczZTDrNMgk4M05Jxhpy08AJ9Eb7r%6+i@A_EH$ z7V|D-u5bGTQZQRME)DvRfP8NbXFk@S&om^&+cWOAfX8`|0X9g!23>Yo>T8{waFMX$ zl(2veOUH<={NR`DY9_#=ZMzsU_sxV$^Os?R{_dqfclg^PU#};?Y^|APe=4V{7uxsm z_D@#<>92ingefJwUl1mXP3+JClGV>n;KjH5(Rj=PNEI=@mK z1&Q;v&-)?~sTDej=2zuPFLs$3W=}1bz59Bf?u9oc1P%E1%wsiVSjm_PIF`x`kG-vY9#CHWUC656tUdfBaa})z@VT28=|$b(dFBan$Yv&E=k`! z8P6|#bv{eM_huoymC_R}st|!Ceh%H;2X!4)Lnv@?e>4DFn|k5F2~Yd5-DB2A?XEz? z1L1}5QuB(;=+;W|ngkQ+>>_%4q?I}yPj;NXIu*WuOktD&>lw$ktBnkwK7Eq!8vzJp zuLYGC#kdEz@8S6|lY!+vZ2XSKov!3?x;hw&z@pRPYT`S8_w_k-zuwOc${@g3qYIvT zH8CkNmyPf$xohzS5_V;-g)CLG<4(78AhNU1XM+m}2&^^RQ%o%i{4wSM6_c0SG1M;2 zMk{}Re=vHP=xXQBzFM(JZpTD#KPeTnIJnS&BxjV`bBqoxLh+zGVGaaHg8IzM+0@*{7vzQ%sRV=^qr}>-Oq-e|hQD3hliSyB%f;&ZlmLk9n;v0xQ-6ZOG3r4`nv&$7O zRv9POcZAs)eAHWuM(~+{1j@k*y<7*5^U)z}z8*4vsyZu(DV53MxebnazkKrq>Vj}t z#j0R35$nko1`3?&eb__wVO(f9h1=G*<;%U#m+U8el zkDybv&g;r{D8#WnH5H+`y{*}V01$UEwp{2-GmgP4H5sK9vX4OfTgk>)7(!1)T~8R& zS6GA&FFSh|Ri#l-BF8du?vKEF;pbhuHZ^qL9ts*!!h=bAy?&Q<=sT1lL-$mT5nZ&P z%*`+HFBJxlA?636fxm+|eKJ0AZZWYW;|ZEljgn}^t=Nc05;L*dBtZ8gUE^**gG1AS zO`petAV?JJ>vbts?nkRQQtpyWa@D}VY2?P*Adn1DyM{$HNi=hriJ0nd&TsiWE;<+<$FjHz!SXu5 zuC^&4Iyjui(8j9EsU4hhyyX=*ctv)`4 zuT>0y+}PmoP8^~L{$pUUe>UUI&CPU;p#;`7h`NDc{xhlkk5hWSa@edD_a5^c9`sEj z?bKM$*lm`1+bRQUcj^5Oos3#CYBiH|C#}1)k@8vg^2HB-7NT3EII4^oMg^k|-}<_P zchAfySnF7VIt-7S!(8!N5F4PXu)nJ~2x_$KKovgp8Pe@t;5D5U)3z@JNuLR_+g3WZ z%aP&3-rzU6r9SzYrYWfH*=*yBG&amZ;mz`j3KskA{*)EWhjoPRljX$=9@Dbrmk<+_36oU{6WL1060w_hZ1ZZ#k^L>2;5)>Yp#8sFnLfC^68CBCyaT< zaoN-vMJ~`r?mhjW`{HK6-MJ=!V(L}6IbEu-)S`##Mddtj$k;GlX72u}Oal=sa=EYY zJJ6}&)Ax!B6goOi5IiSoutX88(ybiRK9kleh8Ub=~xpj-dc5fx^ykYzG zul>4?Pv4BqfXh(%%2mz}k3EgLR(rVo6GcZy_aOXfY6ynrKhwPSvBfTT$JRqs^6!+8 z-LsM?*U+xrx_|=*ATx{ZyU7IbaKV~#Fp8V>Xct_y z;z>mNzHIKj{Od-?{r&sN@(44htD-wr=UV4(G@PJ@FsTjo102`|nqm{Y_linjd_34_ ziY;|N8!-_0mE`4`nxshn&l%+2O_xVR`_5vQ*$lavCAMEi39anMM2JRa&B$$WO zAgS`OP*7YTO#!9Y*8U^x8W%<|Z;j{Wd=IQBj5~$h6|?l=Ec}FpvZ#HEF!S`hf&x-> zRFtxnN6U;tNXhHNPHc_G?NR7&v%T7${F31FwU$7Ew+9GNkBT6h$(74dHS!bY^78Vd z^407Qsd*j97ANw)-=nm*pq`k|(fe7u{rwNltf9bw0&>%&JZH2n&YtWh8p{3~rIHsB z5ik((#5K6m-odK$=@aB_i+kQ-U%wuVg=JT6Lu8MuiCZny32hOX5&md z96=${?sJs--r{F81k?s2OzfzWkP(PgLxV1tRPKI^pD@lnL7ha?MJoKtw5JihcdFHO z%)wbd@T8-WzL!-%$=Fvogb1pssZ~hf(5WJ-lqw5la9A_DUFbF)h%j7dRI z%a@inGSnUWOy|NE!W!q2IWB?Tmk?B}FrIsAzmt`ZPoQDph2Pvb!2?LT|CmNTFjeZ> zq#jS_LfqWeqgIa}>#Hv|0efTLc@L+v>U^5(t>J*0Y-suj65YOcsPu&ML=Y>BB73to zGVA_H>XimTV2-HGVYdd1hvqel@wo@c2g}5>5}bb&IGQoO81QAX@rH zY~+4e(La%dTj~4d@cs3H7Y7TAe_dVOm$(mclVkOqK`P zwZ(xfcGQBp#*gI(bRO$z74-R|xn8W&E&7Knc;9~7yK#*r{-sbHhxfuMJ&so)*3n@k zU@vrZeJ;VdIUO>h4y?o}M6!sD|CNy|#(=`&z^Ou1*;yHb-!nFapVyb1RhjP(rWGB% zWn>16F@tt&Y0<0gw1i}BHQm2XOr)(PYA=id!#jsc@oJHrOvB)_o-a>U-%uA=^x$qO zA@Rx4PLN+yGZ7 z$IP$8I2i%o66}G5IGjEaI+ZRT(Q~Eor2lD@-+OM03JSs$EO5AZ()E7dWOHZrWc&i8 z5)%}Qzqn4?^t?4BFqilec+KU4t;|&b7KIn47iNQ!36sVYI&f)^!m9X1B{se|X><$> zx3-nhd9=3ZtB-tBmoGslKU(bD!j`cwc6U6nn1fv<_$27|`ouL;OUdYL6)NEA(w7DF zzK}^_472$OZ8~s&AHKmmSB~crHWfOsp?x?l^vd_yNph%vs;_^eszL!G@}pY6`n@8q zP9B#BoC^#!bv@ebw3ei(AsHTfu(~q(w!Bum01O#Q?avg4?-cjMVO2jc)#1%q;-yfy z)2?q_8@aX{I?QZ82Yc)xxxi6R<&h!B?FY_UTYTMa}4}uoT!7xvH^uywz?Rxv;;L7{U7a&3I?RhGtZNRv`At7I4=ja<{ z>?yNvd~ALFrv?!X7jWCBr}K@j*q+y?h{?|oj-jqS6J{+tz?bOqb82z=?zz~Ne3_02 znp0I+D5M*Cd8Y?tXz0>JlwEPm0074@je4Dv!}sh7iLG3Rjs14z_pBo7 z&ZD)j;eIdcw>lkhq~cdY1Clz)*Ve1s5;N{&vRd#WUxs4BEEi>?@461>es68?f2~av zd}-sO@kgzCZgY#a<#iPnZsXvZ&BJTtERAJosNK_RZQ~8WrVGgq)}HN$ZKkt_v6Qpbjmn?kKK^|&k0n2knu~^`VcR#uk*A)5HQHacAZnBze#!T zB_K}ujzt)G6VcCy)agLg$4-Dst6t$yQyu()S8}>z>6B}~4mSE@Vn7LM9%UppzhnM~ zzsMZlqQ@(LI+D)#_;_3fp4YRygx@O-bUaB+vHROwx)mDib2#~8X?8;3IabzNMCam0FwCIUrs?yb7#ejtoGew3y0T0EFSp7bo`1g*Nd~V`a zsFi1$(P<()xz1VecJ&SNN-rD+qFRG<$}&HgFeqNwDl~WUaJ79me$?SN2(0wHksc|! zY}fvb!OD3(n(H}aHD(rcG7ynU?%zbGobDNbN)kOVXA;dzbklCx*Iit|p5J5iwYM(h z;jxGnw4b?LsI3t~=$Tlj*bLy1l{GW7jdhuvJY>>wtS!EFHZba{GFKXCBmW@8h^B>| z^Ml!oDQL%ZW>68RBZ^$0H{8WbU8yiCBbc?KE}siN7#`D^kWX z4rvy{K?0y?2ySQeQ~Ab5n?Q`vTA7~<_b|U2_Ys-lE1{`IgYxlNZD3al+vvNBQ!-~i ztd2`N!ocBU{`SC3nIzgLRAQu z`78|N)7Dl{X!jk<#DGDOr5v7!O~;3t8-ZrH%q}1te*O~C+jsxbSI$Nr^FFI9gaF@;&i;a$+ zxIIn*vyF(1QB`vK$h+vdw<7Wu3bAexm=m5092YIpS{TPn7)ursZd+(xn8#@HyjP{z z)!eRI3!`3~lSpQaCg-NOo6Uo$N6X3>S5)uUAQ{Li*RwSY$2LYVbbB6DXD#HUx-*BU z0^V-2{UC6eItzvD!V81b2z#|`uQvVd7Bq<)KtZs-xtnazdMr+6WP<`J za~v{Z$V=*GfCCwI929NHS7X&oJ?LT?QW;&ATPVT8wemImiPJAB9L{P&M$g;=(h-9K zH`4MO8=k|F4x_FcY>g$k_@VazthdMGl?8;pQC|obJ&#TcA(@!OXmtAm&R5mAI%t?6 z<>AFN`Ns0}tYQQ6@a;UC-P-U*biWs2E5t1$L*&@)%3}FhB=$@q`PpFr(Z>|QYX=*% z{j;#r%7tR}HLyvJLT1$aADIf%Q{1QDD@wp%F7F32Pd5#0gKNdIrdw^Gq)%5w=Oj=- zGd5^}6U~tN>)3v{Fkj{@l5`~z`=pc0Jm#nHGG(TG{LVwuZzujoI zhhQ_E42m%Ut1mk%b@_b|0_caF5~{=Bo3nY)v8m)*EW~slN@`x0Wn?Ti zF^2MXuCD~#h?$Z~obX#>4<_0~S6}VKz-G=8hvzEA#}kHh$v$rmO)c)+wE(mPc49Z= ztb63Bz2ei_iPAo=)yU|MhE)SuASM+j3F0j^Lgc)Q`(a!T8=D{kUWN;ClGo1ePN# z{zaM$C;H@co;9SQ`TUcE_&aN$0bGi(nNm|}TqWZYpDXKKWmYU(#)01Xx0;7>PekDZ zcX<8JNgpl33zDPR*P^18y})Hy@|r%eV_TUznJFVF0gr;J2X;^i8VCh)kOzMy zW;K(Ym5`uV_owix!Iq>)I%*bfdObj9BH%?zq~pbrW!u8XUuUxl4k*Vx;}OeT{!?nrJJ-x8B@XZnZa$FQ{K!11v3NoaVjzir zqGY%*U-aNYtA<@q0QL@Z%rm>{S!%7ceSzzaULt*QH$p&WBnf3?AL~|kLJlsMv9~+r zq6B=sRA}}d#}V4$?OPXy;V{?*-OguPU2i15FA79rZ1al}ksm4Ts0=C(>B-}h3ExJK z-#gi0`bNiblf)#Nbe+^qHJb*tW|rN8$HYS(GafoBw6ND2ygAr(TUQr`*Pb9B5 z&_Y2xUdN3tO$n;_F|tuh9f%(uQx)g$zfyfj`@za!xfZru6Nklmr5O1=Cx!~hg%v;7 z$sW^a7QjtRY__xMHw%T(t0)1p!umbFvhkb0kM%LR!HlF=gC+Ob5F|Mp5EJiGUosLw zA{{m7CQ|4lf#J~)L4{ri#ZTw*;C6DO3kY!CbZ1!MD1+O@@K- zSOnp1Md0=}ub7Ca6q{5k5!>~;caJCZEE-b07(ur8<-+H8^K&Z|h`*kxDs_Qw1PjGr zN;CFR$2ue%UY$=#rT`z_RMEC*j5o53O@a1QJR~^*mL=ZwJwa#;I zW$=ZSqAXFMR;|%UpEuyY;EA)lJFpETN&Gk+Dc#6g;0^KOWQ8FMBNJ?TI-9ys$I^*P z)FN%l``w=x`cpY6bT)#$W~I;=S}_fd@Byiv2B%h(Mq-xOsaG?)pRVjvpXVF1dKy6q z?hz0OwB3DDW6(iVLqJGmp6x3f`E{{45?ys8pF%M)!>?J4Jp9?o!~x^`58O0Wy1kGN zsiEykt%R;>jC-b#ZJmg&L%RTACh{8;Bq<#WrmG>u#Tc5c)@lR#%rUh=S+Q+SE(3FQ zBLWWvXKD7_PmVp6Cu&RSHYinG(O(-1SYVYcYrvXFCZI7 zD3jQCxf~#knNdNEAru2~u;#YEFQXf=$6T2o0~_?_VqH&Om2Obwyp;Zz`;dpDZk_`E zwQ}qjr%S=fVRxFb>*chXo@P9vu+-wm3oBJP=qC@0pV^4p*P!!eGQc)BFGh=FSx&S{ z?3;Zh<{^yBs%tQGPuqo8tX7g3aZ_jlrX|DTD(T8{r5!EMe_I$aDeyXKDhvon1Q=05 zA25IoFHgm#VZPlH2Q5jm6Wk1q0JPQ{A$j*v2206KFF#-77w?(DDQOeof)YuMO!?N@ zin(2x_F=K23>=^Tcxj6t?@b-{_l(Izb?X-_CkL01y4+k1m+7A~A$3`l>B^2nH$p_! zwiBW+H;=8MEqLoDEd&G+83!WOPDT=#teoPGmp;a#{U}?HA|RvE3*TUDOpN%e$L$;% zizgXaihyQxPV5t@(V5*%sV*_~t7*8bZOTfT_UZ^efxv0_anVZ-!8dj(zD%{4tDugw z+@k_x!go&l*DEKHBH64t?(6j6s4f1=s&9z|mkPrksq{2gBqGooyiHP}fK^3)`9QD#cmuI%eR zn{$O!fl7gpdy8luV}!mQWwkk5pmXd9MVLeQp5GzY9!p=53B)eFkZe2w>|UWr+LWLP zTVfIHF4aJ#Oqt<9L`}2z;Qc9rpfuN6n1jbpqvmw{o`I3i)|Eg0qWaE>bk9mR8m$Se z5U`aAIzFZ};$&@etnm{BgUQetx|NkSyNsiNX20ZacYvVr-_$ZJ<~jgy$fTy z+RIB68Z~cGQ^4&n+>Y&pfWWY#NlV?&`N8qn)y-oOpd3+!=hdsWKnvbhqxq1OxFUdAksXUJLW3=FyiLjbLrUW0=_oNqh-4a~wmS9(m8YKU{R z45Ai3bevi}u8)|G0WI;w(5_Y?=Rky>tixY&u!0|;Hn}Bs<_6n8%y3hMf<|Uq)}x;F z$UhSrcVbhSFZT?BCJ6j=*dzO-U9ws2zM0YCaodXr!++%2BI2gIi0S}mMb|fIbHP<< z{qzN-Ls|x;`LtNSepzC+CS|nN4QM-PY`;8yb=mk*Knb~1ySW^08Ale&4e{r&t84Kk z((xcKq^vCB?%+%>Jb!FxhiS$?=PoON?Mzn0brT%0lH;7Or)L-~$6p%!rL1w>dKn51u^*+TZEtGI% ztY20Zp36{1&SM3%8MGeq=I+Q!fZX3mMpoD1E0HxZfSgUpk4tVxx@S5O6yGL(aUw<4 zG>H~Fcv6vHTF`=`sGa?(R0D0K+>;?kk1~uDgwo4sTdE>80h{=VBcxN>xV#EsifZ0& z&6MX%;<;p8k1~6$& zh2JFK4LVNL@ihzBWM4^GZCaIQEa7P5s|F`Tr@_-3SC*BbQ;pb-v8wgdDSjA>3UOTf zrJ(#$+4w-9DW&wOYR^CVr$BF$r&?*hY)cmzE1@r?Ro|L_G|PTIHuL;Q5i8l~68_%> zwFBFasYp&@Dw|*bgSdfn1Xk~)SkC4ko`BJ)g5Aqlwlxk>2`G_3_Ix!(P zj`EOdsDx^-6ViG8CC#+WxxyLA*o~lagtuWyWUn9J`RS{^8i4w*ViXs~M@W%$?BJ5l z!U&+ckmNSk%t%fg+I@B^TAboVSEY7MmAxUNowJy|hzMnJ!zfPZMtSVz&}Fo(Ab|X$ zEpA(kq)E61Jy`F163XkqbKJA$KS+!L0J6-gUV>T7mqNinFgTU|4#_9W+1^i*H!2Y2 zugQPo9y(D@U9py2ZiD65Y&Eo+DtvfL6`0+V)Z{zqiqeQ->-ou2s*P1&sg1ahm#~1! zN*Y*(h>G%n6HRnsyT}wvJbFHr#j9rgDRCJ|Wpu^sQC>cAh97^+ryRvje{6%2ES2bL zmGPiY<#SuTgf$0$wK)WIgH7}-2gk=UJt9rbr1HZ_wiuN4qj?00Ajl{>1#nqm@ZC;u zTGvQ%=b?tz^%iYmT9+VQ|>0h;#bV-*jK>o97_6+OQkbA6d;`$NeY$OOd}p0^%Y%kk$i zAT*o&ejvh?eFdBu>{6RjAQSQ2^o~Ki-;lAv`rIv>;_`dck1ABr^1NT|L)mlK4N{z| zIlY9Ryli-cPhkVF#1x(0%u`%G8i!;SDm zu;0&z+BW420|O}|{*WkcfL2yTA@PZ| zzeKv3f~1|IjdLIxQnx@CUi@hQ)u^C-&A|_GF`YJuOzMn6-V^REn_p7qVrU|0BJW}A z;3pYuIy>&`F;;MHCC81E)0|b%+ArVz@w5XIY_IjuH7A-My}g16eHyCXzoVn+ZHxQE zJt=^~Yr1V>%a?W>;*1ko$T<;d9V@-d>*53GalcazR7!7@$@A)cUN2M*Ce@WXcuLbU z%D&5DNnsD_oWl)|S5$Y8tR?~=-J?a&czKiXpC2xF{!X|)G{D!%9D&%893Oa2PEIq+ zeUYwKaf3~u0;PWZ-X6*K`1fWjI{`9zSV0$qEZ#gX99EdseMGU}!j098X5V8p*v+N^ zAdvC2xa@b}eX`bqVLX;Bb~_uh)agWXW*_>_i|;2nIT+?iPm7ATo!vszp~MxysiDe% zq&-tJRzHwGmMEmv<{~!%`LfW#i|y{#t)ZqifKaTR3;B%#XMgs2r8K$0#U>lY6o#O| zU&W;GZ^Tk&RvG`0XMb-7$Yi8Nc7p0hjcc)D* zvrFKB7s(OEH8?V>!6Q|zL=lQkwY_ys3u>Lqv2#r-6AX46c|nEa+BeDrZ%qqfPmdm7SyeHv^j^ZK&W~M~mCc z5c8)w#qdgy4)5*n`a^DgChu;q-57MWB_>7Go7X=BZsYRR2uTufTiT!Q(96=zl>UaC@|7Q z(}Y71AnSqFhcm)^r8K~N%vp1F5ho;&0`pven8fSKlVuf^pc)r~pt*Zu9r5n&&TPIE zYkPZJ=i#YJr=#@l({KVbTn_?BUVkERNt}*WHvGiiuZO zLPBCbZM4MQTbn46@x(9uR|dt3EwK#(TAWg2tm{!#(|UG%Em6u{dBFSln;o4I5R**cY-z2UJo;*8Y>J6Xf7V}Yj8+hgXM)nx(p(xD zC2Ihr(^D12TzWD98$X}Cq%H{&zUm~%IG0Tr!$1d}uZqWuSywl}$5e%K_LvZhBLAnU ze)&-f&TS?Zq$`NRV}s`5;lcgc!Wd(F)f=;yfZD2u*!gZnIlCcW=|T(UOLW^~IyNLC zA*J-W8+3=f-#+c3^@d|m3u|f;WTh|Yf6GDn44Wqszk3|)unlCMp6d^r{b65atBc5> zikR$>ueaJN8R7Oy>1P}BkZZj&$~^P4zgRA0bBs<6*nEKUmt>FWg~f7#-Yi@eq#@DV zk!UHAwZ8F0I6kV;Z}$BN(02@>1DnQ1d6ThRcqs#b{BG(D1X1UUmnG35^yikSxtZOH z2Tj{2quh35Il55b8ftY^9$dVA>QV@OtsFgjL{hp>4f7`|-=tp&BF3Bb5Un-g3dKE+ zPTrU6OjX3C{sLS%)KH`p6c8XoK~QBSqeeq%R8@Z%&oP5UY#WGmatw6}DhYx9m_p+} zLBPRxy|Syo;BF+sq4iR`U_>~)Kg)uZWu@KF) za#WieeQ%|@?tUdouC<_s(+#~;+pFpx9vhvz#)p^fo-Bqw{0aO)a=+jdfDz^=_sUN5 ztnG)rZih=jWRJ4^F3(G}r50oI)+W?^HX`e}3QZgZ1%;{h&U6E1nrncSE*mi(PH*;7 z!SL1kBw%>>8w;;rT@D$UL0~gZS#i9t0tE%`;ctU8JGnK!y=w;oB?`EZ$E}1%-t^)&EFqbRI+o7hO>)7(`@{GVe1$3$#@LKcfuUvQWfL_H+)c zi|)j~95Iae)#@xFDCoEH_`dnHTLQ%$z)J)qx@UrBKHh-gBCtEq!sU=Xg2Ay=!h-1T z?T3{byn6|y@J8dV6V&IH75*pkOl?y7@4PMRWF1v|o?}d4Iq96N^wZKKtC~V2~}5 z1}%;aOA)|$mK{7NNw*=_8)2QyJh#&|=ybsMR^+!^Rph#8f(@t)F zinjR7k_Zr?beH(y;m#Ct;Nv*@Rpd5~3d}TGYo4q&p`@jyxo`i;DuC=NQr?iD;rxzs z$5F}^tn7GQXc}YGtAY#pGa-QpsLp9q}_FEGxyXaD0 z?#I&2>zz&k2c+;kh|kNxPBS&{?&CO%K;1~D$%+9KxXy>CIebEt%pkhelCR*KCo;-9C}?SEr}*|I{?X{fdJV%E=h*zxGyER8 z^$UL|76WK&KcOam6REiOWeFW~enEKRTkz%SdJ;-P(;A3Pwf_0^z1gkX5_35AXfI;Z zt$Phe{d^-?sc~D@3Ue}iapS>Ucl`7xVjzA?uE%HZ=C2ufg>4AjUE|HD(dVjrlfBLWUv)18>15$>Dlw}d&tI>uYY6FM8 zG&6SRxb4Wm9H8~~imGvlyc9gk2*F@ItuTpks$tn9aYD0WI9BGWqP#7swtec~1qdM` zF^zd^x0|*jFQ8Ian%Iv#FatYk80l~7H}%RwVxM zBx1RuH!u!?-it7dGKB!~Jxp50WIp`IMY5zu1(0?5K7rt*rn$&AsR2hnwDdlR-?L^l zw6t(XMBb$wKY?7`Dg>e+6Ny*%Wk z@z-!)S5rj9U?{j?x#K9N44~7CHHHCM7R?6B#j3)PR68!?CN6Wf>Hq`Ra-r+=Bt05P zL6-+s+&PdE%KmVgEEDLR{C*sgy9&1>$a9r%aMx84>Z58!yv!m&G|z0sA8G{~~Cj62s%euC7XP*P9lQiY#$&FgEs^vtHus~UBR zsHP;68XoU+eYLO7+DL&6Bh!68@-{3znH+J`EV&jLPixV%l^mDd#dtP&o^rS8G3%nW z)`9)JAlsKnEHhJJ^||@0dbg+&MyoKqMM`6L02+fGqXAir_4}U^{*ftTux7h0aC~+PNCGwytJF0j(2&Z@f5N3DmGRDt zInUdq=l-XUWHg+c20HP`2b>)Ns9*TWq4C+sUz(Tnr;cbPd2>4KnM9n96f#W8*bTV@ z&Xt#SULG+EKt|V)r&;bOcY;rpVx7Mb&S?L z6-pR&3zKt-;xmgVxL+1qn@@1fNzF1@_--%k*+3Pt6h@n@I~CnArzW!NP%^zq>M-?B z=+v+67xR^S4_khmoog-9-pO5_x?u_?#At!fIIex3(w>wKtg69UI|uK78aNW(p&Tdc*DF{X^sNAI7M;mlt{B?w+^Z+!WAl&1{0{i~h= z)lM6EsF0fVmuWO^p4;G(A$I}G^ID+;&7&79PRo`dw=J0383VtRgMf;ML`MSp+5H>& zyI@PRtEDc2#Wsf3?8AcE%24RLiy|2(Z(yM#q2rzCi)~PCC2rt;@K_1%yrkpVPM_j} zogxm)WwGg9A4LUlH7euZUpR!?8Jn8t|AO?^++c+s&2(Dw#~jX(tS8-X?fnEk5ZMhfZz{6yOs5ir;N>iFiRIB^WQ$XfOw{e z!j5B^dgOV@T?QWLO)WzfG{#KM_Qm-=JBc`uT}fvqB>Gm;nWewuOm=ovA?=JyExkWv zmT&lsXJz=EFt!p$c2_Ob#M%ZG21Y48gYXmA2zs$tDi-VY{(2`ok0NP=!b&Q|lMk4< z=3=^qh?1R&9ojz|ZK!Z&ZO(TI0Ny-9`~%VdMnxNDu_eKNjgv7lBEJZ`8OH+=lF*4< z=3oZQ?EnsdQScJ{ZCzu3<1-lmW+=X*ht?t_!C!H-wm?&~EI!2pq|r0&g$c_{dKgOdsjC zDswIpy(WPLl6;tV%V%Fdgp~xUHeRq$uYrhOZvblOUSJyUTxDdLMCnu7;HpV3-;wA= z1|5}inUn|_r7GNE;?;fr&hy!H%)SaU*^J~`IDplATx9lpg#2AxCdP`?Q?1uh=XGVn zeb2$g6>?J?h`!y}&4hKj6jp!HEBC@MfHJnSPtk>d)eUcn&;ONQ96t3)%S#XkoP8#J zHz{^bGX(Y4XBqno(OWSj6zcSSt4}o0bi^n=bL~75WjB4i-kQ`GeXPZ!!Y~r1KxTiS z+hSzXKiB#-5bSHw+cVu*eNJERg3fH$>wnvrSRa_HOS{zMtUrl4O82bkAg>tZ)7t;M zTYD7gi+0xQ|1J)PMzYh=OD&!8{Ge(PFTjx|$IPoKFf|pgR4FSA*kRBAS^fNHp(#ZD zp6}j`XL2jN4#@Uf-{OYtCf6=o=-p@w;Wr&f_hW_q3U%@7v$X~e&w?}|C6ui+oe$me zNi|ZyA?Rc{bX!@G&yRmMyad}jzc`pbMv9c@!m&S<0p|4RxM@UgiB{k~2T1R*+4(Di zK7V|+sE~H+_?4P9DiMqf90luZz zGml}Uwef%fX+#lObGKWby3&$PYVT5GM*`JW2g&VT;ML6hP=v$8>D4jr`$u6R0=SLn z3A_ONb!^oVebxQlsqkZ#%B}sA6SPE{>aQQ$c!5`RqrDo=7%Z`ma8k-*vG#Fydo;e2(LMvW~>Ve!MUI-Gj zOy0jk383eVx07kKnld1!+w{1l%0@H_n)ncII&+(t&R>r31NB$TAhl4viw_$!(K_C& z_d?Isn@qFKVf#%^SCCsxdIV>0^x5p@#8y)am4@ZMx-7Gi7HB6oiT*9Co*GiXxK=L> z=r1-y2p$}`HypKt5gY!g`%438?A)urm1>P4KO%iedntB6|sYgp%?*1Q%7mCYt927`%CsJA zgh62`sJqn93v;^Jx(5cG_WAeI6<`&$M$v{;Vmx8|Q3sW^wcGRut%qnB}GW;)y9*58{4 zTc50$^hY%FZHl05_%=ShmxIS)NaBi|h?fuoK)WAyc6LrL{w6Ji*h66$t+c$CjVBY% zuZelploEcv^Zc~g;eqVOw;3h)+WP{Qf+Qo4)Jst3Oo~DYyO$lggkRz!ZMf6V()4AmNgn=Y-!};k7l6?Y-P5i%dc8Ltg9n|{hz)lx*ekm z&vTS()RTOhy4xhS;L1vA@yjJ74lthzP2V(+CyaBueQNct0TshCe5^B)m%j|FU#idN zbz}Q5RB*(Z;?YXjk`h24$qWkU*~D05*z zs7zU#s}a2vbw8;0OQzX=Kpa6~ME}V15&L>Q|2^NFG;zmhxn=?LrEAkJrd;J`nSDDW z6kN8-NA3DuDj){C4BJO{it$hB-s}RH6HzzKHffQ9G~Mx40s{f%f!i7^Ofv14LSdPx96nSb zB0RzDjNuQG)<%D{+#S+8?AeDxF-%tW11Hh#rkP0TYT z7Q$R_gF4k4qO`e+X|CCb;u18Hz}-Huh5B@qM_@c3?{$1pf2^PrbdT*0Ikr_1%&@~T zgj|Pb?8TQ5pKmBe!*=2yA&fqsZCS5tN#ZS%5c=9aV85le1sR0u^owElxATT~AB5kY z7YVn$P99jtOjOux%94{zC~>6Xo&0D&SD{V^l;)iOW7Zp`AoF+c#!djFx^|;gVyD>1 z$Oz()K#A&t3QFcL3ze@DjR~r5@CT+5{(YBikSRA0J}3JJ=V# z-~IIToBvj#qEm)idSf512XK_Q@)P{*WlFe^Mm_e&jIEtK?kyp$tp6}d&%D2e7Tv+! z-;a_zg&ctOINO;9t}N;>KhFjdOItT%1&%q(=sR=!2173U&J_2y_>^~ln6Qr=9 z+zwJZxy6TZj-z7YkEE0*js%kjW*48Py^~9(gYE-hHFQqmtwcY9lx7hMwUR#3S603t z<|J)>a}bX3&i8qwG@alwb0WE*wX(AXcl&;nCzHz>>tBY7BGy|Aa6^DEf6l7G-`||D z$=Xb0@rKve*Jr7iPoMbnYl`P1RonGVq85dFj zVa&!Z?EP?U|M>iH5)m1hcn4EeRi!d1hvJ>8*n5QXkeK71F|~pjkf0AGCrklHaZ{Mv zEy}t6hR)5zF7J9;Rjb!!FYb10T9Zajl-St+*_`*9g)sQ*S{9X0zsG=d^>D(m+beY@ zI9mfWR2w~X_9(6=7nd7yD1rAo*{%#2yl+nW(f6Jb$d1AYm6fJzETuDU#8%Va8TFzf ztd+fn!r0X;B!}jW3$G7k{iWG71QEGbc`1hpaxzI=V!kVb1J55h(|9pm*W?DB!F2SG ztH`o`D5sZxqo-cVgC{}NK=G-v_uCvs+!2x4Vxj8oV*m;V_Twp^Ff!c@YXVX{ke7Gd z8bI>jSMmy3^c(tF{xJorxk9{+Pkv{lbP`?M;W-+F|eh zYPkS2E>hjJx@=baLi%&>!&18=$#rcme0K`=W|I}yLYy!8k!^avTodXg*Zhv9V(jB( zPs#+i!AokL%j>v)U|`yHf3BF8F@<~R8eNvr6+KzHYp*!JTeu?WCJJePqas7m%cGe_0XRA zB4dXtx_8N4PuF_?42Pc+21r%p`PPifW=@XqsKWSZ$-$#4=8%l$2Xc@9$$92##VNNs zLf@PU`ja5-ip|&qjqh36GtIi@Oln0 zmDRAFP@4xp9R75CQg*Zb`9y%3Y!Qv+AXx*pkP8TTm;e-GK&|+nts^=K6ybch#D3}S zETQA-dTFDLg8t@6a#DH&vV+>Q81B|Hu1)@f7M`!!y(0T~N*TE~$DD0d>3Tp`P=?aZ z*Z<|cFQPuuL($FzD(Zo%Uhc%A7F*~qo>aA$@Z8l%WtQ_ho=-kdR=UIR!~NG_Rny|} z_OukdxWh|1ANNUOEoBc1>gVrzP=jic&I7buRjR7W4bdpU&a%(qq2s2HcZ7jsP`1Y9 zWoXpCXo?T{G;#MeeJ8TPiG<#Dh+}k^&ZRpKoU9Sfgh6;{L}GeMN()+uVyal6v%fb+ zFRm?Bo`2-%fuLcYX94 zk}O?)dOW4A%9tg+V%jfIp#H#2qKO{95I3%*nM{_dH_-OfN@1tXhr?K+P>@=}8q_i_ z#Zu{fyD7!T3fnF&tAq>F-jeK0p{&K%RB2@Vdh_lE`)oWHh7t)q#njfGm3KRmIihy` zJ7jMee7{+Jn=eajRbG*ANn?ika~<07f^PGn{~^jzf*SfegK4w5=yA#Irdoa(Rg7y1 z=q->Dr=+BOe8krPNG)jc9zTA??=_O^>39oyxH&Nc3jSYlb4#y9?P45tY13AEK60sq z;v9he531ANe%yVLL(&bsd&)Eu8zzdl&Ir6fSlm(@;P4@Dz?F*{ zVKU)3wWNXDbRN;Yv^GHT72xT6otJXEI}WwlKkw^SIWIi%*G5G5zASwC;GKX~hdO-YgIH@pZaftw z?%~2hl<_mM)teu&H>)&1vYICB`d0w?7Wxk)vD?{_5QH?}vuy_V)z`}xE>q%`y2qFI z=yXEt`L-x+;!Y>u>LL4z5q!v=c8lTif_w$mYoDeU<`Oy{0ZzP_WM9^iE|RD0{GCbY z$RwnUif4~(qT9=mkfoLBZeN%TlzgpPLq6vn#DDhUZa&~Jjg)^MgkLESsD z(BaV$zJpP5ebJwhKYdB-Jg<#~+VHNpdN%l)ao;t+>C@V*L{|JB{zG2OhOa9^8=(cM zy3WZITOT=_MRwMCwxI9nzDSsWw-p~?QmuDb?(wgV{TQ@pQf!8>e_++GqCgsV?RM*N z;IrDc&vqg`;yHnufDuJ~+yGXoq+-<5HT}6Y7!e=6z4tfuKRz84260wRGin zoNOkZ?{(ncY@R>Q19ME8dTkqfl=MKc>?)vqXb=I#VoT|AKw{2N@@+Upppqb0-V~S@gLcs732r7FIdst9M^4;rClm9?l9r5NrP`FY?XeiHM0116XbU z%w8)Za24{t0q$aA+1T%O#)!(UYsM#}=+s6=v2>Y({AH?m8Pl`Gv?_+X1|?5->({24 z4T#|713FUnLk}-8bPONYR6T9X??&U7PDbyUJ#!2A9JX&%vVkf zqj29DqChXhwpZx229C3%wWn}zw*taBg5r`n5x&3nBxbls#U(R{?pb?J<=Ep55AR+X z{1h$Plk?_!6Q2eH{p355SLUx%ZJ~Q3>!KR5-~?q-hw;1(2fg@`&9*#cq%iI^4A`mWSFPFG4mtL-=uuTNU~I=hb8C+cy5Jtw5g zRngJ>f<&mZv0J6rgMd6DB2@BKy{mx_;g2A4k?*l?u{I+vo#Cr{UEkZgT3<4-Y`w`r zwo>Vbw~-fSX>7{-YC!>8r}Tu}>R}bHe=zmsRmJImlxeD1a+}$`m_ie3yW7v8+gp!6 zrvfKnx4F7KGs_^)2Po<2ZOfww`;X3khT7k63OwQCu~y@@=hH z;{!6G{t8!3Xx^4@ViKd;i*OvT^{28VZ}ty6-sM^)$iN{>;MaUZXlkm!GCx=EXhxBW zas!SH;m=LWAU40Q{rK9rlhBm77tOVXp|QkTraL3O=_0<+pWeO_j~OO;%*82;0SJ8N zAx_ZXnm%ib;`r9J=+mou`*RsFCsarMjkw#V%Ur5Ojn$ajS)KQfj^j_U%li#5toz@a z*-=w&L@u9REVa0b;3>Mwgr_#wam|DTrZURh*nIT%J>!(c&&zs^Q3mrd2=}Wl^*ikW z?zwEJ{J%6k230@Ezek!1wz623Ar@>*N`Jik=PgYFYGptv(b+C{2zEN?D;{wL> zEWWylvYC}UECjp5vF9DxkC>k!G8&^rs&FvBgIWl04o(l}zjEjm@~x-i#n^5h%+wSz z0E9oU06fgU%mN2==6dl%DT7fv8@1f36sDy_-I1CHHh#A7R0>HT0|?cfUH53E(WO1r zd4DB%+suf9oAT{kf|$MC?f5%Z9;q9f%P{21Oc31V__Ce1DhM90-O9=#AZqkPlYKg* zt$@}=L%w%?nIvxFz)b%pH3CgP3=Zayz0rUL_3#^-{AjJ%{Y_h|^ zKhm{2^&#md*Xq~Ws_Z9Da51i4%?GlS+1hm+ykR$^NYX~|a`9sAeS|BOa1MDF%=fP& z3EVG_rWH%Ct99m)E8n3?oEO;NQnC}^oAH=l6)P|C6<~J>wU($@Gtz@vluriE3rO<| zIw7AlD*HAz^78&pM;Vd8iTOkx1Oxa(WM5xjD_iS6v!4Wy&J2ivNuLX>R3+!T3qVc( z`U>E#c53a>U2WoQ+4Ybo-q(3Li*l*S+}VH9F`cdIx;@-?d-P$)AbxixiOU4jSZ)Hh zS2{n_mWoR&*fiWqHt}k(f}!-%A^ruot%Q*@oF(nOl}fF^;n6{%PQRDc+a_iS16q6{ zp@t-wok0b3^+$|0dw7@R8?B86`0a--y3i5@1;I9Dqq+NazLVgulI^Cy@>!*ybF#-M z`C81#-YV=_zN#`@$5Fp`?|mIlb9**mxEhDv8^3q6ZCK@hOqNg#PD2c!QXhq&ZyuBu zxJoM!RHlkI+057ZL;U{TFldzFFAu+Cf09?RF5%;3FW<#B=2xBKxzCi1(k?B^uyN?E?IC09rEQBu-|%I)uZ&Myzy^L`nl+q7C(i6uhfmm zACrP{UN46qVQ+*dmI`FfS4S;tFpbbamHn7MOMLKIRf82LgTv`HGR)DBI7LDl!44c| zFp)zv3`hDxRMhzinK79y9$+{hO`iQ{uYgt=hZXa&FgG_&Xy9aIqLxOmrG~8`3_4Lh zp~riGa{dU7kq@heOGCfdQr~-2j40HJbs^ypd?35F$=;2=6{NX+|5Nz(%oLRR!Wzm< z7>zmm8!<%iBoaZZ?^T;SQ&sjW3}GT2li8|3xwz$s#(h`ELlty;BE4<99-BuON>DD- zP{Hfa&--s%I0}XFHrFj6d(e&%R8W+yDd1?Qr)5b!%z)jbY^SRP!7w*lBuRTEJBZ^B z@%&Zcl=EE8Te5!d=H44wqcu^Tp9K-I`em>W=lj~j$l|O?7@bZ;*#bPF^?i8!P}i(P zK^xn_iPS;<5~|7pI}Xl|%*$v;xEUB@P+Pf3PFiAWYFK|TN;t#!{udLx>Fg%Zs2U3W zU7w)z_XM_YW;+sdE|1|M2=yX-9q$Q8GYG#5gXTxGwuf}ch1#*6`ldwQ$~=*`#SSA> z+nC8{d0%=@k!9LgOt0$Venn`ZltfCG0MTAqg%t;Po$BzSoy~MO^3q5>Km9;Q=n>Px z&MFgRfCh)>nZneYI2+AqBIEiV-s zBG}}(m@ud7MSoi1l}HlM!0a?xu6%=D9NJ@cM*ntRwYL+!eXCi`zy9nMg9nT5Ts7kb z?OTms-CMz$w`bGMR7hgVy7WNc;JJohymxSyXT}pth>Vh0C_>Rkl zEv$PH1TR2jrQPsR=#$o^0K(?ACwUd&GBT}z4G@1Je9=1LcPI0@LLi(L3)|qy-u31r-22dNjS;l~D%?Cc3PBd_(Y~Z5 zkW_VEV5;jUadk-;KpvqFz(oE{5+eea&$l4T$%ze+aXY%Xg|*eQ+oap{x@J;4WRGD7 zJnEgCJ9K&L^%`XtZSeT>G3sWDe1YjvVMw`bsjNg`&K#5%+RXyxH3n)JfKO5N@`86H;&j zVzkMta(O2?(&n!sY#h^ zf)KvW&ZtOobHbn=EMc5I;Df)S6j{`Ncm_FSpZ3+Q+wTksvY@$^S5_3Z8E|{l62yl) zNl&#=U;#n#yd>IG9xA70d!ixN_hFy!ZO&aQwHgOTos{|NJi|I)GU)v*vrV+c)kzP? z+PenVe|r~?73Aaxv1x3ojs0xl3W!mF^yATo&eq1x#N(Senm&(U(63jPs&xbOZw0S& z7!g;51W$epoZ|CnTGBpjUc_sfZI19vYpN%GE$Mo`KlsQ3@(BQh&5(APfXIZHQx)Xr zY#AV?5xlgdeP^&rs8XrPVo|IEFOd1mv0M+gOCfA)82ea0U^RYR3erLal5L)nU9(x3 zDsINr0S%V&B-)i}U9`)g8$4t#BBfAY%BD%;R3NFpqySY8T@6hV2A`ce*Wm`57xaTF%SK1L_bVLE)x}NK@q#*5w*FGf>zam-ul}oA;^nIfWqmTt9djm#J@I zNX-z2Iqu09bDQ>twe!qU)`?QpxtLi8iE@Om1wYFYRcf(Wsi0Dg=*KUc^769SuA`%R z@rv-hZ>qOX*>q&Ix0}5dqK{q+_S^+Zzc{;GH`3y_4xT_XomgQl?ADOL|cxNTmd#em;?Y|DgL-4u75O?uG(x zZ3gZM{EgGMS*(e5-W~ng0hUg{6`$(LjBV%|bG-Su(Jh365%YlWJFQIE8-?Zq z2bXVL&&AQF6Mr|N2@RBB(2b$g;$Dw)_rANS9b6)dJ^Nbo{S8Ezjse=tt2unEZ>ANW zJcQYzkpzDy=+5lH^rp{A4$ZOu3(B(^=(8b4fTOuS^1%Jq;QX>0R^F$G? zqYZ`tl@*&{Fh%h5SWu<@dp33C7ZWxVbF*-->H5zqIn=sH@$+G$AIHp}GY&$@X~+T= zKk?W4yuY*P4M>%Dy!HzPg@{svqQkqxXV!?f4uV;y5c@{R(CRI78#uhKJ%8+xGn`+% z6ai%*vFW^c9W7S4NabRyM%^;OHCLxfm?9c=^Avq_YT6;9h}IMPl6+MjQ6j3(g?OE~ zh?J=CbA8|{Nkw%jv;vF)SFIk}uTP(x;lXA%G$XC8Cn?Y>JCCsPdOwT^=4w6?zQu*g zU^g3LVnZ$bLzdT~?~i#Kjz$dc4d~JUVLnSs%js|57}XMR4+aggG=mol#iL+hg|I2k z6#X7ovwk>B*=*vdM)4uDdTfa?XcgY{bj8^xu4gUTxl`H^JJ5z~Di;i|IKzP-7p&92 zm0}7kaD;7yWx(<5?mj=9SFEx3)ss2op83@n*5YL!R?eiatw1e!Wlm%K^dA&~vsd!@ z?EY1hQ_z_Pxz!D})k~#jenX&(_}xv_z%`sCdx5NdV~r^+6AUSTbW!z)+;*l0`}a2N ztw+tR73vkkC9zvtX?=X3H`YlH^52E8e3N+>QgomJO4h#%ZUDTz!KZGyCFje1)r=vH znEOEif7Kux6Y1hKmiLA6>qo?9dqGgG;0_Ye?DOQ=jj6GK)?8jDVFJRR54$N};C98v zNz7>xs5^{}Ssb^(z0z!l20Ti~t8AkW-)7$qmOG$*fXh!{ifi~Lk>KC%FHtxzbiyTL33SNPL>?D zbj56UYF|Zgya_FekzUGDG3MWuS%SY*F?^#S33IVGHGFrm_h+{T8&q^J?a;A8Va-07 z&aoXs-8Mk02)u{M1o$Z2$&{j?M-bgM<_> zyft5(mnIC}-LL-Kk$Yrgh0nXK={LFI=WBGrYUiqXmN}{Zn8D*V{xkX^l5)zv6y+l{ z1;?(%%iGNsPO{J%*FAcu%RNr-%?1yQ(l3jM_-+%be!QQjnLaqt99p-L??oRg{TfA! z+;RyL54?Hlc9^%+Am`BaumUGWGLh5^iO;$JE^i=B2BYebjnZ?~zjCH?OXSmNCUVbP z9lM;utg89b|AU$D(qc_e4vOri%?@pbVcY)U^gBy$9wky(CNr4E_ZwtTP*8u@x&3Cg zpEIhu187LqX&=6dZr!*i`(R>F8_ai}5ZTz2tG7|XH(AHcOM3SMm*(tC{RmrGgVVb< z1HSSYJoNiosh-pdM7ONCenTe5Wp{43iJ!q|YsC2*-qrP{g`95VFZHK1=sJzeUpjSvwivevnPa3Rg3DZf3UgTMl%Hr?uz=SfjU1$a63NjMHQ41+1ZVoywgHbIy6#Kl(5kGi7;p(cKAqJ8v0vbViFM}90i>b z=$nM$m)tz8D7p$&`2^8`@FBNZGB3=<%GnpWB~J3SL#84xY0h-QpGA_h03wsUYX36lYA=)rs(Szy+;?h zBN1yi9~q82caam5WeGL*(gdSG#iT1iO-bHGQT5jcH+1x_+CmFR8AyKbZ?I_i^-d2( zVu^=uz;D4eE|qFf^GawcwVB*QHwW||;BY*7DA-{m4fTwR=jMloWN1_V&t+TN-`(9E z=*0WjN24}R6~YXySBt}!s&TD;R!QS;=|+>Zs$x<2F#^>OPa&L&^)II@9QZ?OGh&RC zkH&C8B@t@}1AgBL4FkXbFdvx?; z`<#?JL6~s$lhWMJ4Wr&qq24bDyPdZwEVTL8Y|gVZgA!0?7a6!7tA{Ij!E*}Noj}jP zFoHW)8Y4-HO&xQ*UO3W%FLHPIDiz%p&2^q*f4S*^co#PR&qmqZ_Uymgx*^&@l3x-N z(XlBX!m%Ynp5q;&l-jBA4!I3QY^NiBorCzG6m8(;o-)B|b;&q}c2^bV+h~usDpjiZ zJj7IL$hOI>p*E>uqX*4>T_x&HcEcRSupQu*S&>scb`pbMi(+L0Jar=-swYYZRb_Mh z+%ElsE=|tU3Lj`9e4znwz~Ef2o0VDz$D}8l_tAlcpBKik(2w5bKG^2wW(0s?00XF{p{=7d?&GuNLPb64HY(d+|xU0wZ>nRcW#FD zKF*^4f{Ow!#u@-G!0ae8ZfwjB5`q(3knXx-;I&bCZR_Oi8fHLW+4;pgVKRCe5f8Lx zA3iK#V3Q()4O3|OE^N5esCbz~_29g`yiQL~{|p`oxo0f8q7+`n-6~`Nq_x_G5jP%^ z&^cp0qmB}d7D7o}S|E;=)$LMM51ttc8YYIsdFiGTZC&e3x$A?Tmp}~XToHEu=qZr( zHZaVg9{*WN8}w)OzO!w1bkxID{ZeW?d zhAfJN5fZ+4ZFV-Y-j+os3ov{9Eu92%fcCi>(Tn*!h~v$oAURGv4Rz*6d$CqDxuk1rfA#@9_>g4o(}*w;@|tRq7~19q7VE5*{$cr-u$l=KK{{Z4fn17!5h z>Y7fN0YN1;o@Q0VE0|?M_*)O0>m!es(fN#MxWL4gvAq5!11;S`mbD7@ChEJk@jcnkvdc3(}pn{ zupvumCjxsgz^zuoNCC!SOlGSCyW;|u29^JHAmpycsLm&kEJ~PIwy)fU;nHdaPbVYe zUrSl@FUS~MH+UqGnn2Lau097Tq2-r#MS%&f*|?)!2P; z2f+Xh6W(3BnJ}r6r);3Tv;v>IHDx?;)Xd`;^hR=^fw7qhwBQP|wr~-hL*7*))+rx* zxfD_lZyF4{tvRuD*xaiR_b#jLuF-$u1?!eifF>4Gt@Y7NQTQshvAOwMW*Ra5CfkZ+ zWU7YTP=-`gm!1kz^<>pM+STZb#Fk53y!7MTo4#`--{^t5N<-DV?|z8uuW-Aw&&4zg zA+{fGqdQ^M;oW3nk@3pyi{dkabvHHjG5p%W;dGHxPd=mmTF5m^>)MF#?CbNW0SweWdgSFK`C1I(zVg4m~*3!+Xw(<&%OzqAH+{9c?I2x8`u zEj@lS7WQ>qr20~WxI^`GBI`I6BD9R_@IfRXGPhZ1{?+GqOt;l!(Y2GIB5PR*EM3tS zQFCC3<|+QytdA0o9#hD3)xZUbQR8CGz^W&>}#vYsjdLo*)x;VQyuZK{!;ks$((4H25=Z*uoI-veFi$OmG)L1 zm8?wWYo(h%-)>}p>#WL`Ah@~F@}4dk&#FvOq&%{Vp`x*_k%$d8US@fy+uCv1i0C9N zYNv-}e7so4kghl$_!lG*2aC1;QUd9C>t9bt!OyP~6_AdGF$N7>wgwGBxf|6+C7t~3 zEzSM6T}O3hU$tA=$N(3f)iQc(ZW)r~jrY|W($}yCM=8jCG7yLewoU{X0~w(mdHJE= zB%jE|%k2N~B-mUMcQD1NU1?CKhJBwIwJ~)(B*`wB$cvJYp*`;YJcdoMsRopYu>}TK zbC0I6p#v=S{0CBh>JU$?ommK%}QOo#8$Kp=FC*HYqdfkItC?r>+mR|0-u!V^M6 z=^=79J@!0dzplN?PgmMdv_mVxj!nU_vAfqZg-3_>&3P;s)G+%sGrbDbX75a@UITC zTh5CbrBpgLwIHX1V*J$06KGo{B|ZUxt%s9tHq}1`$594PgLXXts0e&=f({&q6tnp- z0dC;B`ue*m?FL}F`d5CK90YBi>Ih>x zTnzVG{J`*FCPc~8*aizP66%Gw^lk+zor!0K?a%a*RTFCkHPsWn)i}Rq+?jwLQHmk@ z^lA~H+40N4*zLkF%3G?8=ppyU<4_MyNF)myw(bqBZRo~^#t2$Tdpgs5^jpOye#wTg zS-e7$UQwR!6iakI@cOm)pO{P40XZ=-3L6{Sc&;$9@56QImoHyB6~smY(s42HQE*#? zp#3e)3houI@qtrr|L7_zo{ZPDr^8eT-*xF7tt?QyY+{-pU0}~>a?@uLaitUUKCb;M zI8ToXhY)crCCEGxi~lWyNvNEdqv72Hw9ljhCkwpr7itPl21VqaY7e7T;qBOrHKM+6 z->_I&Sv?+a+5em(aLVrKXlOP8cq)glqoZS8a$t!2^0yZP8p6j53bp0^j(olkyeX$i2A(Jr4ZM01MFx#)`6py7KNRQaA>jL zsxuJ%r%=?05-4`21U6{XTCwNx0D>z*V&XAaNyydrK>vH#;2JOMCB_naX=+7xyIAQY z1nO_LO*jFz^(%>q#W9oE5{WEsYkRQ+7N03ggybf3SVmqW_9Vgj3(24Ri$mwWWP&o3 z?~m?!v<_N6^_S3W$~s7@N5@8h@dG=Gu=_R>Se-JaR4CQB(w4mRiE` z==Bqj;qE`_qWP2@{-H za@CGL5=NlWV+=hy8-h?$GW~%K7st03J6$sJ#g7g2=vYCgJ2t3YBKwqZ#@lsJ1RI}3 zGM6;N3?^(&T?`^C&&r%=SV{&&{pmr!wIb*-ukh6pL^&y>#Oz3LtiuMKBog)Vt!GQ? z8XA(+D2~Z7JmIB&h)-fYhH{O_v(GTWC{UBWZQ_#2($(Cb?WDp(wTivM?&!C_whDQ_ z5yKY5Lp^Vcdz^RHr-i@^?kFO=J*y(G$y=g^>AWSwZ$);WI_`zU9rnE0lT09JhUy*) z1rOw+JB@x|4_b@~8(YO(dgY5_`NE6*OXgC(xGQn`Pb^J~HJm z4lJ&KR-FR95z?~+^wM*ibVT5i6ul+lLah)B;@5^&e&x@F{987C95!ps-N;JG&Ho` zgZWAWVr6Azf>*{MfRX?i5XRDPbB2RFY(P$Tz5>`&qjTxM&~Bg=BL-6*FhHxW1`7x; z-2)9zfUXZ0%VwpgM=(XA^lui6;TYtQc#a7~w4pIs5Svq-)0oqlGiVI7LYbj0w3ix^ zVXvgJ)ROYf<#UplY#kUJ{F+3(bpmAMe``)pPpc4i0+cJ8KYoOv5%Y|k00Mmp{)SyX z{0r53;ehL#?T)6Lf6I**xknUzx=aGNtzu9;qm5pV?#TXbARyue!4maHqJ*>-Algtx zczSq@7;C8@p5Nf@q-j>`e)WZ?Qi)2eqc_D9$8qB59UYa&bCRI!j=*&F!=&B{l8y-* zEPrq<0oz7ULA&`ejEwF@-+Y904Jd}wZ(W9@-(eJauw#ETk|NDRzb#}rhw0MR#WZ!@ z9zyeM*sfd_<>tN$z4r4PHGEW*mq-2wcm>3hPR<8K0GEem55f&pTGhOr*E0H@MO@dQ zcs7WTcwP^BR8zqlDA&eekEW1+Rtu)z3X$-`R6xHgF$Pb(aeHaLz6bx#{$g_wXrIqir5K!%pe5>x8yhC4+RUqOPA6nKJdYfhq<>Y6U% z&*vn>&J}>q8Fi*T-q2VINPQ*WjV8pn1`4-Hf3M}BX3^gQRZCF6S0LlR73Ke<2LKTf zpq_pA`?bF<0Qe0MWB2(@vXSuS_m|KA2*dvc3j6zyA!V=uzeU4nlGuW}6aM<=X^MZn z1}KpG|9-a)<~PMr&-GuQ7yL^g?tk#X;a~sbzi!`u*qO&g6cBO3zpX1fNk$xhbs6Zu z)9-%wy!Z`M1+Dz$9Dio+f9?U~|6y$Z!?yqXtQoO^?8N?crV;wdl3R6Lx0!m|L-!S|BJCg{+ny-e=#Su_#hrY06k5m3phB! f{(slUuMZ%w`F_O{3mx?!;ODipvQ&+PanSz(Df}D8 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png.meta deleted file mode 100644 index e63f184f1..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_miss_red_beat.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: daff74cf470d30d4daab839b5be94555 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png deleted file mode 100644 index 8cc632eaddd05f5e6ce6873d5707999a2321c50b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 59709 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png.meta deleted file mode 100644 index 053ad7ec8..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 91cdb1cc58efa884d8e99e07ac4927e4 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.001.png deleted file mode 100644 index 44b66bb613e1f87126135794c45a2a37fe66eb16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 49043 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

    ZYtvExmYs!t`7@T?+ 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 UnD7EB0Pyd&%3b9$MXQki1K>ZPV*mgE diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.002.png.meta deleted file mode 100644 index 5cf1913e0..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose00_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: e65ee4269e42b1240bae183bc6f7145b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png deleted file mode 100644 index 86643765245f15eb6f7dd5dea4fed9e3c6e8d0b9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19751 zcmeHvc|6qr_wO5_4Q*0{HVR3_5Mq={2yL>PO4hMd_H~r#Q<9RU$WpQn#yYlPNKy86 zFk{V@WekR~%y!>nsebqV?&E&%eLU{HkH@{=zsmdlp7;Bl*I8cYJkL3==ht*Kc(w{| z1pt6Y^UB2=0Kg9ZmmS#51^zSd(Y^uzSEn^Ep1tyAAG*7B$CYp+t4myO zDpUQ>`fs|(b&M-QF#Jjmf96j>KmTlk|C8MZ4<078$ci24V(hNo11|7 zXL>*durvc+nPJ`H7^niT`18dB{%kXYRmXseKMxFmf8GJW4{ZTh&#%9M_2)i7RMm$a zytRq-s`X#7zV+wgZea83uU6l$hFE(E_+$cf{a3qzW>HnzcQ$}+u<99XeA%3Au$lE- zVhxK37D0?ZUt0M?%CG-*TDPw)#~PI^mRKBu-(oGq`o%2(izODr{|&9Hyn(k^t33?( z`-6|5rhFiXKyXp{pk9A&|6WUwS9XAFjTz=2W>^dG7b$BGfGhexmd1ai^$!E_fZD1I z*Tk~2Cek&@uW`7#nu8j=z~;^1qH8rRMq@7k;B%rXtE~S=#Q^29K?*34|5aN5(i~6+ zK%uR22rA*~>ax}z)U<=E`nI8^f781D081l|a08p3f{SiBhFq4~#8RM^p+C2O)AyH_ z)BY!w_&=A%f1vd*1~!47;BO`VBl$H&T3t;(=p#T)4YUpeukubBKRZj=f6e|;tlx_9 zpKJMl-{AgpTL0KFO9wy-)|GhOxYrcpFD(a^_>bh*cmvsBX@nwh@E|B8DP>p#>=5WW zszOCpWw(0!w?p{L3J3mZ`KpNjkn%s{Qb23^i`G9390PW2nCY4l|B?LPX8MK$VE^)r z58FyE`xo8cUt0cu-~Dwj+cCDXu{_KCD(j$W|3%;5R>=JCdgA|)V*DkI|LCe$&2D|K z@c(V5ti9rI#rU(CRD~V@*7lk>(!c8dHng0Uz7KFC;w=>w6(i%~%zmVq!*A3Nh2Tz%D6^i$~Bf>ZF-{bHe$^=xDp(z0$d^ zleq3z!pbunP7Bt;rp9B~;PK_@7BRayY4(l`M@Vp*dFItYwWQY{eXq?N*FAoRR=K{( zT>D~-@yLOrpFe-jDL+&_JBurHRu+QZd#B>s>6-OOR@Bwfx;IOv>C8lDWQq<*_e2{sz37f zKAeOqQ?$U)7eZ=?1L*lX-8g}5nV(M*565?Vqa^Hvs2F^h8!FRpz^;^;KJAFOAT__W zvi`knz+L}Y?sXefJCqbNGw)fdir{moCGJLgS}&?ddyn6uHsS0IB1^0FZOAf`z?2t4 zGe?G`u@(3@LeeV{xV-18u1dk|b%M68F50#&`7~o--HbL%_dXZ(L-%(f2`5R8CS}P^ z1Q^e458!yZ(KFnu0=>P;z^{Tphp~#N@#WflnL`CkJ`{mkhp^V`^?DvM-aDKsw2lA4 z{8zRizBPZMFAt>7E>8Cd4ianpAgKgmTi5Qa1Uyc$3QY9sUr#ReHx4Z={5Qp(3 z`)ubF5r+Q$tvK*&`_c^*TlF&^H`NwplfKbd#i-981s3ZOwME(|a?Y3C;|9uZLvP;N zaoo+JaVw6HcMSjQGiADneglwf-oO!T;y?xpYJHt z?hfe;bUMYs#-wF4kRCgkXSRI4V(jGs#jxl9tgQ)x#_8YbglREG+wZscNPN4i>~hik zcQN{LF8}w1re>qnqULz3TVH-8cT}$2T-jclWw7Y8xOtCT-oXtvY7QW3UmwyqiSjOR zp@d{DYk+GQ=1Yy#`P4@X&^zKmI7zNyKg6cCKwLRsVC|wh_s=J*gWH*gpp==Z>w!gv z4U8*`91p(kyT%g9`-6ntDyJ*@%zj!n(FcYkQ#z2IqK(#dZ~m$z}M z@iI-ajGv}En^kRKG7X2t`Uq-zSKUiN`4Qij)ax&yYo19|h^F~goKvW4 zAL_mD5Cj522mo3S+%Tt!gZCQx42-m?Sr*5CoTe&CoGKs(T&7ZzqLuw;*P~8@eK7Yt zD$fI2He1$mlsJ%K;<9*}uvDd8bE6d)c;?TW`KtazDpGReV+Km);)S-qAd($VejIUF zq(G7w_L!qhL<34|PWbI-bWv3PX<;~5A;h}zz=rIl`1<2pWI%nB2g2|7F)Wg_yxS7k z{k7T-Qwfp{CG0N|YkMzrg4R6l({JJtAiOkJd}k-{X*VDz{m5o>v+v%Q(6win)>Hn!U{(3lxVR4p_(*K;%!rSWz^pTVaSo@! zcF?!_pMUZ=&ulE<4d1c_oJpm)tVM1=tquyLZZ+XkQ>Y4*K}{;yVIB7?_u$2E<#lx# z8oY@vW0s(|Z0T!yrDEqjh~bDI-c!P>cF86YNSJflYTt(`_FWlI*`N?RMRUT^ao`SO zxnPIOzgwn+#}&#-o&ao;R3PXjwPha4^YC)3;&1P4AKXkvN^6sHIET2qczzIj#mG;z zm?@pV3K&h7@CKHSC zPc_?*zET{7%X(>s88;T@^OqcK2A$S2dquoKljL<^W)f;{Ba!|E2KxYH z{~$y)S3`?B(~^ugr``(X^b$#>c*T8&p6c^F>Zqml!k0;3e90Vox4Iqs70t>@J-7PR83WRybPDgjQBfYyD7rN089`(@y;_lt#XoRCJ zPVoDyYhr{r&@`x@ePeuwIw(zgk9y*B`mnCsN77o(HwCE23CvyW`+mfeAC?%@>ql;& z4242}%PTCR@vvTo86nnFresopwKFPbD@tc)i9ebq zq2`JVq3?@CRx*N3Px!-ib=1Sr1=jz zrObHp&Qa8O!rLn_`dm&2dg?g+t1DA>NIC&$E2TL7 zktJh+{KD#&>_*ScvEHmJg0}B&^^|n_ZN!fk`n*Zq*>|f(Y08n8o&`|+zo#$J20 zO+1gH&NU6ko(qqfyVdtwB#Cz9(FU|l%V97i$w5oU7*_WX$Z_tAF+WGIM6DQjCW#l9 zm>y$)u?NUMb635gFGbAxrjqxw8N$G6`*+GeZs-Q*MJO!rarrOz^)IN< zbmE?J{9Oic&2KkbCa+Ct`mat0-q|{`u1Kvm$mGcBAuu*);Rj6y;0osQ>^oHv4asm^ zd_{DG+M7F~zroL%w1(dL8q=D~5h5vTr?5FF2!IUr63S%fGG#a=r%rS$2RjLR#HQ=U z(ng$)xp1AQ_cHyKCh0_*nCY$O4^dNn?F>&gKvfbfZ>teDM+bS0cpl>$Njeu%IQMR2 za~V^nA_g9Fo00{akpb@Po>9W}(hVat{m0@FBFpv#dz{%XZUyQbMMk3+*hzZ&TD7Mp zJ5i;vUUn9p%|hI&x|`!$nwbBbN43BgWLJz3%J^io*#}@puQjtSIc0UBsp6s9&iww1 zqO18aRCl?%yIbDn*EP6d$}1gV#B*Xd!&HJpZMhwcoGxz%yrISu(fN(-?%a~J)6m|l zhRu7vRFa;R_4U63J!73?^7&Aj%er&Q<&WMdiKA-*dv@Xq9r1!8v>X3mySB+3@PxYb{5D-ic=?nYd#iRTH_hPstI^c1yRes#dM z0W<2_^iMfutaGeuu&2ZA?1U`c)_Z?aNjQ-k(8(eA#*oVU$n5KXZ}|BblJ%0*U(ljSxwhNC0};+cAy+p&hLdY zirTt43c%Fq;k7?6_oNmt90cg=Y;@j@I-l4v4>FD9~zdDwNiKv+~j+0$;{(k&p z(D`O{$J}?pr62AP&RBUi+zT;4;Rj{T)Jg#N39srk>>D!;x<~b8KM4Y~OTPKJu$7my zXfPTbLtbG!NLz4fd}oi<(Upt>5-g&)T7Q10Bnkn;A2H!6bGJq6;GT`^My~$>L0{-J z3E<+HibFOPlKRZ{ZU*3Udub9WzyphZ5nO_ot2gb{9%?7IcJKoEInPAIalqzz|LL-r zO_OORGCu?WISv0v<^o5>#}KI=_yt6AX<ij&v1yVu_ z_wJb-ds~w4tmD=f@V4G9%e}x!J6ehf@qQ$0X4#-y;C6R6IW_-EV`JuI0DRk3?eWRI zfIIwK0lmZz}Ngd5d6xh<|NPOZ*PFt{FV&{Bc9_dyUoEw zj=f}BoLfuz>uQ}kvtsoZ8!tj*+@A@zc4xC!M9#fiM7Tb<5yKZx3xQ~+I$66oS~G9f z0|O|Y1YlG0$g=Ifuj=)AIZ6Y#mdM-Q+0Ex!Z+tuNat3{AHuoN#R&SE!M)hiFRy_&0greMT z0h|4jN&0%E0yyq|k)TpOmg+qC@<-MxO?pg$72^o>&XR^^i)#fG%6YasHu1V*(QMb& zgm<{#txf_+9nQhv%4@y*5UW8L_Qf2Qu>$YhZVXYZq+}uFKO5bTfCF9RA9I*AcX-E% zS$lsoldr{f%&huS-lNJAF?}!kn0p+z8p3+&EF}lVoLJOk1ZOJ-W`&~%QwG^MCE_-tA>!w$APEVq- zWr|Hdf8NXJe!hhg>bgy9{;0pCJJHmDF;`*yvPOE>9(+cbm*p~P>Sv$MlM$$JLNaQU z1WIF-bGrQ!#pe~4MxsFUiY0&W_)m)fq<5}Ut!l>Mq^D|ZGAb;!z%l-2z29Sqr*r#C ze0Mj+(eQ?6|QAJHi(RrJ8n+`2lfcVCuQLDR50zS69oWzb(G9bcJJ~ zSJb@8fN_(3kgbB{&(#Z)9G>NVy-kikcjkw$-s15+%7Ev((Oj_NnqPGaR4I}tb0-UL zrb*W7X=^(-+_}j7ymbrk3~Ok~U6@2rt|Jw$EKHijI|^g+22+CR>;6wQSLgzc2zF@G6#vpG;ju3+WE-f6LfTKaw+~o2 zbIWI*Xpv8TS^AZ3AFAsBW<@W3_!)TL$9Vd(V9Z;kc6!e-TQc!7YRg1ZGj@_0cV!$t z%K79D|Cx@NMm31`mE$eo-Z~D-e8tH2kWQ@(aR02{s_D5-v_I@4GmfmH{`%p}uezeLLk&#^{q|%u1g`X#Heko%yiIqP{Oq~uU{QTl*-)2FZL$?^ zWZZ$kQv5^qb@l4n81_eAjk)#{NT~IgfA#wPia4107G%BH3Z$D<^A@7FXf!RQki?D^ z@SWV|bKi5|2}i{Rnd3{c+~wpi97$UNB{$oH(x0EBLh~g0 zBupD5K&lDafi9aX5?=Y4r1my=S_z;QX6DBGksw1%zZRUTYiw+H+H+UM;-s>ifvjDe z{+Zo*W)1rgA0e4h0>A}zwexHP3}i`Z9rK8u@}aI7{!JI^_&7t#T4_M~7xs#n$D=4g zKR*FNf$gOX@OXFF<+Z~?vV#$;M=X8JF$(4!HAqQu)| z>S*RS`DBd?Gu4&jY4qM$svnUzt#C{?x6w77b8_ZY{lEn!zlLpBmyzj{`ee0`bJC65 z_S1=FfrX$E|LRJ5oc~(9T-Ezi*}-cEf$uB=3z&K;3w!<$7-bsfu5PA+lK8-5 zV+LbtA$m%ck$rOQjFsvk`A64C15Bx-7%a_wnO)5$ZJduBUGSvB7&V9-M?OS8mfDm$ zj+K|`pzjw16!#i2v~6L!p-W!UW};lwQ|IX`@Rgy-g;h z03mW?Zl1`8`#QS>4GDX7reshu`M&0D2m}hBLt!1h12_Dt7KA3?d1a#+ zW6T2690SIXC!e0+Tbbjgy~v!AdTfK6Lv6hQ+9I<|#p#ny8RqRm#@of&%C8IuX}DK9 zahAb+Fpc+Fs3hxkFR^JZqswe2cq)H9cFSsVD|j&HA;9&8LwizfS$2ot;tJ*taCRy} z?)Bc*i})*vDnfNbTVArbq6E~2OWgEW_qXY_o#_wkxOnba*fWF;E}AZuw;KSMY6?+V zn;4drnQ{55E4<}!%dTDN!W}bo?TIvXrD88Qj>m0@Jbxr2=DiH?^o(1E@0p@|2{1VRz6cF1v})Lefx=4=0uT(@4u+*{s1Z0BJeXr_#Qbpx0Y>=H14%eYry((lJi z79b`@v}Nicjc+3_XDm$i;mvsa^SvU8bQ{~^M!%HmOv|SoU+J!!UPuOV#g0p<-9P80 z-M%;`DynKrQdK_f5qQVt#;4MwFamPIT=R&nSi|Sowrj?bvvJ#@!1tl93V#1cX_GmI za?tW>QC33?$cLt-#rm{9k6ieLB36)K(p0lCuMf@0DwEtPJ@_d8`=K(7Y?Gi{<9@R# z1hj6mZl%eg;DM(dS&LCctr6^;o9Jl>gG~ekt{;0L+nIjD0E=)ak9GCp7Wn!(Lhh|w z`729bNp)7@(UWe}_vA88k!Pk8##8v@kZy6(57d zqxy~Pw~=%T$hvU&vG{j)++m3K^vQrE{j9;Le9(D^S+(j4YSq!j;-WoWRryBJFdh6s zonyU2k%uA|OSXR9(CiiM5IA+z(~X<1*lf%I*#yBrGtt z3akv5RRbGNIgrEOp)o&&w31X{+xPwCuhuSAA4d6r<%BvRSF7E}Z>~|b&AQJ%rO?)H z%d9IgNBM?*Q%X}yPq4CWSPDxCTCW*1Zhb+XnyX*bW2Ldw`QF_<{A^I*b4to@SGgdr z*3rioU)T}a;}}bby+7t|Zxdg>^ja9tNbkI24)PN|HRVjgU8U9$f{C35y!k;3L-rTv zx+7y$Vn)sD!)~v0RQPm~W{SU*91$*tCi-^b6lz2lOpB5A0W!7E5*(G>L9UI zl}V4a-8k^)QAWf?zv?4K`8bY+v9vZ0xtUwGSww?W~HT7sHVw&FxLZl~co$>sZ3H?npDsD(M( z00npl%!f`;lGy2q?3>7MDH=Z z>^?j|?&%jTRqUn=TXmNc%^m6_FUi)yjiFqT6*@%s@{X4w1+b7gG^``bF3WzNa>Gq`269!cIC}{w6T<@kY#6Ngw(AhJMaXZ^k{yK~mB53BRTW$yD8W*p} z)eg zI3r)U-JP2%q}T6|QV752Tk4wazPDeyjZbQg-rCYhXyR2uxH}8lYD+G#;}T^OiXI-> zz_*}}_z$+gd8f| z4w6>k9OA?%r~mNq{dHL78De(p9KGb;^+wOYv_r57a>bWXjM_m~U=Q@)}H*(#! zsn*A1Ms?NC(Nm9MEx&o!%G*x9z6kT^TebGd@VTk@4PdWv8Om5n1k<4(b{(mA-{(2z zu_{gKF|D6=0btOd&!f6{6={$Xsj@hLvR%0=rt_I)8(>8d1b#t8G<_86*mL$bf%8#u zJfR^W1-1r@c}}nx_%j6%&b?n^MIkL{JJ`fe-|mH9=nn0@{Ac;L0hS*EDp%oE2yxW&a!)yBQX=a|+2WL3w4b5oS{CKPUJ=}= z?m3?9;Wu^quXlj9lnGXWajCkl-p&kPG-4>dBI(!58-3xCg{PXCnI`vRjUmn~6 zHY>~8YpSAE2s8&DQq6Q@t=Ic^?|xw{H>z2IerCQ49ea20ws3!0)XZydDxAAd$1RPc zB0g87P@HGdB%`p`so(s{Zw4iOfwMm&Ky~gw8o0;(Mz1emd4-kklQ860opNCP+3Go3 zmRNa)%O4Z39i#fguI5%DZ)Qw)rH+*C%Aos{_ZnTb>4jQrA{>$4&@Y+!NfLrt%EF<4 z!g1OA1H7NfMYLvWVi()=DP2xCG8{t;g%q;|c(5Dxd#=GCV&X+G_@*lJGA~8F4ItI; zD-~#MZ9SoSva!*zyS)!Kn@yyuqlLdqn*mF1z4wGX-8A6%>~a;qF~exzLt?B9EzBxu z3ov)Z{D-Wk0ajNy1_HnRUX}S9*V)VjfpSU>l+lufnbShTWE!hqO<5yo^R|St#QW|^ zqCIn;h>UZ+steKApFNGnW%_CpFm_z4zNS~#aeOU^h`cYf_6Y@#nL8$>Zkgop4IErx zQc}&zD%o|as|82<+OJIeCW(5{`I6#jY73)xvd8#pyy(c-2{$nPKEk}> z`prKtc6FPrx~DR?_$|0m2rMxSzfX3y-u@&de+p9xk-RDP@J9IB_sRH%#Tqn%;a5cI({cci|ogRwAshN{^x z7W@fRF5EfW-IurLcfFgC_fnIg)*;EZb2}&Wn2@F$CyOi0IA6Q9W`73;JP*nYKgYb$ zn48Fm>zx{jf?3f-o7MyNK3ed}lJ7bpIF6{e=r+2Bn48nE{ zVu1KZo)uM9J&81+Xp4N`=6TpjH{Fc-PdSl5C~=+qT~D6114DUvo92W&M-(ghfC9Vj z2qNByT;eK?Q*JvqHlHj{Zrq7p$h4jkHJ4qHnA%$LSQ>?2Szg4y&Qmfm&5U-lO1v!p zg}VIpwK%_VPEJRLHDME&m)&3NJ%iK7O|{qZ1LZzqh)bJ+$*4v*i09Y9tQEIu`^=%C zZRh;-pQPlhX?)OJQciy4XsbDk)-$bbl=cer?h9x|yY}N_62C1!UtA|T9Cb)XSoSO0 z`kbTdWINjU^l1uBajeT%#oM^^>qYngUHOoF^<~~)_eHU)q*NdqQ71?!6ss|hSLj%A zad3iQI$sf+E6d9#Bnc5=_x5veb%js&O8?l#rHaxuEZBByOs&`DuCl?lYQ6^%imoqx zOCG#%Fg){v1xHXw?xRs~U}+Idn48{*maNndy+D;P)6KIki+?M&`$dFTU5NIX+1?As zC1R3Q$QgO|Ap%9K+sCRfW`Kj4NyYh5+$o;sv_|s%^Zk9e=50F)>~Pt9k*dEi+eUtv zY?w$qYP9~ng;|NqmN=DHLvz8O}Y+bK^OasUU$4LrQzLa`3zV1A_>Mr zx(mY=*7N$l!On`b`^=lL0`D?Qq{vEyt6jumHzm`o6wfqw4(VQ+UAC)o-UPn!5fh_~$>3U6#Su|!ReQP?p zA==0Sb-i<;FxkUBL(0&!Ja3&+uLb)liIlEobLWil*vBU^lakcM(W}Y_?&3gi8Y=IG9DocW8+<0z-2DKI0w`4RL52i6VTQM9H{qKJJ({D|sq)3v$naTXyvyldOma zOUz~Hkdrz=N>^P*b9@b!1B2g7AMX5UGmh4#dXTKm4%!X`=H4As45j$2m{#U(^6IO# z=y&QzgalqW|GT;wvs$TD4!+`Jz4TX zpSDP*hg0o_UD@W}Q&Lb}4jgkQ-4`8OzxrV)_*8CxizF9TeF4OFheSeOJ`lTPtnF-z z(q^QfZKtC_WJL6&SM-2CmW8@g?e3mevv|55h%xssjgOB{3p`xnF|l067r;BOThkPd z7V^paVPEV9ZZTKxJg0ljs}*LVkHy-+M$Xw&5m?DDNs}(hMavLn%!n(Y*zG+8*Tz`@ zC(La-nVQR{#wvrckUibR%uD@WkF%^T6fBlMb1cvGnB4Sq6M&WDlG}UOZ0GU1PO$l| zR~~})WUj`;u%c1UJZcFtOzL8`hP4^bM*9w>?Q5sl*q* z)fNUW1o&59{$==H-of~N4eZgQN99yrE$Z3BSOlxFUbNGPxf2uDu9*#D41G`g5#KtzqU(Y@Yi}t?)MdoCj7WUH* zUIdG;U_bQZxs=|92A_8QUzTlQK7AAMuC_0X8e~wgUoE^qcb-#08$qrxxJkLU&lJ+j z5FT`%WELvcwZ<=H#xtwojsSVa|A8EYICi%^7qcWo5JvtAmH)@KN;soiB z+iy{Ad(KijyK*Q935jVBrrSbCq;rc}X&KyLl92ial6JjnwY2f(?M~0%v~&1tS!h^% z7u6Fq5i2GgJ$-sMbvEO4BXzagla@UPW%AJj$DjHC{P5Uz*??(X9a?m%sN$;UCjUYK z5M=`Mt~g=ce9KT~HKRc60s&*~xvTC@JBG`0Sip>;#(k1lInAZMr{inB z`L)0ZKX6M>n^DxdPpXmsICfcJkIjZt=t#V`Jl-TqlNg9phT70NYXHcS|@Jvizv%NO{%~o$ZLKV?Hdi8*X!>*wW%eLJa z`U9uGD4FlGnSxZxFH9J*6$ z=ND0o>*eYoAhH_WW-Q=lv5OXH8(*=Y|84kX1E zS6;57WL$WYaF!LfD|xkiJc8F+HNwZ3<56j$>ea8SZ~elv2m0E+Tp7~0=oGCHY}@32 zoZH{BuKtBdTM9Gts{XFMV7t6_qf^Vz`9yYqyQ@reWtu4gt&{6Xb{iqMMV-``&To7N zkwB1TQh)^G+2)JN#rijuKi>7#_P&E5F55isOt?MTfukK7c-CZ|Lq(N+HI_@Yh@vRB zO)rm(xV7mAoUrWjlrM5}S59kT-M{zfDi!8aj?x z$2)9Wp%hp*LHj#`=~P0U`IT!U+XaUwVh;(FdO3aHVIYJ72JJk|eFcv*sU%+EiHVTP z0JF^fXPfm`0_kSbi)ZgOs*D|o8RUFRZ9H4$IMMp;a=ydl1m<#xDJ1P?jsA?}D|b_+ za@Afv*BayyZnmk!^`-PXudpP(h&2K~J|FCk|8S35rDonYbsI zJj3B~9JZ0R7v~h%e6R`G^|SY@0vJH%;vsNDd;6Dd7q;zz%n4?ut5*fNQJxY;@}tV(&ht?35~5u?ge)kHm? zva^KZuC7GeWZ2aQy}BD>OOLNUOJe?-K|b8VsY)AqM(Qs^>65;2_}jJN zzu~YqFMKyL?E9(mu>lJvPS8H%J1R=(oFH=!5dtcn-W1csg-hp?LpAg<>>G2E?Xv99<-8pnNz3yVRq2;s!cJ$|T|Ulq9V9&8a%*8`#Jh~%%$SEx%KbOX zprk8I8hjn9xlw!5lua=^1>9G5SPT8jKXItpY~Cy!AQ_?)avgyQdNtT+=@ISU59M4< zltit4n4@W)e7dqD@$;MPbjVc#4diBGpSSEly4J8lpim+ zi2;_2-78{?C9>mFHI8{>$^ABDl5T-fp(#<-xXAj;aiL~pOxtw>uB`dSDRsCF^0tQl z5N%3!3m|`F|U@N)C z_p`#!`l+2CEv{OeblGlq)y{sjH0{(WKS*S+7iVABD1EILbf?1g@hHpAy$?CLfDT=f z{e!`mv(o}7Mtvtu>MXF-U>ucbfsrLDVt)h2kkwDN_;0NW5|HvxMc27Zrutg)EY0w$c&$O;0gW(xJU7 zl@3ld@NFPR=5nExP+rz97a^DTx`r(&Egy6PC1)!?o#XJAblE=L<27GIu0d5lD%h-$ zGsjqMQ-=;qf-{GGH|_x0GUks8;Ju$PSOb?Mo8#|MhDPLRw79(nvN)0b?vLq9o+b2| zA7n~ZO;dMJ;LWL8k%pcp3c>_A_sPxSR8`J-O`F$+GzVj*vzE^@tf&ZMg+Z<)MlAYi zv!Kq;@AKaVwcd!V&N~P9GTUXxqw)tr@*_NCo*8Y#HLe==3?(+%qz{$?11U6S!h z1-ke?4k6JAJ6nBW0?{c`$nAK*vH;$m{h9X|VF+8+A`bITRxhno%vuSY9k>b;i#{i`NFW(3+%%VFtDKQQqP#% z4oKRH6F+~<5C84dLL-1{?Zf9W%+-c3zS5o7qT&&eV54hde=+$t+6l-7 z)p>CoTnn@f_Ln!RN@)Xz&P;t=7ePROQcdMeYbOKa6$w{*R)~5STI&0L`5y<5X+P>= zi%2>wKP8#RHXU&_epJwDa>=gphOA>p!ebLVboRn%;vg0+9b|YfXgYwRN!?2X2BPF5 z(5;5+@nGP&S^6wJ%soO3u(?WJH;*r!;B?cIy5;Gf64jZj9^bbUrdt$&v!{^b9efXa{dD)-(OramD ziSYekASL?Yz5*Z7f~dat-4+!B4CC=IkSb&KOP>v!ABs01=3$wYLtB&^uarEU+?SpM zX1H?)eMB#mg|VtWLDT~+QCEh(iy{~v+db!RCgn`Z9LxBv#rJ&1bJ8%@8OIC^fv(|L zO$3^fDjGu)!F2!M;iZWqdiM|oCWf$27^u}eUI&3B6 z$8)E%j5ncSve!Q9AR0d?MpPq++BW+(_rin&5a*QSg)KDM{pG?VTW{fm>|$kJdd7Vh zLd3fy9X@OJFku+%)kp;ra)d-TA6-{0nbD|7vxbb>DM3%Riy^Sd5&;)l$$@Ew@+VomPjAy#7Ba#4 z7hIN^vO#Z2!PeX4QP&LJ@1GPo^--UXQZ4Q5avJ9mj?98ke5d1~o5Oo=DOm}7r|vCR z1+9;Nf!x}|cOlSsY7lY%&95?fx#k~m&yytenhQ&3w}@&mmRb$l-nDf}Ndh)gcH6;9 zRM>g~BUU_HA8!S=1Md#q3dBoezR}sI4b_}e`EP%W*GFDRc@V-!HB!kcP&$(MwI=@U z+o9;|>76te`Eqp!TJ`yQT~W%_{HhnmLZG+l1_!V0#+@GT+O=(IU*g&5E31a! zs=25hw-Oq)!mrBvrABk*BZW#u_SL#r|!=Oxg zglTUc<)_`|K_5M=8`OD_mPfY{Wd;!(^FsPmCEHWef|H>7E9TdGhB^?!c_@uk@s&79 znk?C7_8Y%;T-4FmHdk%!m(O1W_qPwWS67B^T68eW8yOqf#S0mPuKyD)tm(E=+9Zq} z*Zrxnf>!-gA?l}GuZ=LXKUuHIq-_sVN(^Rk-r}&!%cr4lzf?z6-?=+0Q z=bJZ14Ox$^H@>sBvfq>S|0f6M|KFY*W$pvVALQ+`KYTc#t*2M`Em)wm_WSn-1>l53 zjG}WgQsQRvCOA0hSt$syyH&0QPB((JEsc!x0bC=CP8eP zE7J9mZl+PMuGgenP^yAJ6awtb%~Nz9ElNlnNCdtv1+2X-X^0xq3l-`#Ds0Ss8y0o~ zOy`T7M)~&((kc#y(2=|#bp2;qY|fP{y^f?LyU^5SI~|b+mMB^@gjYN+u$>oGpV_%- zZ2}*5wBKod<%5ZJwEo~DAN{S|C1(J+RlkuH&>1yKev5mz4J3792HaU z5_MK#;(CkE*7Knf6Bg_nebBq+T&wklQfg&4+q|6Jc>W($O}WjDTbIJC1vmOiG?zXs z-{fC5JhXm64@lSyV3>%;)%ivPhjMX`kBZm%uM5I4Oi9p)z{zo+#qWD%m#&X^j>6gx zu&q08=Kf``TiT)aJ2$1;$or`nr)yl@=nb~;N993uMlb9J>5slBNy~w5@Vsw`>dY*3 z>W>?}%x@?t6n(NJ)f#NmT5Bn`c!$z1X5azi3z4G+5bZuH57ejo&IW%kW(wRe;vU!4 zo0DK7Qs>I8X4*8)m#`oGYdAw@UfVj*@6@|9mM=mCA+^$n>Ue@8@_y9CfLdo{XP54M zOGZV7o@(j$yN39lg`}cAX76>{&ksLtJms3KdF3C5*;0uqN=kNP_y1jQNgA5m-p;pm zTUJT!UNi4Z@6YwvPYKD%qsc0fGil`ab-`cIx;}V%K zsB4i;o#ji^q=dxQ5qD0}la(8%F*)x^U;oe*sw{HW~l` diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png.meta deleted file mode 100644 index 0066ea399..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 195ffe7cd242a264e998d26ec37c7064 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png deleted file mode 100644 index bbb097cec486ca2a9bdede4493b668bfba3e2fc8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20424 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png.meta deleted file mode 100644 index 9f90be41d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: a3a2c28f6f322c04da0c4334c6891a6b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png deleted file mode 100644 index f6496ddca4b50925706344dba0a97f90eb927949..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21397 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png.meta deleted file mode 100644 index 84751e542..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 3cac16917e14ddb418e98af2de1a58ea -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png deleted file mode 100644 index 9431ddb189640480fe1d7ce69fc0b1bbdf292c33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 23765 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png.meta deleted file mode 100644 index 5d954170a..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/pose_switch_red.003.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: b41b93021cb1c4c4083114e5e18067ed -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png deleted file mode 100644 index fe86dafec6cfd1a9d9e5885c8877c62fe6e7adde..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 22413 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 YVu8hxskeUskJ)ALboFyt=akR{0FXh+6#xJL diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png.meta deleted file mode 100644 index f185d4a91..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: a2607cf7d8e5b3e4f92ddfc4cb9a7861 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png deleted file mode 100644 index c29e052f147217a258aeb912245f7c847633eba2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21354 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png.meta deleted file mode 100644 index e3322d2d4..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/rikishi_beat_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: f9e1239d71041854f838d21c02b4c381 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png deleted file mode 100644 index 05cfbfa57ef0bc680ccb2fae9e54aab737590c97..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28157 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 AJ^%m! diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png.meta deleted file mode 100644 index 6af9eab28..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_L_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: ff049cbf80a15654ea1ebade999799b9 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.001.png deleted file mode 100644 index eb5271dc6edf5ef54c3c73196ab2c68849b7780e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28044 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 E0=iP@H2?qr diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.003.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.003.png.meta deleted file mode 100644 index 7c5b3fb0c..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.003.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: e270d747e26e22e488e203f1818a3bc5 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.3.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_R_red.3.png deleted file mode 100644 index c23e9cd3fbfeabb4e0b96ace1acd17a5a6ea0156..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 61835 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 z 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.000.png.meta deleted file mode 100644 index f93a882a5..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 4b1abf63210f9a4488049f380d21be0f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png deleted file mode 100644 index 34ada986df80a1395938dc9593cdf39ebddf1779..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28872 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png.meta deleted file mode 100644 index f912ae5ab..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_miss_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 54b595a06691d1048a4ed0d3e60f004a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.000.png deleted file mode 100644 index a6553a0c9f10bbfde9323490bc7eaf0c79d52b64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34443 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 ZfQ`bZa0!`ps(3I_#Y~lPmBNn diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.001.png.meta deleted file mode 100644 index bdc094c71..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 3f5c77396696ca4499dc4ef699143e1e -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.002.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_L_red.002.png deleted file mode 100644 index 979aa77b63b3b84a88596817fdd23789bdc74266..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31334 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 n@g&&H|KCzvYbyPa%AR&!DD+JV>+=cBYA^@X;a= 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.002.png.meta deleted file mode 100644 index cf62f49c2..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/shiko_ready_R_red.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: b10aae4189bf62142807ccd555212ffa -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/YaseiNoIkiG3M4.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/YaseiNoIkiG3M4.png.meta index b603e0f4a..858e9682a 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/YaseiNoIkiG3M4.png.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/YaseiNoIkiG3M4.png.meta @@ -3,7 +3,7 @@ guid: eae9fab2413516d4997b4bb4347df8f5 TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 11 + serializedVersion: 12 mipmaps: mipMapMode: 0 enableMipMap: 0 @@ -24,6 +24,7 @@ TextureImporter: streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -62,6 +63,7 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 + cookieLightType: 1 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -75,6 +77,30 @@ TextureImporter: 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: Server + 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: [] @@ -88,9 +114,10 @@ TextureImporter: edges: [] weights: [] secondaryTextures: [] + nameFileIdTable: {} spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/confetti.png b/Assets/Resources/Sprites/Games/SumoBrothers/confetti.png new file mode 100644 index 0000000000000000000000000000000000000000..15e8db7c56168f3e96cc03f25d51a0467fac961b GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^Od!m`1|*BN@u~nR#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=DjSL74G){)!Z!ps=TlV~9j}@*jQ{9-bbafCC2@7;HZ>|5pge R@C8aUc)I$ztaD0e0su5)9ZvuN literal 0 HcmV?d00001 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_blue.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/confetti.png.meta similarity index 70% rename from Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_blue.000.png.meta rename to Assets/Resources/Sprites/Games/SumoBrothers/confetti.png.meta index 1f0c10596..a6a38f139 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_blue.000.png.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/confetti.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 0654edf0f24866c4aad7d9d2cf6da903 +guid: e0dc0a4e87c7b2e45b72b9dcbf572333 TextureImporter: internalIDToNameTable: [] externalObjects: {} @@ -33,7 +33,7 @@ TextureImporter: maxTextureSize: 2048 textureSettings: serializedVersion: 2 - filterMode: 1 + filterMode: 0 aniso: 1 mipBias: 0 wrapU: 1 @@ -42,7 +42,7 @@ TextureImporter: nPOTScale: 0 lightmap: 0 compressionQuality: 50 - spriteMode: 1 + spriteMode: 2 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 @@ -67,10 +67,10 @@ TextureImporter: platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 + maxTextureSize: 32 resizeAlgorithm: 0 textureFormat: -1 - textureCompression: 1 + textureCompression: 2 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 @@ -103,7 +103,49 @@ TextureImporter: forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 - sprites: [] + sprites: + - serializedVersion: 2 + name: white + rect: + serializedVersion: 2 + x: 0 + y: 1 + width: 1 + height: 1 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7e4d1742bcf695d4e862bb35060d7320 + internalID: -700379706 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: yellow + rect: + serializedVersion: 2 + x: 1 + y: 1 + width: 1 + height: 1 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cb9f0e1e2a778fc488444d9b37f84053 + internalID: 632254773 + vertices: [] + indices: + edges: [] + weights: [] outline: [] physicsShape: [] bones: [] @@ -114,7 +156,9 @@ TextureImporter: edges: [] weights: [] secondaryTextures: [] - nameFileIdTable: {} + nameFileIdTable: + white: -700379706 + yellow: 632254773 spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/old.png b/Assets/Resources/Sprites/Games/SumoBrothers/old.png new file mode 100644 index 0000000000000000000000000000000000000000..8b50e69f3ee128be6afa6452b90f54a989446531 GIT binary patch literal 1531689 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

    w?6|)%>m`lZ2zyHkpx5fxS>v?l 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 vk;*|6Wj1p7?iTF?J&M zJT@SY(^}Qj*=Br8GvAtsac*z#pF_Y7ihNNtAT#9RN&js_H=z`E-kh5@mhI?e$(Gd(O4&2Z_+{)f|vy;JeDc>*{*a&ut5^w;1Z zFeWXKLNJ$2Pfx$#F9%{D2BsO*dER^xZJX|Rz52(3&|Qb6X!gkS1&2OsU*t6|)^nMO zxG$-J)A!e3{0P%O&S#)m(|+aOs?okr7x)%HvbbS<8};VC@Ok0K!#-*Qo_u*7eRq4o zGU||(&1Fe-Z(_LZZ2!EhRhZJ-JW!bn5C8gzW1{fNiBO(r}X>wM4c?yQ!GST zk884JDzPeb1$6tBU$onwEHfHnTRN&MZG;Nr{NT1Uc7Rs3b1w^4B9AY6{dILPnPu=1 zka?815KOhYDLMJ<#r3^w$E_k&reqGO)De0=OyQ+*E~FifrA#SSX;(z9i3cGi-M-pck_G|d75o|J{DOP7kQp~N zHkQw7^83Fq0^AL?4Ia*60qExc{jASPTj|Y$UPfcB3f7QZx6|QAnUvnzFQK7vs}Kt! zV%5J#WU_x_*l#MtCoT9+x29XV+GZL(b|s9?5y-}lS2)l!>muM!j8%%bmQvcrtn&C- zI)B^cCByVQ-aysjKD(b-jYsQ;E0}LMK*e~V&@B$UyF5oH&G z^C)6N<6>doDm5VWhBF<4g8^GGS+U9N`!YPxuV_2BqmEC7#l;~N-(k5^3r02NmJmrL zgwP#|Tk>p>B=BA>&HUo_yS@~0E4030WV62dE?0lPH)2pUhWUX<73wLR@e-z!)^nHG za^akG>w_0x=gn&}*Ir&0ohI1z(4F>--;~DDMp9jwY8k8j^0Dia=k1(EbM+M-X!~{8 z3Xp6M#FkeR;nwKn_{jr*EK3wtkLZURf~XZJSj^_fexSOHp}ATQ#OL<&+jm2b=m)O( zyop-h+*w~dZ`1K4xV$OVoF(18VYyhj9`4v^Ib0qpJhPPlaH(6XdH|=9D|;>R@UZUi z|DuR0HODua#pM_t7>EY8FrYTO9VD(H6}mvWlBf0P(yfQWPOyWCay`|)T6N?$aRDBn zIn@&DhYeXI(Mv;~8PDO^YB^1nwpx`C;~3D%V-|c4OQuI@W1O4%{y{D0NU`6LtJ0_w zGjGrB!R7#H@K!_WX*ug8MusES=|p=^kKCxlUJ47RR&vdae^e!&`d=+T9nh*jd-3~{ zUDye^SWsoz?+c>Lz-PYJ@jtWGnXi_n`ZJW-seY{X3Y7R9OC+-~#>NOEq^83d zNFK`$uAn|Z*+Kj7qMREnx;|n3jSGFK-!1?fHkvGarPu28 zXge)a#lHY%_Zb{Yb$u#BZhJeSmU^dP(YDaYVq;f>g zA*`ebZ5xqBupz9kQaZt9w3gk;n?+f6a^h--S5xcmoU1Sf+DsQzpE)rBvq!^Glybf~ z_Z@8}2#x`Rx}SGbQC@Q!6r{o*Hr4ew?dbA+7qbYb%{Bl66#Be5az`U5^&dmX1>2zhn+6FmT0uSMHTg_>s&b9Y;51!4mQ( zyk;HJC>zbv;(eccS00%~uvtN^0ubK`2kLD^;=AEqt3UZT61RtFV2rRUIaBu3U;Zk+E%(RS6A5qEr?a6Z;g#v|R{zQXFY3ZZD(Ei1oI~-lGv+!z=o{1seHxr zt4Tm1(Ht5P!8^OyYC{s=>t;8G9wlc|^Q5EXeJP*=^n#7qqTZKkP}+cp=xjCCAhn8E zTR%B&Dd;{=QOMV8?zE0BevXVtE$ITZja41pN|;v(!n44ZW61mF8YxIZ**h*20YIlm zGeRC@3cH-_@>p13POYU~l?PwnX}9iWR~1UXrVY~jRU)3t_IwL|Jd!6KU@OCpSxI)r z*hbWWZo2fR$Ko43(^C$DBYPK|;`P

    )B%-mV8tgk`)5XDKm|4xRc^|qeJ9by`nRn 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¨RG!OG|bGF5{SqW@gjv@N;vLN96Y2mE=4)C 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

    )ch?p4;iz61QXsZ=ZG}r7<4!|bZ+iTn< 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 H82J4UJ20wo diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png.meta deleted file mode 100644 index d3ec4e5a0..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.005.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 4f8746cfc28d7ee43a2df639bce3d7c6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.006.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.006.png deleted file mode 100644 index be7448521c86333a5bad4db6593ad3b4301ed3f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31928 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.008.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.008.png.meta deleted file mode 100644 index 28cd37ed9..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.008.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 8a91d0d67f4c762428e9143c69e955eb -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png deleted file mode 100644 index d0a2b379c484bd4530e7eff6f5624a8f8b9bf49c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 29315 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png.meta deleted file mode 100644 index 91c07c996..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.009.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: b4cfc6675fcc0c74f82157ecd8695a07 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png deleted file mode 100644 index def64b74b6f9269f7ad7763ebb926fa0ee8fa004..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26908 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 QuSdY?lV&G!jO>2@FMLX8F8}}l diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png.meta deleted file mode 100644 index 3438c9f4d..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.010.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 1148cee3bde00104389902b7ed1a6e65 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png deleted file mode 100644 index 4e6050a94c234515023adcc5da020e624198295a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27638 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png.meta deleted file mode 100644 index 9a6b31c56..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_back_red.2.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: a1f62ba62c147744cb619cda168bfa1a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png deleted file mode 100644 index c7ac58af815ffc556ac10e21e63b1638b0fad181..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 31804 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 J%)mMR-vFQi?Hd39 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png.meta deleted file mode 100644 index b1ccddf36..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 5e4b23c71762c484182710b5dcb629af -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.001.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/harite_front_red.001.png deleted file mode 100644 index 1f5965cef04cf2069efc24c52fc115bba93619a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27688 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�kXFEW>EaPG?D8$^CZ_R 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 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png.meta deleted file mode 100644 index 1ee33d5c2..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat.001.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 53a3273592791f04881240bc9ba3212f -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.000.png deleted file mode 100644 index 2078cd79bb08c104fde8a30212c929684d25fdf6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36676 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%0AjGR->?t!m`%yMTLwBj*<&b6X-n# z**X(A;?Q&|qeO|F*d|#nG&ZixEB@&zAFH~#o$oA>qHm2R|0^|biTXl?RI)^(r%JSP z8Y^*@NifOw_p__G#Ormi+ZGAFzn!{1Zr}-xFJsdqBU`0{KH=uHgn&4N=D-Y>L`HpW zJ96kXvMDITJyOSpX~v;Ht-UMrlab7P%#V2>{<^AQ7Rb3>(6hP;|JZzy2uZujW_cIJBy|8n46o z3~U{eYEZ7VWGd_GL((GA1zflNQYQ*GP^n%2SH~xMcOH)s#?f((OQF+B{Oi{*ITe+V z*iaUsU=&B57jkEiF44sm4$R$rw;*CNw+0mHb(xr}P(7r;te2b>Z6welqZ!6u?$sWaiqqip}w~7(7 z@s>h*X)3OPfK{r{71Nh{+qI1Hiz~iM^a(xUt5>hWA|e8^3S02OL<@WD0Ue?9sP7>V z#)E0)_O01kE4)l$4^3{T2k1Oe7DxLP9D_=F=k>2WE}vWX^W7;$q?yS{O{=D+rlOMK zuCN@*d>0NT{}SR?hWMbHnE|7vJ0CWU^8@{FmFRWYr=4_pVYx1o|BU(7m_?H>g0$n&9Skx=yxz}19Yn_dQTec%3g2%MBt zT8hyVf+-nosjaU5esNva#4pN~&w1xNqKk_Q0J;(K*)N6xQ0PNuq2v5)BUV%a;&`$D zDqX-up*%sos@}P$PtJTE!M1(sB zHs=Ff&6YwlDM2$bpN3XpLslaOxf}iWdpOjiTg|GyfTRERh z5w2k&g`M-@iLa0@P@)V>2SZW>W|4I$ovv?}m#l`JZ#&2eKP32mjZCNa=X2$TPtVl=ydSN{K zgco&GNv`iie&?x(2>ED~Twi%VUFjjY|06_-l(>Viop&+B=_Y|viC}@yj~o7vDTPiP z8IzWX!n*GCAVpl_FO8@ktEPt?EHr$bA^6u-P~Ah)?C^)fsXRGT)(iNc!!3dBgTmM~ z9eB+~lI)ftVgd>+;zyfd`Ab5_?$Ov3M;n3pzbS|xZG}B|v-$Kijpo}F$|hKb@fVj^ zP&9jU|D5Sw;EwwnH>_!4{5cvBO+esgy@*GLD)P<0eA55c(C2r)kdy_~`;wZQRY~P? zqE^&yJg>~7)-1OEu<0YC+IFs3bRkyrvz@$}d=cD*o$Q)A5hUppQ|o3-bGikiplPyq z>kcPK&0*DCVjqZq{cPE#kVj;O{5}^k#C9?%Fr}Z{o>T?Nh#= zg>QV;_siprgN8D`mgesvX}?-5s!0R?eNM!WHkwbX4*0=wgcZoDi8v_o@-N>-4_v=} zkXJkUN7vwy<7TR8d9h^VqItWI1^CGpKZcrmp1wJvQ#~Id6kn9bW@1ljEYanxk5%dN zFD9>aGr^sHa&0V4sV($;Cqj7r`ctEuyB^I}vS$wWGLnubd{Ed^lUU*L12sd7STJQ5%|XagJ@>Pek|TZ;K}a3oGm#dtbI^H zsu(l7>btZ~5vqBtOV>oK>{?)Q%la7JtL<0&aK45t2*~dSZ=s}owhvKwU!LDqd-^Y4 z5CjC=uI-h`T+$el;fPl#> zv3$MWt`oA=BZ+Ke)TIWckJs5~D`kn03%VWt_=|E51J}Odb7Oap{WEfK1h%x0=Jv2w zzP9&EhcZBpf0rzsT$D@Lrp1R*_bI$aWQn7b63Z>45NLXo7vJy*H#j)L#$nTe))x(` zOQF)clb0LCBMc0jKH5(YQ@5ky#7y1Y-LtE!ae-O2LnuG)Vft78A?kKWR&T!)0dSh# z0|Ur9zO=(+KZ9r&B;FiqvbVo$;BOb!59Dc4th8??H1(X#qZ=YCwnqwc84I4)0dpt@ zV?gQPsyEoUTIazfhZF0+EEJBX=5)L~%dwX|t9a_m-VS{6Fuk%mf2|*gjNSk7iH+mc zvGKoRKOWWryW@x<7Yun-V@^#+htQtsL9As%Cv#-)eiN+12Df@<`ri2$%%tk zae_nj@J!#cvv2$>tNU{`FPq-dujl5i?Uag1Yam=>~Hwm-U{&XK-0m z(?&QsuNF+-6Es`HsZPok{}Nij(z3FAp|2wR$W7=n-zOlr<-;|}qbWW5+&!WCV|_xq zBnZUVGwR@+e6ds_eRYIBceUz>v^*al!C%j?F^o6p?rTBP{xm(@LDjhnyMkz=u%TJ; zX7?L+x_23xpwz1#q~f@wPsl`d5L{f`AM=4W&*1;XQ@LD|d0$&OkB)|R%;TPbuZvjK z*4O63-R*U;Mko%$U>RR}-73OXp*sFJV8knf+nX~|{gb^^2`lHjI~YvaN7gGj^PQql zi*^E+Zo&(yAq*_Opx9WvQ)zvm@p=H?55rVXv+!w8An-_3Dx@F|WIU-GVg(4NX99^J zh4VnkLcqz%IL7UzJCWD9EtZII5(_+38Y~8|WKfxvoTKkNx_vd@axu`LBDqQo3{Jhh zQbvA7HeZw29;OR`j%*l7@A`mDAy!PB>iJYa!fpZ!(vF7zY1de+nCs(iLJHq3=|m`k z$xt?En2azC@tg5Wp(hgaUT=gY7t>gwe9B%HpRW!PPL$f*`7{#NScakv*|SWX8S_|zGo@2nPcYmQYu({uT`*?7#rh;F(tX+>!I*l8n{O&KEsd0fl+^5c z1?Ze_X>U8A*DMbbl+U%-@6F`5ToiWSoZQ?(+uyTCvHmhPHv=g;!9Ueap&A;*+OcQ0 zQpZwwN=n+Tqm3NX-P-$PN%8Fqd33xL7yQwbNDF1@M>1O1mKLSxbvkT_odALF(Sryg zcT++q+c`TKpj6BQ8f#g~ds=YgL2^>n1<#b}hVJfKKT~K>ix~G#5pJa=+w{D7sg11k zO{tgG?A`YQXE~{aJX~gSM4BKMqAuV1#)fi>%-V4Bc$}SekmpHhGGhmzvSC7|1DU+5^|V{&rRXtGHClyO~E^bX(9 z`&XjZ1<=A6-`mS!2SUZfZ$WzZ@r z;DQ-%rk;91QGbkm5ig5FDdeuEGCqNFdvvP7Cr&aoF&I$WS(%+JX3mF!g%$F=I0&F~ zdG+=6pP`FeK%N5Z<+Eq63d9Svagnje;%X3idF~;&Vc0-F9H9Dw@%{8&3nn_A)KE2E zZhiOm{Ak-4`KKj)Eh5RM%W&K-K?MEoNk(kvzM`0M;y6e&ogshY{LAk7Z1PDNB)K=W z;xQ$(--AHg>wCdn2l1SrHJCr=)-oz!h-tkE0s_m3C>FVqtt|#EEp19lidc@CT;8hh$$V$0n2)TXA?5P&^7cd_HX)l1 zouT5`973`=gV#=e@;#3C4>{HmnI$vAYi)0DFQcZ0Gn^5fv$Gx+i-LMlP1wFffq9R6CgH~dP){~HQpAIdbk6qbwkzA(z*}1uJ;o;%j+j~1Zb!b=G+<-13 z$!0!N&IXU&UX@N=+&^oGfy*)f75D;>CjD{cVc&(*3Etakv#)A~hS9jlDO*<={Qz45zdJO9zpIV65=E>W(?F5eORc|1&rq|(xz|e3S9RB-n>iw za`{H`Q{$0?S(M|6Es;7>qO{rbIZb48B&pm$b4rolKjLk+4696n)4L1ZZjFtND=RCn zda_}%=Jxh6!^298E;IUX&4YYMb$I0}5VwDI1KhPP>i@Dd;_4BPd3I5eoc*}dX`STs z@#{%e7I9c&+n9wp(I*#FvC3H7WeEhjMnPjEd$f?ve5$VlkTMvD=WI;uTN})83TuMxr=Q-_e@OS0eXbK-KmljK&+vU2fGJ2UVp*)R9N_R z4xNRi#0CqRJc2f6BCaDO2Nz7p5n_@B&r5_`TuAXp$kdAd(&myVUOt< z#H}iVbi>fhcuqOZb=zv8*q2gkVfej2ueub&{2Uz!J`42asod{LY(g=;vZj8y;lbWLQEP3U)X}rBm5qq@AbE&{Pt1+mAi)b1Kx?qsWHE3 z%*KGC|LAiv-)^`yhMq=5wH5h$J>sxWQkcz!Hsd_Y*pEnT9^E>@ypr(7cdd693yqh{o@U2|V#*~q6&A-GmPtu`j&Du~Ve{S7(}Y}HT-#G6 z$wGZ`2H1LghlqcD5f*z^p;M<&{;}cttDFos!N#A(Y9~e%AF}}CjD5-b4@zW~K9tLG zU`u;_Knj+JGKP;)Eqz0?>PG7kQYWNjETiheMwI~760ICCWad~DM@4R`&uNDG$AWG3 z?KZmwJqCR0DCcWBUJv5F%LGM_IA|U_%#7d|7`&(1{z*+m1(}|X;pE|w9Ec$|!_5O^ zK0~i1XIRQOZ~jM`+QD>N+nph^j4g6SMMFcAZJG~%ha>E+-I#4{Ci0lPJbBtVo6ywt zm-tcB+*th#Rp$ak-xO|~=R4&i_Ikhx^Ef9-g*PNVnT6iabbbY|t+x=YKk`T#YJ5qN zsO+MqugP%GQ|N+%uLNU79R(U?j?2B|#KiDyva#w4m<$TYaOLT1^XZ%-OAG;*&(fBb zK%db(82q8u=)(u%6ATax_K#>5R=*+Yx=(zMY{}N>lo5tpT&oqN(!34B-kl~gPzNDI zW|yDT%Id@+rTS2W)z(NgeurZsA#%nzPfA+dL*j6w@1Dm2Y4S~pyQpVWRaL#kh5=fj ztHR$P%lVAzOKDlzp20!+sP79)ajQo=k77zo!9^vWI0OVWYB~ad>a7oW?)T{QR>rFr z2MhT|YmY!s*ncSwyFS=3&*&HR{l+&Nt4BxJ8g=d6ius)U%+cC(v{ zMvjjiSzlIyDq2s`pqD^HPrc`TxfFVPdy9VXRAmcLIRw-dGSOUneefyklREBZFL{) z^8-&`#p9zTPr}^1Gh_3M1s(X0TsbQTfC{z$=BR@s_IW`(^4wn@iEXsQ?Z}|%Lwjqh zUMBSCs!d=NWW2~AK6Xv@q6#8{^C(lBcI6}7b33i6q{KpAZWgIV_e;mGL}NcmTC zeglcQ!Txy8@BF1_=U8Z%fqs0G7?|LJaR(qc}q7 zQrN14aZZANyW5ecPJk$?e{U~^1aYI@g}1i0b`zoByz)DYqKw)Y{|7ng`)$HpjLdR^ zcr4by8&p?`!6;Tpb_th<8+rd>Su&qJWgA>Jl>wXG{-FYfZ>t`OK5WkWVayb^w6vf! zw^cdsJa0W45iGl6%+7q~B*T822jM>$=zw&sjE&*vQq`^N}ToiAVhhv)nadjrKJ<;w;bpfSrQoD(0r>Pm1xk@mSD93bck zjR}uqPm^``wn3SSqRw(-_nPC+Fu)RC} ziWyf{Rt^rXVN#;~wWhrmwQGi$Qrl5gcThI)X=y5@vF0=&e6Qe+W{k23Na~f~Z^)#< zzwXmJWaHvje4fuUPpa~?%O`qT>{HS%AEkGChWf|=R^qAGl_UDXU_1kt%dTcnNXU>d zY=&neD?cCJ#1vg!ovV=kN?UtWRziZw)^2J>^KlvCy`p%J*-~+X$k40n@8dYI`6$3E zl^o{f=8lbMA)9jvpp?JJvzOLZ^8D<}lE#eCnLs|3(%KeVD=#Py3R~p}5Pmh$1-2C7 zMZv?yOqzB!%EkdjvuWII^jZ2=qg?&RLyPUL;lm+AN^+5~ZD9dKb%BuNdAVm-723!A ze0;JmUs{}RbJa~v`g(ZKr>D2VwC3nEx9iZ#DjvQlJ}i=>Jq*Cg4a!RkS-oT~t{vt0 zW%hA6c*~jE0ih}o2=~X(U(MCqrKJln zZV{d~eC6loPi8*bWPU07^v@*LE1jq)4FcD`0Vv(-&_<;L@!G%dfIT*+!yGC!G!NYxBeYFse> z3ylJ$E+E!N{+{4K?n82SG*=^AUXBgSDfy9*0EP58K{i}T%7gI&kmd3`x+%ZQK+!j0 zE}h%U6z@AusF-Oa$Wr7f&W3b0WnB$cV1uSfT;+Sgd(PlKrMqa5T7s8`5?Rcw^*`ok zU&5SMM}MI~%geVF7h^ipagi%4b@>7kd14W-Mm4V2BbD)t^GRKEOe8wnc)PbJt6rnp2xxKp4E#W^@M7UT zt?Z8r0RgR<(NSzZ3iGhybD5pCV&bYMG7YIpdo#~#<7ynxUGh&F?;w5?q-GimEiz`U zP2<@Z03+ixku^LwSVnvlpS#8u;2{?+dd_q~&s|s>yJE)1U{{TQ?+Y88)FQ$W{rcjzgZC z`hW8A-~J^g8@2eoMH#HtP{h;COtz+O8#DV}WZT1+1j+tjiUx$_a1eNV^Bgk2jac%U zr*Z4^n3FL@|3UG96g8ZW;eE(IUz$V`Ac!ltV>+X(dtVJxe@m_~a=Fl z5@vFIG~>YaT*I?xT-`~3hDePaG>;gUkr53rZnp(w7`=aeuwve_WCTFHo*GI$ z{XmB=sc_DvrvT1z0>B_Of4d&t$gJgx(T`8i^YioXw?N{v*s5jwbKWRJ`t2(0H9(r* zb}*EiX`=#v8D&`neNiVl*EgJ`0qyc7(0J5h?+d1Ns+A$npiqO%8`wZa?4RRz3-~N~ zNm8*=0$|N9dt)Wq6&-abaatE{JKUu&jz_*if3Fts_-8#u*80ynjl;{g-U-A!O(MArT7_j`fUBEg%ki;JN_p)cu9fT ziHQi#e!2A#Fb*cdi5VKgIFL>G`PqP;+kxOVGNKEW9}iCyTT%h+B%WHfv7Tl6EkJeGxHe z2qZ9y)SI$#lov?3j8zZJHlP0|Z9BTS5coHT4y(zbgDpnVnVjHn6Q%w5_(tU9wnILD zzR?Nr%@T1kTlQsP2_?n7mH(thD5;|)h z>q-c8j<=HFv12tzuFaE5Mc$ws1)_3e36Rom&^Rdz*VedB!nZGhx*yOEcs(i=cqJ?o zk-RAxe@g<(%B<&I)^xd7D22v_u{YLm!g zlkm#1BhXQc>F!#ZcXoEJVoQs)xQ5W+G|0-!JC$5Q0nH7XF~nUmK$M=5W?Z5M|9*qQ z-3+*_j`*urAYk2P#r(EVC8IkC74OH6CvWpb%v;H$cTL(DW65ZKIVB!c7G4N&Edt%$ zJt*usSd4bNeh?c^)81xlXNRF+8$Yxy6`A9~HxdKm>f12KIZ8AT_vf^EF^wJPQ$v0I z3?b!MLb&ha&A__ZY0;9X0M_gbKgGLuv^t2e^mOqtOBx5cqTw8rfSpmlR^NuVmEU76)o|lKSmBxWT^4xX- z>CLH+Zr5xNEq;dJB@oRmuH>`rG=I7$_*A2r{INA++FX;Kz?bHs{Z=94_jjMw8!wpjR$S7PvIg;aOt-nJ!o>0vT z$1u(AFY`F{he=@-C=#)r0>;}Phxiad{}hpr&l?&Vk|XhU?nF;AfW4i2ak$35wgP(T z^WVANH=nh-Iy^6#P%sY=XlZLmxvvXXRRe;6NH-a}Us!uEMqS?~m?sAi<(K6PU$A#! zF{X}#d)&^uQ$%q<8~ov7El(*kkYu{J#*nTr&{9HBA~nTUWD#VMjb+fDTH3~`Q%3Iw z>vO%8T={F7LcSsmfYLttn#_^x<;;l#>?5VD0^30dNYD$BmFa23@bIPahNFO_RYP?y zQZ6oi0M&B?oKN{?;!OwLbIWKrwxS18)doZuFgCtVO=Y^AnQ*R;oL=k3=qwk_1Y0gY zk6g1EQsd<#*u@dt)?qSQeLSoI)<=U9cF%{aH&qCqh7_8vqERza99$0YfLhpxL29H$ zY_+o-A|eLtaCGg-1|ITggdPN9r~%ubgwfH_Q_>b_n3=KLJeHPlZ*8mzX_$%&iE~<( zDp#{oQo`()nvD+^o2u;|yl?$lA(M?jRSX<^S*hEUK<>a&2IsZvDM)F~RUF|wGYS3@ zg<(4-ywjm9PC{(pO5#|1n|YO_NFp}8iTg@*_B#xF2Bh|<@XkxvMTCcU0hlV?%GszW zhwR+>%H7Rna-IV`ylGI7vzXP+CoK)wqetFr`}_Cz)%KCwKTWj7dQo1<(uv-~(rU2;?cTc%!yv+hZ7aUxTcQgpUOHu9y~ z6J~S5+;=x(R?31wpxFgi3J?&c*<@;p}J1iJH%r-wVv57;+SP155Eod^b;f#CNs9RVeR!tXWqikwYu~}uP+4S z1%+LCHxWsT{Z40X41P8^2VY&ZjSgo7z>+UpT-ks<#qk_TWCT`lM9S6k3 zUg_KrWSCBwD#TYp`s$DZha!n z(HqrYc+*s6m)#Oq&c{LDWl>@7zEZAX34oAwv>_15n}V@BDDaMB)?X9?I@3Y-Ta7bH z{e1Nu4;_Gr=;+2GU^lt}qHLf~!G5(=V@pfqK0ZFaDXiPpQEwq?>(ujGvXOU|lYh81 zpuRV)gGC>Bf6_)_u{GK)0O<4p-2hXE>d_RFjlPr=g0r(rwnY)Lauf-{f9H%J777Fn8!S7 zSo9dU&2<1kad>ht3Utf=G=mOSf0!{!uVb)*_pcZ48nM`l^0N7?zSA{j8E6|49Vjhy z33d?>oH+q{cui5wh@x)J#*oHtw#l-@ap7y-Zyye4SV8If=@4=}Ol)lIXLUyhP_?GE6dgVatb72u=>qqb*_NQw=IiNp#|#~CwE$>NB!eVIBZ2qhKP6ubSV@y0Yo zH%|+Dyeu#L;9%>0k()_9J)zhe3l1G-4_rV*G+N8|dWXRanCiF#mw}$}wFLQmjR*h` zM3M5Vl)o-4wnOvs)dm#>PC1^t1!YuZ@HQ8Cj!Uok%7f0^`H?BOM#i3e4^|N*Pti^7 z(XwI*sEP-e%=1ROe)cSIvo1{+XLxw{hoFZJr(72-!)^IJ4+ZbnHz$>}0!0km z+|QBRhgM}P@ECnXQIS0`p9AE;J%H!jUdy+>4(tLH+}s0S|4>(KgD@a#eN|`4xR70# z3c+|3u)c2cZr?#cA!1R6h?JB?WA{0CMh6Qh9WKLY(+ZJ?i058G4*d)&O38v({(yeY zcAjHe1n&*+{oAAaOPI_t^Rw^TCGbDGL`anJ$;jJ&Op4HNQooU`Aq5Cd`>&e9;n{%n z3kM)3dJ~v5H~~p%6ooL!=H_Nmaj_Ld!r6->`kaXim+d(3r{y<BM3qU0cDkz|u4tCHr8dyv`Q|9*Z$m21M zU3p+bl}Lk(8bK_!ga~x`vs-Y9;J|i4eCB1XvY~8kjf-b^*Vq^0{>NK1S9^m@J_?wv z0G^r-ES5)1{Gvl)FTjP4`a)@W&_1*QT*s*h+hN}5@3Wt}-*WF~&;R@;3+O^bmQ341 zgF|xU8n6?J!a<3dzId>`J2oAvaBM+ckj}1&X5o!b0NbW>sMDpzZmd>?I0gm60FOk$B4rGF)6CNH!&$3 zy~=^P3Sh|2B4wde{!$WaB^B)-*6-P$f7T0NELT<}X+U%M?d1GCsI3O~P{+cO$1CnT z4_bybUVa}@2r48yB)^SbsZ{yi97BVcn5muP=+oe)j3zG!j+LcIV6WHL=H=WC2RaBZ z5tUV6`WRb-w*6^oejBi)r-uBrdvb_)YisLNSR}(z?&hpwOH!An!ui{S;MMi^Z`6x>YOxre~bb) z2e~0Momy73@sA)pRTB<>Xy*Tnl}C(FK+G)BK2acPz0IhP%rDp|BPg*jMVb*pm-BN; zU#+DP|4uteagU1)S^b&6<3&|qaR#c;#^kp5%G6Krc1HnGGscLR+(*&UeP28f5CzQ` zgPneL+M@7do<3MYcvGA%-2P74AG-Cb@*xG984vfL(SYK?;F9EO zd0l8~8)VT`bKAw?!YuUHt$7C?Xm9AfC^M#UhL_Q%B{U6$bFXFLbM&szf-`DWV({8L zEw;aWNia+%r7Lmpevt>?n~1>lJVwBZwqeSs$OyQy@2(S_(>>4Ix2Vib3RfQZ(2Dvk zpb-@?A4v}{O=m4ynsUUbmp&bHOyC&psw98GjS?$5HjCSNBdiy39>HnZEe|5@W}BCP zywPM0u58EnZK{Ejbb!giP_u&I*I3|*XsW^G*kgzTN}-DTY6cYP%y+RrP~D}?hOK$@)V-LrSU*udv2RG@7` z6B<4fIxUm`eO{Mp0-sbF;^@`UgrhhGOpchs4)ZlAz*_$53?;yk?L>Werx;R$Cc)3!j z3?4H?7;A+Nq9~sPBo1MezmM5|=VlSL@G2OX)>9fQ$`hX)9bGmch{YGB4FTQPKR{&> z+hoBln2ETtKsyc2@4?vtxX=fg%=ZZl(Bnk%FT2A7)MvKPvUaf+O%5kmxFEr3yWk@q zVrO<;+qj*(Y_B;|_jDgzIV5JAix$tc;f2Zip@7od%-GQ5gF-tmOkYKi+COZ`JxE*^ zJg>tAKpZWq)1`o>$eG5#(sKI=I_O0hu6{p#MD`NqMpo%xbi1bx zFt>1JHA@cV0gUI+EPQu9@f09l&A)v_EYn&5;A0x_@gxC)m<2URk8O?EHgJU2RITH) zn93k56+~RwejAI}*|>u42Tf`1IH`VH{2!o9O}9unpO%L!2%*y-N)(0A*~Nn5mx~TZ z1;`SCsWes(?_>oAO@5HsZ!AD6nL!NgTnNby-DjCS9BAWtvD zsM=c$=2xF=GLo-QRO#OtmsI)XO(UiDsBzk{*yy06g8^xLEm!itHX1Bm^Uu}i{xb2tEDM0yf*qWZ&3Yzs{78kCY!I# zfS?E}Dgq(`DheWkpwg>KuS%DIfJkqm6sZZIpoAhIT?xIn0147j1O%k_8tJ{4kdU%B zcK`1_@4laQpXCF;ncOLJrkrz~YtETzebnl~e5p>B_2J^6!OLB|-hk+Evo2^qL2)0f zc~jPsev*tN%sTwpIz@=2$Em%Y)w&s;c*LXmlev0jhlZl#+Oim0Bg73zpPQLnY5!@ch`#Q#Ve}X>2>9YKORl1*>B!KSWux3Ugc*yvi?mIYTt3FrH75ieRYGP?kbuEvv z+-cEwJjLI1{Nsy(a_1aR*(bo6O8f5Kcfttbv7xz^;W`qj9jVZ&@Iw7P?UL`3@q`1p zgp|Z(ap%OsE}yV2klHv(A(QGu?Ij7IS#*M!`nh2GImt4115*~`X@{WK8Uh=f4aNft z3BR|K_GfdZT~7m$^Hy6g5!S&@p>_+!hZ1~VohEtJ^Xk{LGe>HUOFc3(GwDiI+;}5> zlI#!TjrvO3?l&@10_%5rFZ6Kb8X!-mNhpu!Y`;i@UE0!e@7V0}vwz9z1f&kH&CEbJg0k` zN|EZ~@%&rT`ia!kfyoAy^owc9$r|*^X$gKhoto-m3~3tHp?P@|AKdW^dWnHM@ofVM z4mhtZJ|v69)<9I&_8iFrj&$WSe#jrFfGN1q9iNo@?D?$IB&a%;l^d~ z>nB>EB?phzv0^)0@NnY}QZU4!A6F!q=fLb2T;Je?7q(k!FuvO0^r4S3JN||e6MG7^ z1t-_k`-m$Mr!uKNOZ61^29mduMm!CHKqvRPq<|6tcduF>-T=Z+PJm8=i0wCPc!(}W z9^eun!7DTNsd;u~x&f0JlM+jO_T2l-j#?^~s$xgygE zRO2W)ae%&je7v`OX{^|}Pj%E9ETW&LS#JI&tkgJO&=^Kjn|!YeO$au`{i ztG+nQ?8giXp5JvG8VLTN7c~F0-#L4v>2`BrVfaS)Dc)n;Y5cNbGcU=JWNBJy&rWvq z^`*mfjdJZ=9X2mQ@j$E%1(X6xy3yoNV^C^TNCIM6Fe@9S+xdA53o9CGj`<%iHBoE% zpR!WDSHj&3Q@|XjG_PP^%Tgm>h?u%YedRUlU2n6f^aln7k**lax)mCyVOCd)8jE-K zW5qKu!mBoFpfe-4MQ>*M?mSX0w|v7pTrCsNRx>g1m}Yl5)FA07=0Rel(2nI!wp?#} ztL`nYK#l8u@|3kiRR5C1a03eIWou+Jx$Ba5ZLu4N;vdknRcQ?EZm>Vn@KB{8N=j7O zrv&OtdHzKXyOI^`N*Q8_CM6nrA&aRw*1Fn2u-7*CLB+E8^R z=j&v76?&{GdIiJVm=kZ5U1pS!iKM;SwJr7jE;Hl_!rt4xmEUo!f7T;ov<_>JusxFH zs2J8pS}-u&T&BlO9I#jnuVA#9(ON>ojYV(oM2 zM*$PFXtNv?LI+k|s1R>II;9B00`4yr=rD+6;ah`wLvn!ZfgOB?o^8qrAO*NYM_4); zD(Y=>#hO=~XexPj8XFB5iz7@e$j*$QM95Yfq1egdn=85Z^h>fdqrE-C@;yAK4^bM& z(?RDcsiSa_*F_UItlab;Z(q!NZ<^j#nXld5FPKSK5>*vW(Vf&>v;jnhU8e zmV2MFW9v%6>SpvGt2md(rh5n_nft#PZ>;Klr8Y-+z+#ILTNET4yrt?t(_k91chy{& zsR%9qhT@Ijg}Ob*uODS;kkdBctzB9+%u0qd5n#p0rO9g{N?5yfAPw_1tH%<5o*v@1 zX=AXqj#-qiw&I35RU-o_Hq3|8*dD(sSUSpAdO00O|C!cu;FF5#eQ?S&N&JrPvLwcj z{4tyk`hs#p8#{Gvi>rY5j;2nZg2zsv-)9@*lJ};>6p86 zK{YNLh~dxMHqtNXbWWLWU*{Gc;z9AKfyxi*?S?XfU|jaYfv-#Xa8C$I1uw0?ynR?Y z5Ymsuw01`m?aJ&2o+9jt^P<;ypFK{x63xgZ-o`UmH@Z`QPg|Ww!%H0zINUut@iy0F zn(4}ArtGew+uAyjSxJt$+1c`3671UJ3JOfIcizOuue>1G6%2Zyg6(Yf2CDn~k!E)K z!+inUW?uSe!GnO(%5wD-)L}0EF14o!q8=@DWy*_Z;;=Ntq$YIErE@|uy6AN{O-eIc zWI_I*;gC}!hs4gVDQ<96YLoTC7QlkOCau+lf?k8xAfosx*#0)CQ{R0HHyA|UEv|G| z9-I>BlHrcF*_*kDVQZv;Hr>_?_nf|kEg}R?ac~ugY9cM(%m;xvta|HcoR>8j7oui) zHy`%a!L(czv${mXPc_qCe#@$%rWm&&m&WZSqgN(-M@yt!fk#zfAwlpSoP@t>=+vpf zqu-Mf9zL$549hIJsorZESXEfFEa1_OLfF}{4fhWfqH%VQ6CNj`Yr?jWZU;yW1;DSjo}7eQ$qKbkI}o8Q@HD29ZPy#E~V zE0EQ&8i~poF*G(rrvRL{ftcQ?NZBzqyL-a*Q{33Q{E~ztFJ@$hr1A zs@Z7w=mY)V=tiVPIh&U3R?nAD1guJ#t$vi3EO69~HF%ipK+2s1_y7&Bcpv;9U zpIbELO;e)2#3sRXc>Da1+BmmM7&(%vw2(;p<|d|O94>5OE_40kcZJP?TGn?kvZ)&? z63nw(tov<`d&DG}bAktdDDD}47rBS9y#Oyk3t_StM%suM<*&o9Txia1)@s>eF!Y#2 z4gq`cm`Ad|jB!LW+GENAwoiUm)k`78dnNnMJ8`Sqk*lwH0` z*I1G_urJ~s&+D~TI)=}n$Cm5g*u-hO_uWlHy-#^8X8QU~YEo=$c20iZY@4`dw9%7S z)lce<;)ZnXyYk}m`|?V?6~QQj4Clo*Z8NhbD7o?Kpdc!5*>q2zxi1Q7Wd~;Ki{7^K z8a{1%RWN;QeNfNti=c}sAA{+2!O+gOXJ2qsP)&WC!5e0&9_K63Nk^hi%xI@4Yu(X?MnHq0 zAIr|Cg)%2suGrFVAL;*$Wv{#(6PZ!6bLx^d<;cW>uKvyJ?C_IbCPYs{%g!>+s9hq% zXlXcOHeoP@g?2Qj078%(_1vTvoqdbF!p(j9F6g&`{XdKsYdn9O8gcK*Bl5?dTM36x zGu<H2)IX|L3-a%GriIuDP#!sPmyY*G- za#=3%HDBlC&hA+osA7JVXsI3prD;uEJA%>)`Z-8K^|6AIj2ZhzPxolLs*qvU^6+X8 zK#V6HWvaB~hXy-TkM?kYRMf!6Ue;| zT-{gAOeqL87=)$c1{GOMJpKck;(hfnXXzqp*rA(F%KNqy8uRqmnhtIFCQwzu=y(Aj z(6YGzn=Z(mku>vo>84vb_+rE)tcK(T42Sb=?KlQCuAc1n-o>{fro9?r`5(6i$VVz3 zXJj1Gx_jJ(#<_f9VJXXfI!+)*$`& z-WdTTZbf%?o_O>I()LO9f`3`PmnE?S$udcu`PA$?N@E` z^%jb%0G`MfZ}eYhcV%m|8uID761okCiY-E2i_iTU6}pMiik3X1nlX>UP*(?1C&6Hr zq(}uFJ)Y6U^Sq1l&gNzL?w# zxVJ$(5p+6-pV?!!kr7%O^yrd^h;o+F`o%s0Ix0=)s=$0H!P5lBE{@Nu6^md zhHk=VQ@fJ2k|TvYIQgd?sq z|GM2sOv=#E+F=^#cWmFVzO4V#lR3*0%{&>vOXS>Oul+y`jc1GiK`g>Ow*mek_1Q^2 z*A)Ya-LHO);u5caA_k)xLQTzfHO2^G{X%I`d77E&<-52QrccY(>L1OZ2V~un)NR_f z=ErQ3-ED2cc5Dm8Ib6`1sdnIGedHCFD$*C%xAc+IdM=dSGN1vW^ z;hq4JdRKFx)vnaPx}?9FuvhZX%yykkL+YXnwVVF#C$^cV;SLlx?@pOvZz7vA=p{@H z-Ca=CP7jFuj!k8QqO&w6&Mvr{wgY=Gk~Db-H`xzp*jQ@gbsyeW8a%#AU2AMl;gnpe zzH)8pSg__Y_5cD*Ps=7bB1ZGLTUBVDQwn<+SO@!FDSQqOAuJkg2T0*>iPcnS(s8N= zjaF2T$!37X&HdH!j@9sBO4p}81mpGUnZEXC`pa{-W00-y| z)Ys^O(kmpvBf^1RO56&X+NyvmGR%G_=IU;Apc2@3?)lCeK$16xCmf{k#bS-x{W@?_ zvN^+!CCov?bqn&Fjb^oK(H20a$#HQ+!9lhATf9U-Yd^i`*(n47V^nNdC<*&66Xb*w zKTK7|A48!MdtG+_ga!;4IH`;##iY$O&wQ*$B4Jr1IPyTx+YAE z`G@x5`A!qO_5?{j5<0jusVd~pv%+8mzl_7PHw8jp)2*ST= zt|8TW=T$yVYi4ea)Q`V{7WVk$a2W;Nl2Kcs1*vZZLA`V(FA=w)1Z(d~u$GNM(2<5} zP0aIi-sPjb1o2@ zz=Q5ctO>0U{NuoJ^k*5uYc6r2b}=%N733Wr=Egc~C+1$Z)IQ%G^x!@K&~{mLFa)|W~0FWgwz>=949zgVDO zV2B=;CDg$S0hS7XxW&PhSPZTkqMJMucjloy$__rxPNF05db+^p2&AeaW1*4xkbrk_ z@H0l06%!Ek#ZBUtBn-DiHbe~K-66;(irpVie`MBgo|BBY&8?f)!!E{_MEtG`>4MR` zBo81^W}hk2LhC`?X=;rrlXQ=nZ*StPP_^(((4&x6t)`fhJm6{-G1jqLgzrQH=NS?Z zc9S=o;GyPfU$x0*1bUf5{#rXCt*HF^YPveD)CS-0p##EB@*jAv%Z|FDy{ylmPkHdE za+9xx@`CO#`)60@Jy_%gXUMxsDE<8IE2KNL5~)CJFL&`pWyRooSdL)~x+>!X`?@mO zAu5JG&AmEFp+g7!Ti+Qri*Pd#xlCR(_-l`7<+>@)She)=xZ?vtHGj|Hy}b(O57{(Y z=&r;sVfQzJOXQn|XeXA=;4hZGe2xnhQBn9c8O3Q%r$k`_*3kROL?UIC#xI9t^M>vJ!@F!w(dH=Zn(`gJN1KS@9gi&hjK5+C$SV1Og_ z(0fFT)0}HSWsCIBpP`s8m94#KJUlwQg}nsV)%J?yB$IS4nPZ*|9cAixm@LIXMpbK} z0kU1EeUDvNUvELrB#*WBQyDD{9^&T5CPDm19Iuf{1J|uKGy-)L_1wQb2`b1pb&+>t=a@gZIm`csZL9Yv(e8#C$2jB2tOiqu?Vp zmX2C(vRQyRR7pO+uvgylTx8Jjc)r?XE{6u zeV=^ZyH)k1MKEfvvbbGma;`J`DQqe{kUB3bulEISn-p)9j;_sv`?2PcZ?>4bmE<$? z#En{0HV)EHUfIyn6j9OE_JbiJDXq_HC$HNF5#-!nEn4g zbOG(`r?2^)4Up#L{9jy5=daDY$GA&A@?=q-lfkE%hwpaRT)=!Ij^^G!u`wcTP5JjBFph-Q4x zZ!p);1t}@>)>nT>Lj2KB(G|Pld-wv@bNO*S`P_MV>&|gP*?QeM&CYVOrwk#>NZj-{ zcJ{kDZ6mR@OXeJ^!KxZon+G>UN9Ty1?DVY^H#E+OSX^*Q5(~em)@bQ;FNfYa1^K@6 z?x<{?mZq@5rg{5L+YWx^IEE~d_-#+_`3z|+-%!*6`$QmwDJ6W%DVT~v{II2>vZkwj z{>;=YU543I+2_8cN+;F!5bN7=fpSL_?|C^RdBGKZ5zq|G(r^90AH3K}bFDJb0f=)L z0)r#N-sX-N-*uCOGuEq7Sl5{ZyIz-m>)mOVF284}o`Dh)`uG60-`d%$fEN{%oH3JuW$`B&5^zoU2qv@GZezvx%pH1HOW zlEI^0ujU{*?FU+^n^8R7>|!o=f2!>U(oDRAHIOlf+d%ebmuD;8E1hF3KTRJ>%^1m> z{j&Q8zB&a~Q?I~Swt^f{kh$dMreFRH;Ud0u{I}hK5I5nbuEgOIMP~tlW*3-T3ass! zQ(4SRa=b84N;l7Lo(ZY50JJcQHd_&>@X>q<^w9k({ZMaA#ZNt%yv`=_LId0^Vb z37AV}axNvA!f~=p^`?#iUwvm(K^Kn@TPkr}UC)~>!+8JQ2M!&ZTN|$%LYM{&=^uy6 zoPe&+&s($IkmHWN*3W&2b{}nBl_Cd80aBg={TPJ*s7U|u;NMpMhgR>uOa=NeF+=~Z z6u!LhThRae^1z|r!7T~ME8XAvA4RwopIKNq4y8B&jmo|1EF>_$u)T=%=;vKvBR-#& z2Yr6F|EN&?@!;Q9{)birFM|NR`W+9S_`AYz@82R1gpa(I0)XRq;P9r7 z@wxz{Y2z^@vg91-@CDFhcXzL(d5{jTQNHdm*6-_$0^|*dB@Ozefc~mL|9J3kEC1Ed zKPrGQ$3Y9<12x$Gt{9(?{VnMKTX_z#gH-k%XUNp&6U)F=GOo5`x&Gy%6z6VHBwpfH z9#vH>cPF?nk0D{W04Wpf2@v2<{PX-H|6^kQ+sgmY>i=%m$)5VR$io)&L+b&zu{i-J zQ!Wo6?%470?AyB9-7P0%C{s#gOY~x--yy&iql;oAgZ{^q`)e|u`(tAM+sc16^mk>y z^oMTytD+}!;^#smvFU;IC&~E+>px0x zVe-dAG_~Q9n<6!#pb}v+y%mbD=YD+UUuF^xC4W855Rm?!LQf@_#F6MH%wzfl&;4!; zTT)-sSFgtjnmhp_68ydm)Eqsu5PY`Ca0>Ivgm>d5pNu5gEy7^n)RF=92O1uI)@9MfXCue0U*qNEZudHS?8LcMg!!7OXdVMKr zoR*RO3qm#6qrWlcwHkcU7;uU!i>TA*2#^@vnpGo!6yZe!C;*KbICXN36H9i5Fm%AF zFTKEt1Bt-dfGbuftK)s^bL|Q6t zU%<}7`-z0TZ7I^G)Gt`NQM0#Fkw9@)MfOUaJ|J$4XKkim}P|VM$PeAwl8_R5;NJOdK XnaE0g=|n~l@TVxNCX;{L*!O<{=4G*= diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.002.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.002.png.meta deleted file mode 100644 index 6f5098e6a..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.002.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: a5190a9b25ccacf44abfe58ce2b998bf -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png deleted file mode 100644 index 6b0f248119af1390c596d5bf4750fbbbde44a935..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 30596 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 bdz7;Gk)ScsAj?=60RPmKwUlxd%^&<9Z`3>h diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png.meta deleted file mode 100644 index 53fc4ff80..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.003.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 5d4fe39f424f78140b3b5e5650bb7cd9 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png deleted file mode 100644 index 805539d54b85b91eac1fba14be6898434ff86d88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25971 zcmdqI^;^_y*FHRScXx+$cS);+h?F!aDBTT1cPSz$9SYLYF*HL+Bi-FGgEYg;JKp=b z_uk+C;CY{);5rTtuK27t*SXFW_gqJV0GAdQ000m?(Nui_0H7j&MFn7EB7a=?P2T|k zZ)BdRK7Q%9c$|af_t9W6n(Olrdz#i=@wHaK=ZjSp=JvGI=PIPkUd0g~Ba@kV!gC4> z!%IW4S(&-5&b(*9t&WyPMsv00N5AttQS}UK!tbib&E^87IX{0s%l+-qel5NBh!)nL zVxQ~3D@kykhDiB|$l!Pus+~0t-{wLveYEUFXI8v@1aJbLr{$q`{a;%E0ox^jnuj6X z5L^IRDD3|S3wRz2zzKl-Qba!m<2yeB8WnGc5Ch1Ar{=-P|FhCXu|oa7w?OT>;`(EV zTFAR24e@{b0+M31NCFPv0xL!)8$em-Kb|ONS zy?$xWgZxE(P8Opc?yqgvI)eQ+sk7 z#_8qbV{@@TnJFJA;nHzy2SUK_Z?@BPryUW$^ALaX37m=TuP~hg7Q};{uC%$oapdLv z_%Xk=^%Xc0hsLqI}5qIRMXVN27y4Sd3h=Cetp}RHFX8IU$2&{Anb47Y@~sMmKvSQZZbZ7DzowbR!B=s9J;$}XXY`);de2q0o{mU zD#P*Li?beoKjhnuLACy4fU);Io5pnU;~_y;!R0@8 z5exYJ-w1$E92QK-qrb{XJHW-oeF@D_IkM*|ti9&vP#VKaRXMD+dWs`OMf8Y6zeLA? zjnv)U-Ob(ob^(l7Dnj+B&EGybJ?)?WVJmDuMqgq4Lpd%CrX{@=di!78fymp=P+9Z9 z$vH;3zPQM5Y&6u)z5fvC=NtX!iPV|Jh;<10jFCToeu2`QpET2X9e(c{R2}+zJ8; z_^#i7C2Fw)_C^yps482`weY|tBpR{to>8cEQVI*VxOrbjPrmI7MM0}^nBi%le=+7P zWx9kbiueGcogr>mtWj!77kZ!5@1xGNz(^L@U zM%9KY$F(<0^YgG{WuCdEXE@w~f<|QfAw!h_>0<#S*5Z-LMOXEO?D=k43{5uSRm2Uy`mwPnfvj_ZEH-JMBn{7=fY zsGOVjyf4e#uI~p=B6g}`6!+*+cK-{C5Wd|&k6A>L=P>Jq+gwv=Ad)4|H%aW$yqXH@V#QGcmk#w7)Ugw2pmzMW8gOVX2ok1}EL64G&h z+G`0vr-D740TuV!7)Ad63VV?VC!&YEN>h~D=AZI+JA}a=B^{O`EYSO&p`l{jhgcG- zD+=Hv)RvZrC~EYey)!g4v>7u%i`Mz&oTbs6f0cxs&EM`jPSeR(ODE~_QcYXOOO{H_ zP~FL?V$o_3X9S@e>>3{nsxV0((dnYgeKAQEb20+3~lAfbQH+Qq@I85dw}O%5+g>OIb& zIqHsPgq$=)i%7afXVo?X=(+GF<2zc&7`Rxm<+r7m7b7k0ZuScpFApax`*uu}%4z)k z#6;+5mSp+SgZLgAGUEQ%ET#UW0DM|8O>LO05!rD-%wo+o8|HE)87zwVDwLhz2)#~ujDQ#EK7vPJdiUBq(i4RP zkM9T5uyzdlJd(pf<}Cj{E<*6;&6$A?(%=_s^Zz`?89x#JhcuL(R`?kmN-Fpz;lnV0 z?D&z|x>3nqL935HamD|Ix%@clP)&7J|j4e0C2M}2*k!741QxAH+MOBOCI8^|JBN8;>E zg*3sjG4H{lcVTU9i17g3M>-w{#n~F}$Q0}8gUb5%s{jp6wsAx2>+3xYZxFJ$cz82U zLx0I{2YZ>Q?p$@Bf7xb)*&lflU}~^)q}xK)zn0)XP*FAY4sgM!+MCEJq*H8=IqPq` zP{dd-!49RrLmbzQPm61R5qqNjRL(T-opYs{lM@Op-MHe{n~d}%jpxsM1Vext8XDs9 zwRWSlu-kEjoypc?;~bnF|#Y6QUd^ zG+P+>a5=ZtVxI@LO;L!C>AM_iKHJw@u6cvkpGZ?wrBMaA`I@)0L%|biE7jUsb;=7@ ziK$Y0`jmp6-fV1hTiIT`1&YK^Mx>rq<5>SBT_7ZtspZ$&&vahlkY%ZQeEQhMc-;SN zoeiQSCWaulUUo5d!JPiJlH^{bVXNv`9$z)4lSrmm{r$T%uPJF;>m4(1InK#R#svi; zIk{nQ%;iO=Y~XLaiWx>+Fc|z4uuTv6C$bssWeo2#0%7jrBLb4Q2L}g__4Ua-rhcW` z5UPi##NghV!H=Et;McagSoF_d##ZcO7o*>mrH=1h4vqr1Lr^+jKPhZ)uiM`-DqDpQ zZ7TX4&v5h6qqw^MHd$L!szNQTsOURsT7#F<5ji0EF@yxngKnjZ z-fAzB^f=GFe6#Tfhq2|GZt8^U522RN0I#8WA2t%SwJDG9W-pJ4$E%6wqy$!o?4Xjh z_Q4_{$AMTFCeIBePCsrcx~_oT5S5y z9}}pIX0Of1c{dkxN#~l?%#N7dN3F*SeVu=AVRS9Y;;X4S7w%jBGJ;_dSwwGd<2K-} zx1`cYUm!1|RAJd^k>hrQ1i1g?zfJ*UMURBb`t87$gj_y&+Gb@m&*M4)#8t3g0p?Yi^TA>;=Pi~%Mj_-V+YB;UNS4GC9MGRB23g_PBhqF1K zkJHaS0wd0?9v7y1qFRmS)X=xCTv`H2;L)vG=w5Di$I)#}b0bloxB_q0C8zr+*_PN- z)DSHeAJ5+^I%CXUUS^9%FpXr8@yY$!=BBq!d}l^RhK%Zy(^uS*f&up@P5)S$WeQ?D z0B91~pTd-~e5{3j>sQFFlrs7i6C~CjnX((RHB135>HAe@Q&S^N5B{zI@oZ3O+`n}t z2P3`)$K61Fz;7-Va6t%7l+{+nBYUuH3gza5qQTZB*E8sP4y748J2U?*p&bz$=3dO! zd7~=Gt7AuYj-%SZq7LLUv|c)=Y#+R<2Pm4P`2Kx{TEgj#CG_mD^+nDNmo8kE3T#<* z-(<{JT3v1Q3}F!jRYL{=gw$U}I*Coe6Y2!vV69 zcLc5SV|s)lY5qA8L~evGvsBo#8Mfoy?dPL@;am00q8w!BfAWDvSqFDIFXTgEQc@*% z-^0Z6a`4Y!1PWR|Gc)s5HaW26>EqKZX4ksGxKEO+et!%d$o(G{0U^7Q0se!@p0^zh z6>cAuYB+zSn|+DCuKSA>I&PB!u|@=BE>gTyeLqX)=F+8k4r8=I*~=J zl*cwUrJzNH9ef~g!S*&(X?cwz>Us~ne)Q%?Nm2|~q}A(IHa--Ir>HVVFv$89%oRr| zhkN_7%W|C975lMY10%wJ=K@-tK?h0MTEp%NtGs>t=t3#Jgpgvg9Tjps4H31-L)rne z3HvV~)mCb%>c0L?5Pi8}Wlt}W;>f>aS9SZ< zm%|5NFR$1_>ToY0Ta~NGR+0&2&>|UDtW7|xUp_BlpriERYP&t8kky5Ckd0W!Ij zF4fVAt$R8MW^3Bs{JzrSw`DA#5YUQ^2>JSg93ewt*{R2c+a9~s4!!-I?uXc51qJyE zFt&?RU9V)vV4V#Ph-%zzRF6-u=bm6t>u)551LS|Q(hHRgMwW18jr#?kFLFe@ey@dS z9{_fSFd)(0>@0_-7GFe84mA4${sxK!s7A8zp*O(mWly4iJv&qp0sCEcEl5-Zy|{o) zq9W^bA)ekHmrx(>C%?OU+@Xc@8Ks+@{$VtpU$m)L#v?xya5|Z?#$OWFeFzoB3FU(m zt-kJ$#^6jW7q^}Vkl7`jclC=~KSezy^ANUup3j41ANxyWHlR=zMH9fbMCZ^@I<>e% zuqD*h(KI445mQRqKRazxFy>(=Ii7-o!nn?k;Ocmx_n#+kgn2x)$eD3HlEAc+r9@@| z8#%Gkp(!iqYa+P-dj-apc4~RH(b6AMEZ|{G6i z)%|nm7i=~VfniP4WZCD3a|Hx4;Rjso3=Y$=2JAoHtGL|HX*m2Bb{)NC z@>@qS$lip3gp@9J?KxyNAUDRKCJ_e93QhD+1LZg4=jcH{%rv{tUsK#`Xyi*xlRVCC zEakoG`qDxP^7BQ@1vQZV8V*j~;Ed0+h+x(m9L5tfRv3s>WEe$T{cZ%EG1b0-C6U}* zG!RmZujt2Jt|(CJ6+Esb4wVulDElC0EcP>!%XPe0)R)|LrrB+}q=mJoSVJw7Bu2Iu za>jwf(_!Wyt%j;V_5w1;K}k<<-yhD$_Ox9bB6&zcO&!zU-x7@a{DlZ^NQmAaUnilE zuAQ2hnQ2=1m%X*EXJ8=)3l6w_1M!I_Y|J}E89$SxbeeyR1DdCzSJaf=JRR(^=Y0Wz zp1%xgX2SEtwJ*4)5%zg1h ztn8-RBrPG3Xm+DraV}2}kgPZr$w0Ry@!-TJkI5g2KD-%hfO~s;8#g-9G&(PR3xKaF>}LF3 z5go5q#r(SJS>gqdTrx2MA)0KRFUrc2_CFs(o-KVRGq# z4Yf$Q>5H!VgV4?tCKB5O8`jScIx;y_^GgQ8+XJ(peGzPsn+_4VMp0dGL=(lv#MRT~ zU`PJbHMSyptfoEd-b408XPklk0ANMlPE;@5h~JShiN)d^lhOE-zM2p?_N5rJVpnJm zf5?rM4m*6o`8F94B!IqNiO1IrY^BM#mMql9R;!7??C5y!Fb+)kiXQN=Alo-MJ8MW0 zLNhu#ilk=iTHDW;J;yil5HK!e?E8z3Lfo$_wxIooDapN1Gz6?#Qm15a-rCxxlZga7 zb+7>}K@+?v&nHoXY-0Waa8pC+u=)9=TAhKSJ&X}jSk}_vXnO0 zcU`@{4O>-}z3z~2VSYZYaXj!mIfJ-4A|va)FYwI850U!-s_omQjoB~@Ki_DYJif$x zT--HHG64lCQ%E~Np7t0j|B&tX`o(LsxcaSX(eAmea@C(k4 zC$glD8epQ1mk<0>^X8d6<@ku2c|FdBRLB*3ZCb0BLEV`B^B#~MXwy1O5O z6^}8;u|N7Ln+#hdK+0kIg(A&4yFv?vtFCU!Vw&Y@T?QA{p;xOYZg-O|Wqn@+piS^uMQ#sBC(9VMoEzO=wHWgot!W(6P94LAnK7;X> zJrjrAX3IHADoanHvk^1)cjZ$bza=Rx^N2`EVI(x9 zjeO-ekxHIKKs62~WC09E0_tDhvW*M?0$ZM>U?Zzkr%{;SGSE?AHKduIN&Z*pT(ZRa zSou%kYEg_Jzm>YIfILhoY&*3)U;-`sDa2i1yMXv5Q>(4T%F-vW$lZAsgA1tc?J zh7ix1Xq|F3cXwe4m*vuU1oFc1DGGPkDT;6@!wTbq#)EWw*5Ys9%1{M;A-{kB*1x~L zzq@0Vm8Cm5IgvU8{hs#eh#_J!tOoubmDH789!IA8znZHEfm^14eHMHs8S;%V6l_Y; z=S&;1?Y69tv3Pb6N5F$?mDY3URV_Mb4Vmvxtf}7#mu;TCE_(c;f>+=`r@tt$9C~N# z?05KFRKm=v`=%gwP{;Encx`NqHb8HAB?>*VO^QWPm=^rmT{HGdIh6ZGU6#Lo^IBxv z^S17sl}zB2u(!R*ZfgfC3tCb%I^V!T=Q$9`{Ae0Qn9y(^f6~UhK$OrYYO5s*$Itn@ z+9)go`YG1ekbQmZhn*OhmV`OJv)vF4Y2;d25(L+4z|KX?+wJEM8I~b&O=}@^OHHl= zA2^-~0pUR-pGC2dRCMqDWRbAzs$4^{F5?<+;N3Y4UAkMh}OY|gPQx4{m?Cjz(~dI{{VXq#ZiAXRr?%IfzU%*xl5_eZsm zn1s%ROL6AGCm>GMl=qh|#!c*mL}#u&q8eBmjY&h9qO)|5>}1h#ZU-qyMfjFOPdzN1 zNaq?|dnD(0tIb6;DTj(@jJp>mNla*HnonDg++a7*UxahdSp3e1xMuddkXJKm&<#(V zvjmzynCYCRr6A3w`Aq!W2lt=gjEF~6O0M-GJ6FQy7x6`Gtm{0uKln0}Ce`^yB+A4u zL|W?--^PoTZMu>IJvmXDZJ+Ve-s3zW26r0vk?Z9PQed>2#;TP0oqR@DqC`A7KXV8c z=9>+L!)FIcNreg}sP7wRff|723ULUs*Ts&`W(aCjHd_K!xK%~+wQcUlzI8G-2&;3y??xUv5lD<`Q@7r@w7rq6`e^<56re$bwa?(RZd}b3z;IB- zy1k$(_!XWh9UVFrW?@mgx%1F{Kbm65PeA@-slCZTs)vA%}ewpZh4ZvloJ<5z0Z=b z=@^XlNgzqG)}eOv={;w6T{ff&*BId3yu^5b{=5ZCiLjy$|6V3`onm9@!6`3M+v+l) z;X%e4(X>uH4@}NNM5$IEK6ZFuBASzY{RC~m+~JXzgu^Y8*U{G2c8EqGX~D67v?hop zB55*ofUR1XY)T)MnCC3c@j1|OZ)9Dmghxfq_Yx2up9x)<{@5a|x~=Gjq}Z6d~|%8-9!!E(C4mK#^_jQ6>yBpprB2=>Vy zVFvMihjyT{va*mL#Hzxqg|ulkfR{1&Lhp~@=YKj6C4qxDt{(o`*%*R&CCePoU8_~x zlCeCv)C*g=7#ix%pHFsjE~0+ zEKwD2_BPP)C^SnEomG}~$?_h(gn9dmCkyg`ZAEKqs`>Gs;jO$s{;J{dQIGt=?YNzl zrcF?{d+Il6Wu@3o&WTcXc(D-ASkEp*A^9~O*+n=baZrh zvPFzIJJxS4EE1D>%Z0tvq@SwWb@9%hB&uAHoXTj8`t-Fvl{Ay;A~w5K3;IX+4?5aAo zic#(*5vW!yFtWVQeVc8O_-Kxx+usz+cKH+Lbar0CAWVq^aGswRACKGcd0bm^Wm*z8 z{x1U-OFm8#qoT>i4qP%bVtfUyhC*S-BsKWPbIy4hG_770f%x5 zxum1mYk!+-1F+w@5=Em$+FcSrHPB{#*+vf*V|7<$o#}H=jQ?tt$(^GB$@M=V(omTt z;r`q2HU1^^$UA_Zww;x209!7dwY8IE#K*hAp%srQ6Bnjq-?c^CTts7j)cqN4+1y5Z zn$ZjQh|4uAIx6FuE|=f|0bqjReMx{2Lto|DkC*V}Om(zo%g zqcU_$o0dHA-2|m=SFHn(uM)2t!tVMJvn79GDKvz0@)y-4Pi|9Oo;Jl)%{LaM6+}i8 zAU;@ZkeqbF_D6w=_hMs_J@1>=s@+XOP_Tz?ubpOarfqo(W;W=_WhAseh zq84d?zSH01iq*K^Qc_Y5pCF|IyeNZj<9ka9E;HLZwJ)2O1ivdgeNhaT_vY4|u~j!B zPCl*z7hxUM_~>y*8^yDp7O6cB6&0W+PignWbvv7aH@9&SnR2Oaw7w5({whz51^!*q zH=aB?3~sfyemm|H0oG561n~EZ&D;KdDrzC~A|~dvqWj}y$e`v7i_|>enKie}>|7}c zz#n00F_$X7Q}Zzj*)N`}oN-7W)XI^eKvJ10uT}^D4ljs;+c(e*uGOIx#C9LD-fWRO z_qn?`aKL`peiD2&<}*mH26FT);(^!Bt#njjy5F)ue*3B_gJk>b)i(BX9YA-g41_Ma zJ%#TSG~;Vj>az&?zsYVLcB4qucZF*hm27r=g-SJY(-QF~_md58L1ABB9_P{|=-qM_ z-yT`}{7}~`l%LIJ3cYvH?KK@2Ti<7(pq?TRt-%gNS8HLZl%OrDD$_@0uGX-~0AZv) zXGBR#|0akUfhug>gN_t5DgF5IH%B>Sm!0LqT{!lFF#Cp!VI_P}or`6!s|rLhj3arZl&LI>3dpp2W5 z$6!%vtp9x9!JQ=0b^Psdb{=NLaE|*DCZ0ub5I`a5D@}|~dO_I;(<+L3W?FEnq#TZU z7VUkNM*pDqjAmJUq17)0oh8TDJUp#^Yu0A-7|c}`}XpcRDd+IuQ6-CE7CRkot%_>$}t{8Eg%=3s$c++ zepxR*#nRP))NPHwC3EfV3$W!=rB9uPPrANYGd@Mt!A0`fri*eyY-^#}fJz?t*8|#Y z#W6IZ<543pA`eItj@Fc3D7A*=qM)w2hgIaI%*h#a6fnjPXuN8KTwX_kZ5}%~@QBoj zy#Mk!KIF}V5GYuR@`~@}3ooRUK;H-N^`ClfkCXe4DnvRY2w4wFg}|B*Z!O!Q4qDj~ zBnuo15S-s(s|G|#5!|Wj<*RNthJ(K@yxM#BW+i58el&$W3ne?(;I!=_7!3v+CS!g~ ze4?Rh2rz3u)=PEn89VYcfM$?F&foJaH!@S!{nQ>LY*Ne4z-(Zl)fyFBuPx|kcK<+Q z%9-Upmp10btgMtwn;=u+gxlR=S%-1=iW$kukoghu5CPZ}wnroh->#%}&I&s8K44R@Dg) zpqKH&PLaPdUJLr86Z#7_A`leF2BycueQYDiAn#8VtJlnlh1V6Hlig1#gCn>TeGE&Y z`921eude&@av$cK6dTPP4EzI7>bPd zBRG#l-)?o(qkOGo(oE9AN(%n%_Dk|l@6FeF44gm|e=Vh8Oo7n2;@awARAld?U1!{{ zP-n!f<^xYJVIqC!#Auq?`#Jsvr@WVr3X%PZg_6duEku+X%8f6j;9Hbdghx<`Hg+M$nGJ4tbN-r+%EqnLiOQVltG8& zm^MGbXY~w*W52r}0!g8}bu&l`pXBBkJSi2DPh*;4>IS#c6)TZ06w*x55_B{+6UX+P zE!`C4$QN0n5tV7L*?ECy;g?U72NK52YnLXiRy0YLHw_nd%tq0(t6U5*PL}gBvq+$6 zB9c`D$W&FRy>jGpYInBYdxsTB6ex8s(=E72r)RMaSkZ?)ipYMD<3iL4Sl)F%`+B&nGWeVE}6KbZ(ubX?!70@OVVMrm{ zX)I{`lud8`Q}W$sj<=R86I2nq>1-v!7>|Wfgl^k<_pKunI*CIY^)ak=Ppus&LlEvX z5Ro<(k(UVvw#TYx^4QgKhO=A%Cb`7|_Vv|KaPuw3)BO`!ab6m_ z;YjqDZ6;jk372MO#E={v3ZE{rWY&A5e>>UVPpEQy^<4T9(Wmg|HyWSUx1EWKVzW1J z97yxce7J0{IwZ7KXXEc$qOfDHluGk3oe5~og2N$KD4NNvq8a%Ftj~TA^K%GBU0wY}#3Vn%(^sGm=BoBy@10wO-n8#Dzx^Tk zg-0CwqE0zqP0n&U5HoZc^Je>UklNow`~zK~6@R8VS`zkCh^oUI_QSo4-tDYt+x{^f zieDHd+l+1gLYS5>lThmFQl}}y^37bqJRHn?a`^m}{0^60NM7e(v@R7gBK(nAPj5Fo z(*MRRDoN(j;W8m}WOc$5@NgdL+*YOq?qM0SC1eSNucs9OukH=wK767QbplyrZ1 z*U@~I>;OUp#Sn)U+#G&2q{vfLBnAR2NL?9tyN9vxpi`?s^qp)>z?O1sCPrScz3%k7 zrJ&fxaE7Tt(D`10-Zro~T9^tMR5Wl^q@C-lH6;EmD&VhYaUD>uI z%rq3O=LINLR0uO7BR#>9p~$b30WU?TXXK%1!h4vx-i2Gm#|SkjP2T#*0T0Uv3+mrN z{agls)G5FDoBcy-54d9f$PWzu2!r=6rjtG%lh5DJ_b!^3+kqTUyoKU(YcxJ!O)ZfM zdj+@ioY(H>@r5fI0d&*{z83E9VzNwYq>NBI*3V_t_-hL=uIfigCKGfi=5mAg#^W~O zB>^lbmp96=>+%d*$R$)A2`i|$LQ3H3u*#s(;mro$gll8A)p84veYRRmsGA1+N43&> z1R|ILxkbkVgIHx*=+{S>r_fV3hvEH}d_L`w>CIt5%Cdu`uU;={96%>{u z>sv;4X7j;jopcw~Ig`*ZOc_95X|?w@rmIh>SgbhTPKT!7LQ;#OJCS zbd-lfVYz;wdn+6`+>c<@zZCaO@l_=*{0Yh*3Dx%5_S#@)di4Uo#S;Ij3MB#?nyV0Y z75fuc>4`lir;E$MJ?vDau!e~`>i3z$03?Cu{d0-}^e)*Ef+tbd+^*w&gW}$qo7xs7!) zL@73pVam3lRB+nnMFI+5o0hSUh14hAB=Cnv!p73_lt*o8ZkJQ!6i0o(DK_mBz-OQ0 zI!$=sK4E^NQqaX0P)1?*SAJNu#N=lY;Vh4+TkA>d8k;VI;hSv()~h)=nJu2wuZ-}O zfyw*(kaPMkxF zB4vtdWk1DMz==P~n;^9DEiAMBJ_{A(c1F#C!lr6H=3K)p*G<=E3;@I}KKSD2-RnWm^DvA@x@ zapS!P|j4Kd+Uf)6I(u`uul^7*Gi_fda-thj_{I|uPOy|hpPiPgR z5?ttAD3j89+zbZc8^c*bC;d8n3UV!ilnh@YPb0``tPsr|nf|7-i-Kj3Pd+*o8^-kV zE+TmjiP&;nb#q<9R*6}g-OApYi>^q0o82Vmx1WuoL7!f$zQ*j8ooA>Lz`T)NU>hAk z13&KInF47+MCW^Ee&SlNj`%bl+WUuf@Q}94uk%}M@mU;ktg`WNk*j&otbO1aS(Q1L z&1-wRW~_yb?&{{|QRklzum#T}`nl1WC(%r_h2LhUrwC_=Z^GnlYam^I6f0N*MSG`l zB|%gooUXKSvls;2wAn(&5Cn1eKWM_zcDi(uEe9(NU*+jjnLNjRfU_&(Q^fAZnQMP4?# z=X)YC7iEBl_8<*KRM@bG(AA;L$lBz>K(i*u?jVP(#s=|GzawQRgGl99J?{4OR~9J& zfP~LxpcoEH>}h~TbK@u0*z;*ccHTy+S6CRNXTrI4g3IAbY@Yu zY0+C(S7G}kV1*~isIjZST%Cl;5Q}CfCC00I$+%9MILDaj0-m3V^KMKZ@yEJi@o0qu zm$>;>BoFHI<~#$b`pxtr4l%xKGBDz=X;E4U%50jo z$ftMiqX5TQp}Fn0x^$HZKZy;<@pDpf#>uf%CBHlu;U_GbGqSy1eNvKSGUsCjS>|~u z_N{PwGo?{gRKVdd#X$QjbtZX|u^!C)*lB|$9{8<@fk!@DkDonX^buhOei`^{1l>e> zR{WO{>X-Oh8b`|xBcMjI;VUhLlRfV<>If1?OlF{sR8RTxI-~3JCcuaCq6vS!hj%TM zamKCHMu1PaamF>CVs_4SVXdDr!X=4y9$(e`p6&gqeE}bpd0Pv2)H`nc!wJM# zl!>)w4*~R@e!koIDe6aM%390p0m#U2a~n2f9AL#t$w2M9NDV5b*OO+Mh@X>jAoZdDr>papPKpvfI6jfG6{t|p+W9-CiN2EDW{K0Em4U=VJl%^_x?q=yg zZ~Y{?Ov#lT2cBs6rZzlIa&G1C04}svYN12_rA6wOg+)Mr}8D<^;>?S;^0p@>#T2=VT*Q*U9!mJVHn zATjE522@@k!9~HWkh-Jw>0TJhmcG!{R6wHfqkv01Pd#aQ0uI|3?p?^_vJq)JIY8g7@&}G_h^-3!;3NS^%fU; zz5#aE4nfJzVMjS$oeM*9TvpaZYau#@Ic4TBXoKbqU)DGH?8l%7hgyGJ0Rm->6d+AH zF-|#4gG5-GMaP$^5IGH1kE zB~RY!<@mN&t$JPsZSQ%Y>h*68cYC=PU&5^z*YRET@KN3!>R}vv^^%}AJ z2d4M|}_YX?kS=ge$(#uNp< z);>shKR3r}>qEYLqh`cgI4qArFZ9+oqaO&%|u#F1%cP;7{gK7T-R z@J2bL3?s?=VRBvykpA_S`{z@&r%vdoX!2HP4rmeOIzb%_*>We=d&MygtF#iivu;{* z-9-zO81gvOP3=46xir3wMO)D_)0IOS>Vf#EQ*s;h>i|q#r2G^NBXt0t&Wp9KTHXC$dT>nSqxtNPw~F-X15*G3e$E{N5N)50wrHp{daxg((gE*A3ef`Ttt=^ zu{n9Qhug%?^!SGo^u*k<_y(Lml8dUFdM~4Z`CbKeBjlqkDJ)5-%N5dj49S#4dOkn~G`etNFIDe6u z9}u5vsNNGy=zP{PtVCx56boUBeNMuebjZ<0ofL~h zsQ%;?&!_Rcm>8yJA|@b=1P)C}fgs0WH(T~{`*P(aw>~@zP%U7Lx;wP#%S0pIvR5{D zV2^&SQP6i>hSZH$2)+{OnY73Zy}RJf)Yd7?Z!6>$#3+)30 z*)JlR*&7^h3tY1p$&tgsh>OF%zK&_n$yr2szIDsyzrD8LIPLL-L;aQu7jY2qu*L?M zRVH_e%%&;Ce~MaYQzZ0ypSXfjgq`DGfy@G~3%|ul?hK;Os#=MJ6$W{i^3T>*Yt^5@c z6&tM0q*J8RCs~fw?Ucw4Ey93ps zsws;o!$^bljS{@BM@<;ppir{5A~D~!tPa{n#`P3#=W@kdgfx)!0uybqO??W ztjYU1T$G7;R!83WiilKHU0nucW&A>8Syr)Wny@ezp)7e~ehVtPBM$f)$(YWoeX#va zn^YmEFsaImB0bXeWL6g9q__?059#@ZVzc-_F1F)7dnsx$q0bkG^8A!cs%rjm$!rVfv8~NNWOBH|5I0=or!k{jW>Z?SoP31&vNPSdM zyCFZ>OEzZr)>RAO0Zm8A&tJNzAJ>4EFL7~@ntuM(0iIv95|rQ7leh-82r_F?NQSi-fQ?5rQyHmEnywJW$^M%{^07Fe{%m)I}lv)?;;D2GV{&}@1Q zim~o{hr0n-dR-5};)Qc(;bUWd6|W59OzNKY{g!)a#KkJTK()Fm;pSEU0tp5i29G=_ ztCPguJ*Tedo{q*|uBpfMHD8EN!aM&_+?)7`l}I(-(ExS*^-P;`;eMY;XC8zhmleQO zq}-8`t;F4-Z^?TTeOuUAK$$=#*pHk<)|Hk|{aa#;Y^20-<#n|V&$3i=6D4=+Onjvd zNC196X(0)%CCkE4+qdGt{mz%a>LQ^jB%9AZ6Zz?dC};h*{1zZmO=C{7&5B!|fr+Dx z{#2hq*yTC5Kz3SK!tNWZlOBAt7CtOVi$$h3$vGQD4@fiLYw{^L{mtGvwwz%Pcv^u(I+*%BO-c=B#4CTyoBKF51Bi z=&oqiD2127xBmcpqn|dZM-|%RCuY0i?~QygD&FWF_@Ya9CT9>cm&@B5L9}bVtM&i2^PEvlrQ4ohu%f8g zDFIPHktRqLf(20!5K$qtAdCXiL?9?7VFm|8no6%>P+*WINN-^j2uhP89Rq|agb-R1 z2s!V7jC$9ayXL*MW_jbeOTw60u@Rl`Of31Vtw}#q&l+Q&bqu7tE%jHnPh^~=8%gu&`@Wa z`o&t^wM;zo(~Er+%0~OX@t}mxO#^iuU2WJ;8x)QVbX><8snqN+J9U=tuqO#Eo^4`I z82->>luq$JblSHJHZIr{n`K zC}#Uai{3==lIu_lH|||i_k9Fx-}u7zLn~<`zngBfV%J=Li&7n@#P&ilsZK%p8yhr< zpN4R=<|~(A3@T%hIzlQ7qzWIq4`bJI#)rDW20E=MAUW{}8!s?x*n^_oZ1c7gM4oG+o~tvgjYE|mf5P3)viG=5`>c+|^c$6HeYnC` z8euSNE-)_2y|859n3G$~&8!SMHr-o1bc;Q)y}-$CUSWmS%`UK3kM*k`WsNqvF7r;> zq0H0GU2XK~$qb?tXti+i55fw?iSh-k`uAX8%b4X@mdbPJ17fXPkaqL6IZc*)$Brj< z#!Y>^0Eo=lJWSu5X`5bQUzuOBG^p^=_Y^Ke5Zrtd`>Tazq;Jpirk6SUI3Cx2H(r1Ytj_moI{IyNp{)yHVK#hrS1$3ADK=oFhn!G6c8) z9Ev$Nh$nD+feO^nTi*4_H}6`W5 zoqQa~uvgY52^>6gd_qkgqd*MLK9+0WnAhdqIjzWGoLLSfD17}li&WYB# z(J`HggFDJY@k|2m%`Q_faUrA%8a@0%(G)d2d##* zwzoX!2)7tY4v_I2oGNxE2Foz|A(-%h7{Jb>5ooo%w6_Shbfw2Y2Eq&Wq=+-g!P%sN z5^qv5-sX;AX0H(SfIR@Nn?drLYh2y=LN*~S-I$l8WL3mf-~q1>oC9yBw>`H@632LB z3{PWbWd3~kERr?zHuvURzi7oWiC7Qg=hKg&-5p_4zD0YGTkppz8fnsly=^z9=_H!5 z^_z4Gu64+1l9NZHKdOiq+LLzE1&S3CS(Uuz}? z3nLXRK^hOhS%tpAwyp#(F9iE2uo}1LzH+%4kE1=bF_kXF9Q<@WjZbiLcJIjSDUQcK zZ4m^X9|xF8PCb3s>Qhr~SXZp%9516t2euo^oxf$9f)^TG1c11edP#$)Xo23jk(B7Uc)hc1n1EFDV5Y8bTB6}aR4!c%`9 zwJ}$Elc|NnxoOLp$>hnU8QY$^ zR{7^bB2BhI0Tf~F-lL7qgP9%CCtdnpmCOv~I{z_WD~nlXQb%)SuCiHOBg7fkP$vT| z@7OaV;q5w?{lSN&#nO#;jP1-!pICRv%S0}^5-IL|<`q*ekpIv~nnxgER{$0xLuskc zg@$fE%|rJZ5pU`3=Ql7hwqzDN=X$((IDWZgioe8_#fbL)^g!lyfm>I@Aq9EK7)6oM z!h#?%7m?6_n6_GIcSV-)`^*V)vbUB=L)_^HU8WvqO!D>as9F`_K}Yr>;gRN0Gc1?h zG9#6U)qQ`|_CnfitX854PD`&T-!?a|NCBE}x?V9$hIV1G7m2{+7i&*5qSSrf|Mh5{E>-)BUaPV=#^k$LjrHy?PdY_$x&0j4V3*gdD>|~V%noR z0X0#2!OS_$NR24H&_r!(Vyi2{UuSvBRi*8F-bNwbwy9QjHpcKMh=e3iD7a_PqxG2A z-iL%YPBfb(97HiRx&LZ{1mMa{S{7 z`|N7Y1veStOa0d~42hqlyoA`~0MT#Hj3co`5}}^9uH_Ud4QO3Wkd8n2LTkhU79GjP z=|1zpD2ck*zQ45)QGA+zN$ItL$hFUwmUede&G82n`tMtvKB;K4Zl~qho#vhrJNT9N zfOqNrxfX1ejgCJ%C|osj*&t z^tp=={Dz=?P|nTlm6rZ)ly^7o`uoVkohdAh_Y3!QZ)+=0DWskQ zUq%|=NCl}E2^}9h_8BfN)+Y9sk)bKt#V>XTo+JWv?(H_->=Pf?ZJZv+owfmtJv?a; znSwTngj?{#W~c}(hYuczKMrIB`r^c442z3Z$GXE?@vTvC3)Qdx?*uq3zEDXI*bKnd zV=+vwq3jl)oxm5TjO7r7SAB6BcwqCtUS-pBfvH~louJzS9%2_xG3x8VstxCI zt(#lADk+uGs;~Wl@biF2lU-nvNc| zjFTe*CKdp=1}E$cOm(mBi72Xx0wt2Kkljz z@QuXkz&bRmhu@(2o;5r4zn%XOC_zs_V51KqlXdRgIcLVqV6ipG9-p2%0vz4tQ(0JO zMC#@B#85-dZQ|}(<)|pY*aE-=ztZ=6^!~jB{U3zwAG-RN^o0)9zl#3%SX2pVeLeqQ zsl-17<(i^t9{$1rXbWaAkEm|-z<>qU{K77uXPc{9X=JOBH^1h(5JT=ybV2d+TEc*Y z=>JVwzsK~4NX(j(f&Z;y{UxcP!*2@tJr;`RxBSNx6}$+q0%oEja5gq#I}mDo^eGae zKOq60bcEwWXUD!tPfx4n>3-+&fj=|0|7XBI%d0;b07CQ4&O_A!2l)7cey&vGxUw5& zq>S~-G%c3KOn2>);#av1W$}@CU_care`oH$6SW_%y{mPnf8$aAQr4lv?>zDMSon+m z>2^V2n>tPiFnnQ()8b1W!{{cAd_1<{SAgpXtXOGFRUjN#)4`E_K6`%!Ok?sY>NEp= ztuo@nN-CoV-#u`=go3`)KRyEB1p)SoFq8-4f%&~0uOvsTGzxiqT+D$&{K@7?UC6*6 z0aTs=e8P}XUqj;?I8j%Cp4Pz+CKuJ4uGe^S+<<~0@yAXR@$uGbES0PKj>3$z0M@eq z8Y@IOla%;(gk6oBl_s2_Iq{e9VMC54%yc&a*M5&w=pe&*rx&u7-aSM@Uf#i{xRYCrVF67Qh?#p* zPJJysSZ}Gzfe$-vil^|YdEIZn=h~d8_;knHmH`1BwyX>3CyisR5g#h1G$7VP!Q-p;wo}COd879>)+wI z!4oj(jW{Ld761a_zma->$LSwVy}x7M7xPS(I)+nby@s!{c4Qce10i1jcZ=y?6Z$_W hrhiRnVFncki@9p~lwxoq1%Q5+G<45rpSAeqe*nVz1JwWk diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png.meta deleted file mode 100644 index abcfa3d4e..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.004.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 1f187dd6eed662a4cbc5f2e066480b8d -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn/dog_beat_change.005.png deleted file mode 100644 index 8eb3a3437aa380b976f3358c6634d483a4b571f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28938 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

  • Ob58py??`Z&0Cy7j?} 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 A+yDRo diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png.meta b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png.meta deleted file mode 100644 index 0e9414fbb..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red.000.png.meta +++ /dev/null @@ -1,123 +0,0 @@ -fileFormatVersion: 2 -guid: 3c24effaaace545438a5f81463db82d6 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 12 - 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 - vTOnly: 0 - ignoreMasterTextureLimit: 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: 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 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - cookieLightType: 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: Server - 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: [] - nameFileIdTable: {} - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red_beat.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_miss_red_beat.000.png deleted file mode 100644 index 93dcde9e2c401f4327757b2707bad71abc2c4a0f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 39894 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 Hy0ZQQ{`lwPC= z(h(5py-J4wA$bR{_ji3C-W&h%#`6n~ld#X;=j^rCoO8|16KyRu23j^+000;?)Kzo= z01EyW3Q$vmKej#k4*&oMXs9Uadkn9bQF%n|u@oV!*7lvE`k5=QI`rQ^d(-~1+qajh zxkldK$LvpXKM5PY*ya|J8kTp4hhyWc zYo407H+K4NpsV8%srWB3?1Xmf=CBK9Z94)A8z;{a9poTi1Qck1LGVKX$OH{aVM7D> zMErg22C(tu2DI+@n;L)zH0*}Y37`o5``Ss2&(u@E`RK{*VlM zJRe|+{e4XU_j}lblgHQo+^XyM5a0mEzXW~^-W?nh90$Areha(+-VVGOI2bq-I4f{Y z;5_~xegSa;xQN<#lB&MJFb_NNd$K404Eg{6)c;?e($@d!g#S-g==X&jN2l&HC7|Ua zg^m6F&{L)Uc`E;(UqOo)VY(%zy*`lYZr5vhm;KGVpZ$(1MrwRbxa2%gU8(5#ga6(h z2_J%884~?b<6Bu^Qm%EYz>s@uuH$L0-rKfM52x?o*C#LCX@xJ2*Vb{_D!$YHOp}9?bGB^oc0~7ko34wA=MA1c7_B(Vy1up5M_u3d_Qq%8 z|8~>h_}Ka+!KUlAP#`5k{6L{eI~CFgBbq~+Pw&n3cy47%jpr9rvNT`a z(tWE{NNE+zqe`psTJAHS=1cu}J`F2wvRvJ4-Afazt3uB&n#F_TJv{nv)7Q#RTEC4Z zDDXf+89C#TSb`2ChZO2?clBwt_g>rHI98a8i|dk2CkMm+-eR8`FNKiF$AsZBhil-V zd<<9YoFMga>S zDc>wEx7Fdh+z=Fbn7A|eK>ma!8Zpthk=beS^P}VDIF@vlW_@q(c>DZ`S3jj@wR&#) zvjMflgKI@*mHd0ZMk92^am%FeKl@tOr*S`!9Lyg`1H3u~hk}nGFSJ_}^OI)~y}SPV zHoy1zG(D1&Opqz)HpKX(CEnXGh0GNDzdUin0v`rgJcFnMrPMs()PGOUe}b0>r{&MU zez~4!H8ard;kP z?|Y!%&d{pcmng;iyJD(Od3ZD3?BsgEOguNcykUMu)kM6ye2&3${p z`{2QY&DHX8`)JNnd%MIVgF@r%mMB3$z3ziem&Z}upEst?fp_+!j%Y;eg1cAYV1f6n zacNGLdYn?cz>SL`FAp+2w&ky0WRUu^Q6S_x!{W-1bP7 zr`Xjka&^Fi?8NT^K=KHMwYcxD7zu?dClc!X$+A@=n03qSZ=Ti73X^d)p#fTpFhX9*YYO( zH(nQ1E^sS{sFR3C*=jLdy=4vttP=JKS6Ei|4_}SL#wh|6bFAxv6kq?hNn^+rXaR&Y zjuA}@jp3AK7Op`jE9jGwm{==y8hQ4$`_ciJ(L?Z8nNO|k6MfG}$6B>Lgh zpIAwSuj?>Tn~|}wuq^&8e|JSpD@CSh2iBr~9G1W1u*g%es@<*rf&cC*F(wCM8?AG3vh}A0V%|qT(B6r)Ea?L6~UVkaB5feK9 zUzN6w1u(Hxg&s*Gp*24AzaF}~8`w=XhQdO%St4`S)>c;wm%

    c)X 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 diff --git a/Assets/Resources/Sprites/Editor/GameIcons/sumoBrothers_mask.png b/Assets/Resources/Sprites/Editor/GameIcons/sumoBrothers_mask.png index 719f8874bd198f5737a7f25a8e28c43f673bdae8..5efd373f20aa618712cfd053406e5dc7e21dcca8 100644 GIT binary patch literal 12039 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 Hm>Bhc`qvk$ literal 5758 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 H+fV-oNZS(e diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations.meta index e9fd483ce..5c9804950 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations.meta @@ -4,5 +4,5 @@ folderAsset: yes DefaultImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim new file mode 100644 index 000000000..05fe9d880 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim @@ -0,0 +1,113 @@ +%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: JORKIN + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: jork + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: 41d8cb22176e8134f8d89203dace7786, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 4047366082 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 21300000, guid: 41d8cb22176e8134f8d89203dace7786, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: jork + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim.meta new file mode 100644 index 000000000..046d0dc8e --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/JORKIN.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d60a1504763acde4dbcb149505b6adba +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers.meta index 188ee069b..8d46fb39e 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers.meta @@ -4,5 +4,5 @@ folderAsset: yes DefaultImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads.meta index 47832439f..2e380ca48 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads.meta @@ -4,5 +4,5 @@ folderAsset: yes DefaultImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller deleted file mode 100644 index 23f4d8cba..000000000 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller +++ /dev/null @@ -1,246 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1102 &-8578119605575064305 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGPose2 - 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: 6e4fb351319c9d94c93109ab2e087dbf, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-7942997132695831298 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGPose1 - 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: e850f43feb1e7de4b8e07a28b8fa835f, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-7089694039479477659 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGSlapLook - 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: 95d88ef91c3aca74caff39b28877ec4d, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-5565582335196322166 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGIdle - m_Speed: 0 - 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: 6cada228ea809e743bcb263d638dc5b6, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-3120875493466564774 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGStomp - 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: 37996f147092d1b4cbfeba483a204283, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-1476988455725616844 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGSlap - m_Speed: 0 - 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: aaad925ccf3b0af4794fa6bed8f394ff, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!91 &9100000 -AnimatorController: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGHead - serializedVersion: 5 - m_AnimatorParameters: [] - m_AnimatorLayers: - - serializedVersion: 5 - m_Name: Base Layer - m_StateMachine: {fileID: 1273858468637306525} - 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 &309385593484491943 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoGPose3 - 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: aca3c00234cd02146ac6e00f0ede460c, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1107 &1273858468637306525 -AnimatorStateMachine: - serializedVersion: 6 - 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: -5565582335196322166} - m_Position: {x: 200, y: 0, z: 0} - - serializedVersion: 1 - m_State: {fileID: -1476988455725616844} - m_Position: {x: 200, y: 70, z: 0} - - serializedVersion: 1 - m_State: {fileID: -7089694039479477659} - m_Position: {x: 235, y: 135, z: 0} - - serializedVersion: 1 - m_State: {fileID: -3120875493466564774} - m_Position: {x: 270, y: 200, z: 0} - - serializedVersion: 1 - m_State: {fileID: -7942997132695831298} - m_Position: {x: 305, y: 265, z: 0} - - serializedVersion: 1 - m_State: {fileID: -8578119605575064305} - m_Position: {x: 340, y: 330, z: 0} - - serializedVersion: 1 - m_State: {fileID: 309385593484491943} - m_Position: {x: 375, y: 395, z: 0} - m_ChildStateMachines: [] - m_AnyStateTransitions: [] - m_EntryTransitions: [] - m_StateMachineTransitions: {} - m_StateMachineBehaviours: [] - m_AnyStatePosition: {x: 50, y: 20, z: 0} - m_EntryPosition: {x: 220, y: -80, z: 0} - m_ExitPosition: {x: 800, y: 120, z: 0} - m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} - m_DefaultState: {fileID: -5565582335196322166} diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim index 1b0b692f0..e74ea8d3e 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim @@ -51,8 +51,8 @@ AnimationClip: m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 - m_LoopTime: 0 - m_LoopBlend: 1 + m_LoopTime: 1 + m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim.meta index 8c972efd1..1cf3afa3e 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGIdle.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose1.anim.meta index a41e9b013..a86dfbee2 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose2.anim.meta index ddd188d07..7761bfe4c 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose3.anim.meta index ea2d2b2ab..7f6fc8022 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim new file mode 100644 index 000000000..770af1f01 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim @@ -0,0 +1,113 @@ +%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: SumoGPose4 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim.meta new file mode 100644 index 000000000..13f7e6a55 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 87c5939739127574aac0ad8412554d13 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim new file mode 100644 index 000000000..4b1f197fc --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim @@ -0,0 +1,193 @@ +%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: SumoGPose6 + 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: 0, y: -0.003, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 7891910666414377473, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 7891910666414377473, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + 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: -0.003 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim.meta new file mode 100644 index 000000000..3d31d3b26 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPose6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2a11e1a5d87dc244fadf1415023b27a2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim new file mode 100644 index 000000000..eeaf6e74b --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim @@ -0,0 +1,238 @@ +%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: SumoGPoseAlt4 + 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: 0.0019, y: -0.0004, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0019 + 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: -0.0004 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim.meta new file mode 100644 index 000000000..b976e2b7a --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGPoseAlt4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7a9c71258543afd4cb45616f0c828d2a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim index e01a03965..bf13b4363 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim @@ -100,7 +100,7 @@ AnimationClip: m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 - m_LoopTime: 0 + m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim.meta index 5b3617f4d..53c4b3e84 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlap.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim index 5a5bd3987..6b8156716 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim @@ -38,7 +38,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 17 + value: 13 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -173,7 +173,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 17 + value: 13 inSlope: Infinity outSlope: Infinity tangentMode: 103 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim.meta index 5a15ae6c9..4e2cf7d17 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGSlapLook.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGStomp.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGStomp.anim.meta index 047db30d9..a97cbe1cd 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGStomp.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGStomp.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller new file mode 100644 index 000000000..03676a561 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller @@ -0,0 +1,942 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-8578119605575064305 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGPose2 + 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: 6e4fb351319c9d94c93109ab2e087dbf, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-7942997132695831298 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGPose1 + 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: e850f43feb1e7de4b8e07a28b8fa835f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-7089694039479477659 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGSlapLook + 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: 95d88ef91c3aca74caff39b28877ec4d, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-6637465466633468288 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPoseBarely4 + 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: bad2bc56ea4e48344a5c802e72e2494c, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-5565582335196322166 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGIdle + m_Speed: 0 + 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: 6cada228ea809e743bcb263d638dc5b6, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-5451048192466902402 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPSlapLookBarely + 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: d4978cc4d1e523b4caf2583a5a38ec4f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3716559155378887396 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPStomp + 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: 482a242a85152c14ab134e10ff9535e1, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3120875493466564774 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGStomp + 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: 37996f147092d1b4cbfeba483a204283, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-2982427801763509652 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoUncanny + 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: fc19856829334664e9f4677591d88aad, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-2850296303737637666 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: empty + 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: f8950858171f3214685b0953ce3ce113, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-1937867505249370705 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGPoseAlt4 + 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: 7a9c71258543afd4cb45616f0c828d2a, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-1570453956463558445 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPose1 + 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: 2b0203d7efe99aa43b81ebf51ba3cb67, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-1476988455725616844 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGSlap + m_Speed: 0 + 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: aaad925ccf3b0af4794fa6bed8f394ff, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-804950379557689368 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPose4 + 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: 4801039ea5fefc7429d7cd229a5f8aff, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-576957074434953634 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPoseBarely1 + 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: 777f58b04eab23143b5317d79137420b, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoHead + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 1273858468637306525} + 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 &309385593484491943 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGPose3 + 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: aca3c00234cd02146ac6e00f0ede460c, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &326619440659893535 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPIdle + 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: c9758592e464e2140bddc5469cf91bb5, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &426607300481352956 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPStompBarely + 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: 8d4e5c48b1980474e872655524725f7a, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &551963872462033676 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGPose6 + 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: 2a11e1a5d87dc244fadf1415023b27a2, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &1273858468637306525 +AnimatorStateMachine: + serializedVersion: 6 + 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: -5565582335196322166} + m_Position: {x: 200, y: 0, z: 0} + - serializedVersion: 1 + m_State: {fileID: -1476988455725616844} + m_Position: {x: 200, y: 70, z: 0} + - serializedVersion: 1 + m_State: {fileID: -7089694039479477659} + m_Position: {x: 235, y: 135, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3120875493466564774} + m_Position: {x: 270, y: 200, z: 0} + - serializedVersion: 1 + m_State: {fileID: -7942997132695831298} + m_Position: {x: 305, y: 265, z: 0} + - serializedVersion: 1 + m_State: {fileID: -8578119605575064305} + m_Position: {x: 340, y: 330, z: 0} + - serializedVersion: 1 + m_State: {fileID: 309385593484491943} + m_Position: {x: 375, y: 395, z: 0} + - serializedVersion: 1 + m_State: {fileID: 5815464172374806613} + m_Position: {x: 410, y: 460, z: 0} + - serializedVersion: 1 + m_State: {fileID: -1937867505249370705} + m_Position: {x: 445, y: 525, z: 0} + - serializedVersion: 1 + m_State: {fileID: 551963872462033676} + m_Position: {x: 480, y: 590, z: 0} + - serializedVersion: 1 + m_State: {fileID: 326619440659893535} + m_Position: {x: 410, y: 0, z: 0} + - serializedVersion: 1 + m_State: {fileID: 3361688674256580315} + m_Position: {x: 410, y: 70, z: 0} + - serializedVersion: 1 + m_State: {fileID: 3159522662920833315} + m_Position: {x: 450, y: 130, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3716559155378887396} + m_Position: {x: 480, y: 200, z: 0} + - serializedVersion: 1 + m_State: {fileID: -1570453956463558445} + m_Position: {x: 520, y: 260, z: 0} + - serializedVersion: 1 + m_State: {fileID: 4716081782598219455} + m_Position: {x: 550, y: 330, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1813575129666017814} + m_Position: {x: 590, y: 390, z: 0} + - serializedVersion: 1 + m_State: {fileID: -804950379557689368} + m_Position: {x: 620, y: 460, z: 0} + - serializedVersion: 1 + m_State: {fileID: 4554366395989692658} + m_Position: {x: 690, y: 590, z: 0} + - serializedVersion: 1 + m_State: {fileID: 8359105697788155265} + m_Position: {x: 620, y: 0, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6290254062210110090} + m_Position: {x: 620, y: 70, z: 0} + - serializedVersion: 1 + m_State: {fileID: -5451048192466902402} + m_Position: {x: 660, y: 130, z: 0} + - serializedVersion: 1 + m_State: {fileID: 426607300481352956} + m_Position: {x: 690, y: 200, z: 0} + - serializedVersion: 1 + m_State: {fileID: -576957074434953634} + m_Position: {x: 730, y: 260, z: 0} + - serializedVersion: 1 + m_State: {fileID: 5970325174021368749} + m_Position: {x: 760, y: 330, z: 0} + - serializedVersion: 1 + m_State: {fileID: 4705007268577705860} + m_Position: {x: 800, y: 390, z: 0} + - serializedVersion: 1 + m_State: {fileID: -6637465466633468288} + m_Position: {x: 830, y: 460, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6763750993478670928} + m_Position: {x: 900, y: 590, z: 0} + - serializedVersion: 1 + m_State: {fileID: -2850296303737637666} + m_Position: {x: -10, y: -80, z: 0} + - serializedVersion: 1 + m_State: {fileID: 4811533154975781555} + m_Position: {x: -150, y: 140, z: 0} + - serializedVersion: 1 + m_State: {fileID: -2982427801763509652} + m_Position: {x: -150, y: 190, z: 0} + m_ChildStateMachines: [] + m_AnyStateTransitions: [] + m_EntryTransitions: [] + m_StateMachineTransitions: {} + m_StateMachineBehaviours: [] + m_AnyStatePosition: {x: 20, y: 0, z: 0} + m_EntryPosition: {x: 220, y: -80, z: 0} + m_ExitPosition: {x: 410, y: -80, z: 0} + m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} + m_DefaultState: {fileID: -2850296303737637666} +--- !u!1102 &1813575129666017814 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPose3 + 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: 4ba1af4a0531ad8439a11e437594af15, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &3159522662920833315 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPSlapLook + 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: a13855789a01b1d46b335c6440159ff7, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &3361688674256580315 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPSlap + m_Speed: 0 + 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: 24910a5b6d6e41149a9420b33c2acbcd, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &4554366395989692658 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPose6 + 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: 29bcda1001245f64c9a53091cc77dd66, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &4705007268577705860 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPoseBarely3 + 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: 6f48c865ca3c4064fb6953a3387f5590, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &4716081782598219455 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPose2 + 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: 70c69034ab972fc4382c2d53546d117c, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &4811533154975781555 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoNerd + 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: 7f93dabbd928ba5439dfe14ea7cceb19, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &5815464172374806613 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoGPose4 + 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: 87c5939739127574aac0ad8412554d13, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &5970325174021368749 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPoseBarely2 + 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: 71eb6ee46ca1aba4bb75ca87bbaf74e3, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &6290254062210110090 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPSlapBarely + 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: ef8e9556802a8ca49a559451339299d4, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &6763750993478670928 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPPoseBarely6 + 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: 601de7529a601574eb58066788c2dae4, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &8359105697788155265 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPMiss + 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: 17dd081bae3d12646a95e3cfd0221dbb, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller.meta similarity index 82% rename from Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller.meta rename to Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller.meta index a2571e168..66e8a894b 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoGHead.controller.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoHead.controller.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim new file mode 100644 index 000000000..3ed46e91b --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim @@ -0,0 +1,193 @@ +%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: SumoNerd + 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: 0.007, y: -0.013, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1892243419, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1892243419, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0.007 + 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: -0.013 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim.meta new file mode 100644 index 000000000..537eced4a --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoNerd.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7f93dabbd928ba5439dfe14ea7cceb19 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim index 214cb495f..8ffe19d96 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim @@ -29,15 +29,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 @@ -109,15 +100,6 @@ AnimationClip: weightedMode: 0 inWeight: 0 outWeight: 0 - - serializedVersion: 3 - time: 1 - value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 - weightedMode: 0 - inWeight: 0 - outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim.meta index e7c46afd9..126a212e7 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPIdle.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPMiss.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPMiss.anim.meta index b568ae623..67af0cfc8 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPMiss.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPMiss.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose1.anim.meta index 78fd673bb..042bb97d0 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose2.anim.meta index 2f611166c..d49ec2b69 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose3.anim.meta index 87075a79c..263a4a6fb 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim new file mode 100644 index 000000000..3ee80875d --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim @@ -0,0 +1,113 @@ +%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: SumoPPose4 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim.meta new file mode 100644 index 000000000..91e536da2 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4801039ea5fefc7429d7cd229a5f8aff +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim new file mode 100644 index 000000000..52428cb71 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim @@ -0,0 +1,113 @@ +%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: SumoPPose6 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim.meta new file mode 100644 index 000000000..c36019c12 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPose6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 29bcda1001245f64c9a53091cc77dd66 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely1.anim.meta index ca73fc891..d157fd295 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely2.anim.meta index d7e2c7ab2..4849776da 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely3.anim.meta index 2b13bce9d..f0272e0ce 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim new file mode 100644 index 000000000..715084e19 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim @@ -0,0 +1,193 @@ +%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: SumoPPoseBarely4 + 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: 0.0106, y: 0.009, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -8495366384255927278, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -8495366384255927278, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0.0106 + 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: 0.009 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim.meta new file mode 100644 index 000000000..15e2ca2c9 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bad2bc56ea4e48344a5c802e72e2494c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim new file mode 100644 index 000000000..9370614aa --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim @@ -0,0 +1,193 @@ +%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: SumoPPoseBarely6 + 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: 0, y: 0.0006, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 674282706000060490, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 674282706000060490, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + 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: 0.0006 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim.meta new file mode 100644 index 000000000..f2f9118e8 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPPoseBarely6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 601de7529a601574eb58066788c2dae4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlap.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlap.anim.meta index 76facda05..3b9a051a1 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlap.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlap.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapBarely.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapBarely.anim.meta index 9086fe64c..dca6e9c00 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapBarely.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapBarely.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim index 7086c9f40..7805e815d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim @@ -38,7 +38,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 17 + value: 13 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -173,7 +173,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 17 + value: 13 inSlope: Infinity outSlope: Infinity tangentMode: 103 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim.meta index 942e4f8e5..263f95f17 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLook.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim index 064239798..133955865 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim @@ -38,7 +38,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 17 + value: 13 inSlope: Infinity outSlope: Infinity tangentMode: 103 @@ -173,7 +173,7 @@ AnimationClip: m_Curve: - serializedVersion: 3 time: 0 - value: 17 + value: 13 inSlope: Infinity outSlope: Infinity tangentMode: 103 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim.meta index 16bc377a3..c9237b86a 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPSlapLookBarely.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStomp.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStomp.anim.meta index bb1774ca7..64dc4e103 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStomp.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStomp.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStompBarely.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStompBarely.anim.meta index e58c8beeb..848f40442 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStompBarely.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPStompBarely.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim new file mode 100644 index 000000000..f91e1af2f --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim @@ -0,0 +1,193 @@ +%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: SumoUncanny + 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: 0, y: 0.0318, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -468614534, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -468614534, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: 0.0318 + 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: 0 + 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: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim.meta new file mode 100644 index 000000000..005c27b36 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoUncanny.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fc19856829334664e9f4677591d88aad +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim new file mode 100644 index 000000000..3787e2ba3 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim @@ -0,0 +1,53 @@ +%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: empty + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: [] + m_PositionCurves: [] + m_ScaleCurves: [] + m_FloatCurves: [] + m_PPtrCurves: [] + m_SampleRate: 1 + m_WrapMode: 0 + m_Bounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 0, y: 0, z: 0} + m_ClipBindingConstant: + genericBindings: [] + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1 + 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: [] + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim.meta new file mode 100644 index 000000000..874025edd --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/empty.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8950858171f3214685b0953ce3ce113 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim index dc9dbf805..466072b23 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim @@ -22,7 +22,7 @@ AnimationClip: time: 0 value: {x: 0.618, y: 0.23, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 2.55, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -30,7 +30,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.618, y: 0.4, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 2.55, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: time: 0 value: {x: 0.08, y: -0.535, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.8999999, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -55,7 +55,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.02, y: -0.535, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.8999999, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: time: 0 value: {x: -0.474, y: 0.28, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.14999984, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -80,7 +80,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.474, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.14999984, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: time: 0 value: {x: 0.073, y: 0.027, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.47999993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -105,7 +105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.073, y: 0.059, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.47999993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -122,7 +122,7 @@ AnimationClip: time: 0 value: {x: 0.452, y: -0.1, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.30000004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -130,7 +130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.452, y: -0.08, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.30000004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -148,7 +148,7 @@ AnimationClip: time: 0 value: {x: 1.1, y: 1.4, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.5000002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -156,7 +156,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -173,7 +173,7 @@ AnimationClip: time: 0 value: {x: 1, y: 0.95, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.7500001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -181,7 +181,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.7500001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -198,7 +198,7 @@ AnimationClip: time: 0 value: {x: 1, y: 0.95, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.7500001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -206,7 +206,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.7500001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -311,16 +311,16 @@ AnimationClip: value: 0.618 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.618 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -338,17 +338,17 @@ AnimationClip: time: 0 value: 0.23 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.55 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4 - inSlope: 0 + inSlope: 2.55 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -367,16 +367,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -394,17 +394,17 @@ AnimationClip: time: 0 value: 0.08 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.8999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.02 - inSlope: 0 + inSlope: -0.8999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -423,16 +423,16 @@ AnimationClip: value: -0.535 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -451,16 +451,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -478,17 +478,17 @@ AnimationClip: time: 0 value: 1.1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -507,16 +507,16 @@ AnimationClip: value: 1.4 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -535,16 +535,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -563,16 +563,16 @@ AnimationClip: value: -0.474 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -590,17 +590,17 @@ AnimationClip: time: 0 value: 0.28 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.14999984 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.29 - inSlope: 0 + inSlope: 0.14999984 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -619,16 +619,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -647,16 +647,16 @@ AnimationClip: value: 0.073 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.073 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -674,17 +674,17 @@ AnimationClip: time: 0 value: 0.027 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.47999993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.059 - inSlope: 0 + inSlope: 0.47999993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -703,16 +703,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -731,16 +731,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -758,17 +758,17 @@ AnimationClip: time: 0 value: 0.95 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: 0.7500001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -787,16 +787,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -815,16 +815,16 @@ AnimationClip: value: 0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -842,17 +842,17 @@ AnimationClip: time: 0 value: -0.1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.30000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.08 - inSlope: 0 + inSlope: 0.30000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -871,16 +871,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -899,16 +899,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -926,17 +926,17 @@ AnimationClip: time: 0 value: 0.95 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: 0.7500001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -955,16 +955,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim.meta index 7a4a5cd7a..e1183c624 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoBop.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoCrouch.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoCrouch.anim.meta index c7656f8fd..9d996f5cb 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoCrouch.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoCrouch.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoIdle.anim.meta index d7412d0a9..95bc71374 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoIdle.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoIdle.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim index dcd731ea0..bc605549e 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -588,7 +588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -597,7 +597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -606,7 +606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -769,7 +769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -778,7 +778,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -803,7 +803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -812,7 +812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -821,7 +821,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -846,7 +846,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -855,7 +855,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -864,7 +864,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -941,7 +941,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -984,7 +984,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -993,7 +993,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1036,7 +1036,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1104,7 +1104,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1113,7 +1113,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1122,7 +1122,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1621,7 +1621,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1630,7 +1630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1639,7 +1639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1664,7 +1664,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1673,7 +1673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1682,7 +1682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1707,7 +1707,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1716,7 +1716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1725,7 +1725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1742,7 +1742,7 @@ AnimationClip: time: 0 value: {x: 0.009, y: -0.39, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.27, y: 6.8849993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1750,7 +1750,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.209, y: 0.069, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -3.27, y: 6.8849993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1759,7 +1759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.209, y: 0.069, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1768,7 +1768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.209, y: 0.069, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1785,7 +1785,7 @@ AnimationClip: time: 0 value: {x: 0.315, y: -0.47, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 5.4, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1793,8 +1793,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.675, y: -0.47, z: 0} - inSlope: {x: 0.67714286, y: 0, z: 0} - outSlope: {x: 0.67714286, y: 0, z: 0} + inSlope: {x: 5.4, y: -0, z: -0} + outSlope: {x: 0.19749999, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1802,7 +1802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.754, y: -0.47, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.19749999, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1811,7 +1811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.754, y: -0.47, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1854,7 +1854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1879,7 +1879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1888,7 +1888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1897,7 +1897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1922,7 +1922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.05, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1931,7 +1931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.05, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1940,7 +1940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.05, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1965,7 +1965,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.056, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1974,7 +1974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.056, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1983,7 +1983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.056, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2008,7 +2008,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2017,7 +2017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2026,7 +2026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2051,7 +2051,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2060,7 +2060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2069,7 +2069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2094,7 +2094,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2103,7 +2103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2137,7 +2137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -3.78, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -3.78, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2327,7 +2327,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -3.78, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.09, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2361,7 +2361,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.09, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2370,7 +2370,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 2.09, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2396,7 +2396,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2405,7 +2405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2414,7 +2414,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2439,7 +2439,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2448,7 +2448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2457,7 +2457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2525,7 +2525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2534,7 +2534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2543,7 +2543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2568,7 +2568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2577,7 +2577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2586,7 +2586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2611,7 +2611,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2620,7 +2620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2629,7 +2629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2654,7 +2654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2663,7 +2663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2672,7 +2672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2697,7 +2697,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2706,7 +2706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2715,7 +2715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2740,7 +2740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2749,7 +2749,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2758,7 +2758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2783,7 +2783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2792,7 +2792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2801,7 +2801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2818,7 +2818,7 @@ AnimationClip: time: 0 value: {x: 1.4, y: 1.2, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2826,7 +2826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2835,7 +2835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2844,7 +2844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2869,7 +2869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2878,7 +2878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2887,7 +2887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2912,7 +2912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2921,7 +2921,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2930,7 +2930,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2955,7 +2955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2964,7 +2964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2973,7 +2973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2998,7 +2998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3007,7 +3007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3016,7 +3016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3041,7 +3041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3050,7 +3050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3059,7 +3059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3084,7 +3084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3093,7 +3093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3102,7 +3102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3127,7 +3127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3136,7 +3136,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3145,7 +3145,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3163,35 +3163,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3209,35 +3209,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3255,35 +3255,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3301,35 +3301,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3347,35 +3347,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3393,35 +3393,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3439,35 +3439,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3485,35 +3485,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3531,35 +3531,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3577,35 +3577,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3623,35 +3623,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3669,35 +3669,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3715,35 +3715,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3761,35 +3761,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3807,35 +3807,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3853,35 +3853,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3899,35 +3899,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3945,35 +3945,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3991,35 +3991,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4037,35 +4037,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4083,35 +4083,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4129,35 +4129,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4175,35 +4175,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4221,35 +4221,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4267,35 +4267,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4313,35 +4313,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4359,35 +4359,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4405,35 +4405,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4451,35 +4451,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4497,35 +4497,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4543,35 +4543,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4590,34 +4590,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4636,34 +4636,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4682,34 +4682,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4728,34 +4728,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4773,35 +4773,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4820,34 +4820,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4865,35 +4865,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4911,35 +4911,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4957,35 +4957,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5004,34 +5004,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5050,34 +5050,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5096,34 +5096,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5141,35 +5141,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5187,35 +5187,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5233,35 +5233,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5280,34 +5280,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5326,34 +5326,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5372,34 +5372,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5417,35 +5417,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5463,35 +5463,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5509,35 +5509,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5555,35 +5555,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6921,35 +6921,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6968,34 +6968,34 @@ AnimationClip: value: 1.729 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7014,34 +7014,34 @@ AnimationClip: value: 0.603 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7060,34 +7060,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7106,34 +7106,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7152,34 +7152,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7198,34 +7198,34 @@ AnimationClip: value: -195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7244,34 +7244,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7290,34 +7290,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7336,34 +7336,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7381,35 +7381,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7427,35 +7427,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7474,34 +7474,34 @@ AnimationClip: value: 1.483 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7520,34 +7520,34 @@ AnimationClip: value: 0.608 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7566,34 +7566,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7612,34 +7612,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7658,34 +7658,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7704,34 +7704,34 @@ AnimationClip: value: 46 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7750,34 +7750,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7796,34 +7796,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7842,34 +7842,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7887,35 +7887,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7933,35 +7933,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7980,34 +7980,34 @@ AnimationClip: value: 0.182 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8026,34 +8026,34 @@ AnimationClip: value: 0.268 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8072,34 +8072,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8118,34 +8118,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8164,34 +8164,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8210,34 +8210,34 @@ AnimationClip: value: 230 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8256,34 +8256,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8302,34 +8302,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8348,34 +8348,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8393,35 +8393,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8439,35 +8439,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8486,34 +8486,34 @@ AnimationClip: value: 0.523 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8532,34 +8532,34 @@ AnimationClip: value: 0.4439 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8578,34 +8578,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8624,34 +8624,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8670,34 +8670,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8716,34 +8716,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8762,34 +8762,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8808,34 +8808,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8854,34 +8854,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8899,35 +8899,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8945,35 +8945,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8992,34 +8992,34 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9038,34 +9038,34 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9084,34 +9084,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9130,34 +9130,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9176,34 +9176,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9222,34 +9222,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9268,34 +9268,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9314,34 +9314,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9360,34 +9360,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9405,35 +9405,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9451,35 +9451,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9498,34 +9498,34 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9544,34 +9544,34 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9590,34 +9590,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9636,34 +9636,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9682,34 +9682,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9728,34 +9728,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9774,34 +9774,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9820,34 +9820,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9866,34 +9866,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9911,35 +9911,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9957,35 +9957,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10004,34 +10004,34 @@ AnimationClip: value: -1.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10050,34 +10050,34 @@ AnimationClip: value: 0.329 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10096,34 +10096,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10142,34 +10142,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10188,34 +10188,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10234,34 +10234,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10279,35 +10279,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10325,35 +10325,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10371,35 +10371,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10418,34 +10418,34 @@ AnimationClip: value: -0.203 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10464,34 +10464,34 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10510,34 +10510,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10556,34 +10556,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10602,34 +10602,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10648,34 +10648,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10693,35 +10693,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10739,35 +10739,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10786,34 +10786,34 @@ AnimationClip: value: -1.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10832,34 +10832,34 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10878,34 +10878,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10923,35 +10923,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10969,35 +10969,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11016,34 +11016,34 @@ AnimationClip: value: -1.751 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11062,34 +11062,34 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11108,34 +11108,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11154,34 +11154,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11200,34 +11200,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11246,34 +11246,34 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11292,34 +11292,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11338,34 +11338,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11384,34 +11384,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11430,34 +11430,34 @@ AnimationClip: value: -1.4497 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11476,34 +11476,34 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11522,34 +11522,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11568,34 +11568,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11614,34 +11614,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11660,34 +11660,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11706,34 +11706,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11752,34 +11752,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11798,34 +11798,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11843,35 +11843,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11889,35 +11889,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11935,35 +11935,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11982,34 +11982,34 @@ AnimationClip: value: -0.374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12028,34 +12028,34 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12074,34 +12074,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12120,34 +12120,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12166,34 +12166,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12212,34 +12212,34 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12258,34 +12258,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12304,34 +12304,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12350,34 +12350,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12395,35 +12395,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12442,34 +12442,34 @@ AnimationClip: value: -0.635 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12488,34 +12488,34 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12534,34 +12534,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12580,34 +12580,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12626,34 +12626,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12672,34 +12672,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12718,34 +12718,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12764,34 +12764,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12810,34 +12810,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12855,35 +12855,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12901,35 +12901,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12947,35 +12947,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12994,34 +12994,34 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13040,34 +13040,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13086,34 +13086,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13132,34 +13132,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13178,34 +13178,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13224,34 +13224,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13269,35 +13269,35 @@ AnimationClip: time: 0 value: 0.009 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -3.27 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.209 - inSlope: 0 + inSlope: -3.27 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.209 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.209 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13315,35 +13315,35 @@ AnimationClip: time: 0 value: -0.39 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 6.8849993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.069 - inSlope: 0 + inSlope: 6.8849993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.069 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.069 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13362,34 +13362,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13408,34 +13408,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13454,34 +13454,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13500,34 +13500,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13545,35 +13545,35 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13591,35 +13591,35 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13638,34 +13638,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13683,35 +13683,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13729,35 +13729,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13775,35 +13775,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13821,35 +13821,35 @@ AnimationClip: time: 0 value: 0.315 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 5.4 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.675 - inSlope: 0.67714286 - outSlope: 0.67714286 - tangentMode: 136 + inSlope: 5.4 + outSlope: 0.19749999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.754 - inSlope: 0 + inSlope: 0.19749999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.754 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13868,34 +13868,34 @@ AnimationClip: value: -0.47 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13914,34 +13914,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13960,34 +13960,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14006,34 +14006,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14052,34 +14052,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14098,34 +14098,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14144,34 +14144,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14190,34 +14190,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14235,35 +14235,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14282,34 +14282,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14328,34 +14328,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14374,34 +14374,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14420,34 +14420,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14465,35 +14465,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14512,34 +14512,34 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14558,34 +14558,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14604,34 +14604,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14650,34 +14650,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14696,34 +14696,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14742,34 +14742,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14788,34 +14788,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14834,34 +14834,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14880,34 +14880,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14926,34 +14926,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14972,34 +14972,34 @@ AnimationClip: value: 1.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15018,34 +15018,34 @@ AnimationClip: value: 0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15064,34 +15064,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15110,34 +15110,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15156,34 +15156,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15202,34 +15202,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15247,35 +15247,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15294,34 +15294,34 @@ AnimationClip: value: 1.05 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15340,34 +15340,34 @@ AnimationClip: value: -0.298 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15386,34 +15386,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15432,34 +15432,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15478,34 +15478,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15524,34 +15524,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15570,34 +15570,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15616,34 +15616,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15662,34 +15662,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15707,35 +15707,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15754,34 +15754,34 @@ AnimationClip: value: 1.056 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.056 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.056 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.056 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15800,34 +15800,34 @@ AnimationClip: value: -0.126 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15846,34 +15846,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15892,34 +15892,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15938,34 +15938,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15984,34 +15984,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16030,34 +16030,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16076,34 +16076,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16122,34 +16122,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16167,35 +16167,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16214,34 +16214,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16260,34 +16260,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16306,34 +16306,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16351,35 +16351,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16397,35 +16397,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16444,34 +16444,34 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16490,34 +16490,34 @@ AnimationClip: value: -0.629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16536,34 +16536,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16582,34 +16582,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16628,34 +16628,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16674,34 +16674,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16720,34 +16720,34 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16766,34 +16766,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16812,34 +16812,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16857,35 +16857,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16904,34 +16904,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16950,34 +16950,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16996,34 +16996,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17041,35 +17041,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17088,34 +17088,34 @@ AnimationClip: value: 1.6963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17134,34 +17134,34 @@ AnimationClip: value: -0.3642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17180,34 +17180,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17226,34 +17226,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17272,34 +17272,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17318,34 +17318,34 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17364,34 +17364,34 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17410,34 +17410,34 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17456,34 +17456,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17501,35 +17501,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17548,34 +17548,34 @@ AnimationClip: value: 1.4034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17594,34 +17594,34 @@ AnimationClip: value: -0.5236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17640,34 +17640,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17686,34 +17686,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17732,34 +17732,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17778,34 +17778,34 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17823,35 +17823,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17870,34 +17870,34 @@ AnimationClip: value: 1.033 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17916,34 +17916,34 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17962,34 +17962,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18008,34 +18008,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18054,34 +18054,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18100,34 +18100,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18146,34 +18146,34 @@ AnimationClip: value: 0.6644 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18192,34 +18192,34 @@ AnimationClip: value: -0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18238,34 +18238,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18284,34 +18284,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18330,34 +18330,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18376,34 +18376,34 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18422,34 +18422,34 @@ AnimationClip: value: 0.4041 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18468,34 +18468,34 @@ AnimationClip: value: -0.3711 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18514,34 +18514,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18560,34 +18560,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18606,34 +18606,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18652,34 +18652,34 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18698,34 +18698,34 @@ AnimationClip: value: 1.0557 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18744,34 +18744,34 @@ AnimationClip: value: -0.5903 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18790,34 +18790,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18836,34 +18836,34 @@ AnimationClip: value: 1.35 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18882,34 +18882,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18928,34 +18928,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18974,34 +18974,34 @@ AnimationClip: value: -3.78 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -3.78 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -3.78 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -3.78 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19020,34 +19020,34 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19066,34 +19066,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19112,34 +19112,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19158,34 +19158,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19204,34 +19204,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19250,34 +19250,34 @@ AnimationClip: value: 2.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 2.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19296,34 +19296,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19342,34 +19342,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19387,35 +19387,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19434,7 +19434,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/stompDust + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -19444,7 +19444,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/stompDust + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -19454,7 +19454,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/stompDust + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - curve: @@ -19914,7 +19944,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/speedLines + path: effects/stompDust classID: 4 script: {fileID: 0} - curve: @@ -19924,7 +19954,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/speedLines + path: effects/stompDust classID: 4 script: {fileID: 0} - curve: @@ -19934,7 +19964,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/speedLines + path: effects/stompDust classID: 4 script: {fileID: 0} - curve: @@ -20147,36 +20177,6 @@ AnimationClip: path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim.meta index 4fbd9d433..2859e78a2 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim index da1e573ba..d89e7bb79 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -588,7 +588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -597,7 +597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -606,7 +606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -769,7 +769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -778,7 +778,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -803,7 +803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -812,7 +812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -821,7 +821,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -846,7 +846,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -855,7 +855,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -864,7 +864,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -941,7 +941,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -984,7 +984,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -993,7 +993,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1036,7 +1036,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1104,7 +1104,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1113,7 +1113,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1122,7 +1122,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.4696, y: 1.374, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.4696, y: 1.374, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.4696, y: 1.374, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.357, y: 0.013, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.357, y: 0.013, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.357, y: 0.013, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.304, y: 0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.304, y: 0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.304, y: 0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.087, y: 0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.087, y: 0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.087, y: 0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1621,7 +1621,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.856, y: 0.486, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1630,7 +1630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.856, y: 0.486, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1639,7 +1639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.856, y: 0.486, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1664,7 +1664,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1673,7 +1673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1682,7 +1682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1707,7 +1707,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1716,7 +1716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1725,7 +1725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1742,7 +1742,7 @@ AnimationClip: time: 0 value: {x: 0.296, y: 0.982, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.135, y: 6.855, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1750,7 +1750,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -3.135, y: 6.855, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1759,7 +1759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1768,7 +1768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1785,7 +1785,7 @@ AnimationClip: time: 0 value: {x: 0.737, y: 0.057, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.5449996, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1793,8 +1793,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.04, y: 0.057, z: 0} - inSlope: {x: 0.6600002, y: 0, z: 0} - outSlope: {x: 0.6600002, y: 0, z: 0} + inSlope: {x: 4.5449996, y: -0, z: -0} + outSlope: {x: 0.19250005, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1802,7 +1802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.117, y: 0.057, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.19250005, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1811,7 +1811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.117, y: 0.057, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1854,7 +1854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1879,7 +1879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.468, y: 1.982, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1888,7 +1888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.468, y: 1.982, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1897,7 +1897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.468, y: 1.982, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1922,7 +1922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1931,7 +1931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1940,7 +1940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1965,7 +1965,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.459, y: 0.467, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1974,7 +1974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.459, y: 0.467, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1983,7 +1983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.459, y: 0.467, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2008,7 +2008,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.465, y: 0.808, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2017,7 +2017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.465, y: 0.808, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2026,7 +2026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.465, y: 0.808, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2051,7 +2051,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2060,7 +2060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2069,7 +2069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2094,7 +2094,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2103,7 +2103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2137,7 +2137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2327,7 +2327,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.481, y: -0.062, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2361,7 +2361,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.481, y: -0.062, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2370,7 +2370,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.481, y: -0.062, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2396,7 +2396,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2405,7 +2405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2414,7 +2414,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2439,7 +2439,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2448,7 +2448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2457,7 +2457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2525,7 +2525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2534,7 +2534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2543,7 +2543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2568,7 +2568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2577,7 +2577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2586,7 +2586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2611,7 +2611,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2620,7 +2620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2629,7 +2629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2654,7 +2654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2663,7 +2663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2672,7 +2672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2697,7 +2697,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2706,7 +2706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2715,7 +2715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2740,7 +2740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2749,7 +2749,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2758,7 +2758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2783,7 +2783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2792,7 +2792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2801,7 +2801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2818,7 +2818,7 @@ AnimationClip: time: 0 value: {x: 1.4, y: 1.2, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2826,7 +2826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2835,7 +2835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2844,7 +2844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2869,7 +2869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2878,7 +2878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2887,7 +2887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2912,7 +2912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2921,7 +2921,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2930,7 +2930,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2955,7 +2955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2964,7 +2964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2973,7 +2973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2998,7 +2998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3007,7 +3007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3016,7 +3016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3041,7 +3041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3050,7 +3050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3059,7 +3059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3084,7 +3084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3093,7 +3093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3102,7 +3102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3127,7 +3127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3136,7 +3136,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3145,7 +3145,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3170,7 +3170,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.3, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3179,7 +3179,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.3, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3188,7 +3188,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.3, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3213,7 +3213,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3222,7 +3222,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3231,7 +3231,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3256,7 +3256,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3265,7 +3265,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3274,7 +3274,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3299,7 +3299,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3308,7 +3308,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3317,7 +3317,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3342,7 +3342,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3351,7 +3351,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3360,7 +3360,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3385,7 +3385,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3394,7 +3394,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3403,7 +3403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3421,35 +3421,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3467,35 +3467,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3513,35 +3513,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3559,35 +3559,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3605,35 +3605,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3651,35 +3651,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3697,35 +3697,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3743,35 +3743,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3789,35 +3789,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3835,35 +3835,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3881,35 +3881,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3927,35 +3927,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3973,35 +3973,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4019,35 +4019,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4065,35 +4065,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4111,35 +4111,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4157,35 +4157,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4203,35 +4203,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4249,35 +4249,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4295,35 +4295,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4341,35 +4341,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4387,35 +4387,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4433,35 +4433,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4479,35 +4479,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4525,35 +4525,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4571,35 +4571,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4617,35 +4617,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4663,35 +4663,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4709,35 +4709,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4755,35 +4755,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4801,35 +4801,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4847,35 +4847,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4894,34 +4894,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4940,34 +4940,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4986,34 +4986,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5032,34 +5032,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5077,35 +5077,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5124,34 +5124,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5169,35 +5169,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5215,35 +5215,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5261,35 +5261,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5308,34 +5308,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5354,34 +5354,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5400,34 +5400,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5445,35 +5445,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5491,35 +5491,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5537,35 +5537,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5584,34 +5584,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5630,34 +5630,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5676,34 +5676,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5721,35 +5721,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5767,35 +5767,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5814,34 +5814,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5860,34 +5860,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5905,35 +5905,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5951,35 +5951,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5997,35 +5997,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6043,35 +6043,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6089,35 +6089,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6135,35 +6135,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6181,35 +6181,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7645,35 +7645,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7692,34 +7692,34 @@ AnimationClip: value: 0.4714 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7738,34 +7738,34 @@ AnimationClip: value: 1.6179 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6179 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6179 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6179 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7784,34 +7784,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7830,34 +7830,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7876,34 +7876,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7922,34 +7922,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7968,34 +7968,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8014,34 +8014,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8060,34 +8060,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8105,35 +8105,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8151,35 +8151,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8198,34 +8198,34 @@ AnimationClip: value: 1.2972 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8244,34 +8244,34 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8290,34 +8290,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8336,34 +8336,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8382,34 +8382,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8428,34 +8428,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8474,34 +8474,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8520,34 +8520,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8566,34 +8566,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8611,35 +8611,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8657,35 +8657,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8704,34 +8704,34 @@ AnimationClip: value: -0.143 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8750,34 +8750,34 @@ AnimationClip: value: 0.115 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8796,34 +8796,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8842,34 +8842,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8888,34 +8888,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8934,34 +8934,34 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8980,34 +8980,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9026,34 +9026,34 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9072,34 +9072,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9117,35 +9117,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9163,35 +9163,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9210,34 +9210,34 @@ AnimationClip: value: 0.108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9256,34 +9256,34 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9302,34 +9302,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9348,34 +9348,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9394,34 +9394,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9440,34 +9440,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9486,34 +9486,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9532,34 +9532,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9578,34 +9578,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9623,35 +9623,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9669,35 +9669,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9716,34 +9716,34 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9762,34 +9762,34 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9808,34 +9808,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9854,34 +9854,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9900,34 +9900,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9946,34 +9946,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9992,34 +9992,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10038,34 +10038,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10084,34 +10084,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10129,35 +10129,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10175,35 +10175,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10222,34 +10222,34 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10268,34 +10268,34 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10314,34 +10314,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10360,34 +10360,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10406,34 +10406,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10452,34 +10452,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10498,34 +10498,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10544,34 +10544,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10590,34 +10590,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10635,35 +10635,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10681,35 +10681,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10728,34 +10728,34 @@ AnimationClip: value: -0.4696 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.4696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.4696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10774,34 +10774,34 @@ AnimationClip: value: 1.374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10820,34 +10820,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10866,34 +10866,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10912,34 +10912,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10958,34 +10958,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11003,35 +11003,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11049,35 +11049,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11095,35 +11095,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11141,35 +11141,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11188,34 +11188,34 @@ AnimationClip: value: 0.357 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11234,34 +11234,34 @@ AnimationClip: value: 0.013 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.013 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.013 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.013 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11280,34 +11280,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11326,34 +11326,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11372,34 +11372,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11418,34 +11418,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11463,35 +11463,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11509,35 +11509,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11556,34 +11556,34 @@ AnimationClip: value: -1.304 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.304 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.304 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.304 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11602,34 +11602,34 @@ AnimationClip: value: 0.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11648,34 +11648,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11693,35 +11693,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11739,35 +11739,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11786,34 +11786,34 @@ AnimationClip: value: -0.087 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11832,34 +11832,34 @@ AnimationClip: value: 0.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11878,34 +11878,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11924,34 +11924,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11970,34 +11970,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12016,34 +12016,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12062,34 +12062,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12108,34 +12108,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12154,34 +12154,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12200,34 +12200,34 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12246,34 +12246,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12292,34 +12292,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12338,34 +12338,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12384,34 +12384,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12430,34 +12430,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12476,34 +12476,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12522,34 +12522,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12568,34 +12568,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12613,35 +12613,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12659,35 +12659,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12705,35 +12705,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12752,34 +12752,34 @@ AnimationClip: value: -0.856 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12798,34 +12798,34 @@ AnimationClip: value: 0.486 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.486 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.486 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.486 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12844,34 +12844,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12890,34 +12890,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12936,34 +12936,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12982,34 +12982,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13028,34 +13028,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13074,34 +13074,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13120,34 +13120,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13165,35 +13165,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13212,34 +13212,34 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13258,34 +13258,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13304,34 +13304,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13350,34 +13350,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13396,34 +13396,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13442,34 +13442,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13488,34 +13488,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13534,34 +13534,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13580,34 +13580,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13625,35 +13625,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13671,35 +13671,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13717,35 +13717,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13764,34 +13764,34 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13810,34 +13810,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13856,34 +13856,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13902,34 +13902,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13948,34 +13948,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13994,34 +13994,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14039,35 +14039,35 @@ AnimationClip: time: 0 value: 0.296 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -3.135 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.087 - inSlope: 0 + inSlope: -3.135 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14085,35 +14085,35 @@ AnimationClip: time: 0 value: 0.982 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 6.855 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.439 - inSlope: 0 + inSlope: 6.855 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14132,34 +14132,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14178,34 +14178,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14224,34 +14224,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14270,34 +14270,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14315,35 +14315,35 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14361,35 +14361,35 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14408,34 +14408,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14453,35 +14453,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14499,35 +14499,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14545,35 +14545,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14591,35 +14591,35 @@ AnimationClip: time: 0 value: 0.737 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.5449996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.04 - inSlope: 0.6600002 - outSlope: 0.6600002 - tangentMode: 136 + inSlope: 4.5449996 + outSlope: 0.19250005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.117 - inSlope: 0 + inSlope: 0.19250005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14638,34 +14638,34 @@ AnimationClip: value: 0.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14684,34 +14684,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14730,34 +14730,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14776,34 +14776,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14822,34 +14822,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14868,34 +14868,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14914,34 +14914,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14960,34 +14960,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15005,35 +15005,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15052,34 +15052,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15098,34 +15098,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15144,34 +15144,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15190,34 +15190,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15235,35 +15235,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15282,34 +15282,34 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15328,34 +15328,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15374,34 +15374,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15420,34 +15420,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15466,34 +15466,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15512,34 +15512,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15558,34 +15558,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15604,34 +15604,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15650,34 +15650,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15696,34 +15696,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15742,34 +15742,34 @@ AnimationClip: value: 0.468 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.468 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.468 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.468 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15788,34 +15788,34 @@ AnimationClip: value: 1.982 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.982 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.982 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.982 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15834,34 +15834,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15880,34 +15880,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15926,34 +15926,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15972,34 +15972,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16017,35 +16017,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16064,34 +16064,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16110,34 +16110,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16156,34 +16156,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16202,34 +16202,34 @@ AnimationClip: value: 0.459 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.459 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.459 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.459 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16248,34 +16248,34 @@ AnimationClip: value: 0.467 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.467 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.467 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.467 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16294,34 +16294,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16340,34 +16340,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16386,34 +16386,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16432,34 +16432,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16478,34 +16478,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16524,34 +16524,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16570,34 +16570,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16615,35 +16615,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16662,34 +16662,34 @@ AnimationClip: value: 0.465 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.465 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.465 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.465 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16708,34 +16708,34 @@ AnimationClip: value: 0.808 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.808 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.808 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.808 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16754,34 +16754,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16800,34 +16800,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16846,34 +16846,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16892,34 +16892,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16938,34 +16938,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16984,34 +16984,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17030,34 +17030,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17075,35 +17075,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17122,34 +17122,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17168,34 +17168,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17214,34 +17214,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17259,35 +17259,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17305,35 +17305,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17352,34 +17352,34 @@ AnimationClip: value: -0.47 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17398,34 +17398,34 @@ AnimationClip: value: -0.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17444,34 +17444,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17490,34 +17490,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17536,34 +17536,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17582,34 +17582,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17628,34 +17628,34 @@ AnimationClip: value: 0.99 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17674,34 +17674,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17720,34 +17720,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17765,35 +17765,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17812,34 +17812,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17858,34 +17858,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17904,34 +17904,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17949,35 +17949,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17996,34 +17996,34 @@ AnimationClip: value: 0.71 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18042,34 +18042,34 @@ AnimationClip: value: -0.139 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18088,34 +18088,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18134,34 +18134,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18180,34 +18180,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18226,34 +18226,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18271,35 +18271,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18318,34 +18318,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18364,34 +18364,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18409,35 +18409,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18456,34 +18456,34 @@ AnimationClip: value: 0.059 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18502,34 +18502,34 @@ AnimationClip: value: 0.477 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.477 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.477 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.477 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18548,34 +18548,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18594,34 +18594,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18640,34 +18640,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18686,34 +18686,34 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18732,34 +18732,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18778,34 +18778,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18824,34 +18824,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18869,35 +18869,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18916,34 +18916,34 @@ AnimationClip: value: -0.192 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18962,34 +18962,34 @@ AnimationClip: value: 0.305 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19008,34 +19008,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19054,34 +19054,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19100,34 +19100,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19146,34 +19146,34 @@ AnimationClip: value: -10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19191,35 +19191,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19238,34 +19238,34 @@ AnimationClip: value: -0.472 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19284,34 +19284,34 @@ AnimationClip: value: 0.258 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.258 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.258 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.258 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19330,34 +19330,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19376,34 +19376,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19422,34 +19422,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19468,34 +19468,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19514,34 +19514,34 @@ AnimationClip: value: -0.774 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19560,34 +19560,34 @@ AnimationClip: value: 0.29 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19606,34 +19606,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19652,34 +19652,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19698,34 +19698,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19744,34 +19744,34 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19790,34 +19790,34 @@ AnimationClip: value: -1.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19836,34 +19836,34 @@ AnimationClip: value: 0.43 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19882,34 +19882,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19928,34 +19928,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19974,34 +19974,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20020,34 +20020,34 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20066,34 +20066,34 @@ AnimationClip: value: 0.481 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.481 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.481 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.481 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20112,34 +20112,34 @@ AnimationClip: value: -0.062 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.062 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.062 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.062 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20158,34 +20158,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20204,34 +20204,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20250,34 +20250,34 @@ AnimationClip: value: 1.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20296,34 +20296,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20342,34 +20342,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20388,34 +20388,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20434,34 +20434,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20479,35 +20479,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20525,35 +20525,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20571,35 +20571,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20618,34 +20618,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20664,34 +20664,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20710,34 +20710,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20756,34 +20756,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20802,34 +20802,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20848,34 +20848,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20894,34 +20894,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20940,34 +20940,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20986,34 +20986,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21032,34 +21032,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21078,34 +21078,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21124,34 +21124,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21170,34 +21170,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21216,34 +21216,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21262,34 +21262,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21307,35 +21307,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -21354,7 +21354,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/mawashi3 + path: mawashi/mawashipose classID: 4 script: {fileID: 0} - curve: @@ -21364,7 +21364,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/mawashi3 + path: mawashi/mawashipose classID: 4 script: {fileID: 0} - curve: @@ -21374,7 +21374,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/mawashi3 + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - curve: @@ -21444,7 +21474,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope4 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -21454,7 +21484,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope4 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -21464,7 +21494,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope4 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -21564,7 +21594,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -21574,7 +21604,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -21584,7 +21614,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -21594,7 +21624,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope5 + path: body/arms/handL classID: 4 script: {fileID: 0} - curve: @@ -21604,7 +21634,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope5 + path: body/arms/handL classID: 4 script: {fileID: 0} - curve: @@ -21614,7 +21644,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope5 + path: body/arms/handL classID: 4 script: {fileID: 0} - curve: @@ -21624,7 +21654,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/handR + path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - curve: @@ -21634,7 +21664,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/handR + path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - curve: @@ -21644,7 +21674,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/handR + path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - curve: @@ -21654,7 +21684,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -21664,7 +21694,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -21674,7 +21704,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -21834,7 +21864,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -21844,7 +21874,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -21854,7 +21884,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -21894,7 +21924,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/stompEffect + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -21904,7 +21934,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/stompEffect + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -21914,7 +21944,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/stompEffect + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -21924,7 +21954,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/handL + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -21934,7 +21964,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/handL + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -21944,7 +21974,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/handL + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -21977,66 +22007,6 @@ AnimationClip: path: head classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -22074,7 +22044,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/speedLines + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -22084,7 +22054,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/speedLines + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -22094,27 +22064,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/speedLines - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/bodyMain + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -22124,7 +22074,57 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/bodyMain + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 classID: 4 script: {fileID: 0} m_HasGenericRootTransform: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim.meta index c4d04d118..bc11ad961 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim index 8858e5d11..246017182 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -588,7 +588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -597,7 +597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -606,7 +606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -769,7 +769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -778,7 +778,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -803,7 +803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -812,7 +812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -821,7 +821,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -846,7 +846,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -855,7 +855,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -864,7 +864,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -941,7 +941,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -984,7 +984,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -993,7 +993,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1036,7 +1036,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1104,7 +1104,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1113,7 +1113,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1122,7 +1122,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1147,7 +1147,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1156,7 +1156,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1165,7 +1165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.288, y: 1.652, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.288, y: 1.652, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.288, y: 1.652, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0925, y: 0.8836, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.0925, y: 0.8836, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.0925, y: 0.8836, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.276, y: 1.2562, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.276, y: 1.2562, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.276, y: 1.2562, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.076, y: 0.649, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.076, y: 0.649, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.076, y: 0.649, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.7357, y: 1.0364, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.7357, y: 1.0364, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.7357, y: 1.0364, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.924, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.924, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.924, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.565, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -2.565, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -2.565, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.1128, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -2.1128, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -2.1128, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1621,7 +1621,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1630,7 +1630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1639,7 +1639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1664,7 +1664,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.3401, y: 0.208, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1673,7 +1673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.3401, y: 0.208, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1682,7 +1682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.3401, y: 0.208, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1707,7 +1707,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1716,7 +1716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1725,7 +1725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1742,7 +1742,7 @@ AnimationClip: time: 0 value: {x: 0.122, y: 0, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -4.53, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1750,8 +1750,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.18, y: 0, z: 0} - inSlope: {x: -0.88285714, y: 0, z: 0} - outSlope: {x: -0.88285714, y: 0, z: 0} + inSlope: {x: -4.53, y: -0, z: -0} + outSlope: {x: -0.27499995, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1759,7 +1759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.29, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.27499995, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1768,7 +1768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.29, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1785,7 +1785,7 @@ AnimationClip: time: 0 value: {x: -1.048, y: 0.792, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -7.2, y: 6.2700005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1793,7 +1793,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -7.2, y: 6.2700005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1802,7 +1802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1811,7 +1811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1854,7 +1854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1879,7 +1879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1888,7 +1888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1897,7 +1897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1922,7 +1922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1931,7 +1931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1940,7 +1940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1965,7 +1965,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1974,7 +1974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1983,7 +1983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2008,7 +2008,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2017,7 +2017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2026,7 +2026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2051,7 +2051,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2060,7 +2060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2069,7 +2069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2094,7 +2094,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2103,7 +2103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2137,7 +2137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2327,7 +2327,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2361,7 +2361,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2370,7 +2370,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2395,7 +2395,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.756, y: -0.256, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2404,7 +2404,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.756, y: -0.256, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2413,7 +2413,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.756, y: -0.256, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2439,7 +2439,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2448,7 +2448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2457,7 +2457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2525,7 +2525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2534,7 +2534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2543,7 +2543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2568,7 +2568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2577,7 +2577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2586,7 +2586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2611,7 +2611,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2620,7 +2620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2629,7 +2629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2654,7 +2654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2663,7 +2663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2672,7 +2672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2697,7 +2697,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2706,7 +2706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2715,7 +2715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2740,7 +2740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2749,7 +2749,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2758,7 +2758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2783,7 +2783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2792,7 +2792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2801,7 +2801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2826,7 +2826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2835,7 +2835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2844,7 +2844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2869,7 +2869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2878,7 +2878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2887,7 +2887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2904,7 +2904,7 @@ AnimationClip: time: 0 value: {x: 1.4, y: 1.2, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2912,7 +2912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2921,7 +2921,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2930,7 +2930,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2955,7 +2955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2964,7 +2964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2973,7 +2973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2998,7 +2998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3007,7 +3007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3016,7 +3016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3041,7 +3041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3050,7 +3050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3059,7 +3059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3084,7 +3084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3093,7 +3093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3102,7 +3102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3127,7 +3127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3136,7 +3136,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3145,7 +3145,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3170,7 +3170,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3179,7 +3179,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3188,7 +3188,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3213,7 +3213,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3222,7 +3222,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3231,7 +3231,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3256,7 +3256,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3265,7 +3265,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3274,7 +3274,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3299,7 +3299,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3308,7 +3308,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3317,7 +3317,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3342,7 +3342,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3351,7 +3351,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3360,7 +3360,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3385,7 +3385,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3394,7 +3394,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3403,7 +3403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3428,7 +3428,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.3, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3437,7 +3437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.3, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3446,7 +3446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.3, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3471,7 +3471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3480,7 +3480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3489,7 +3489,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3507,35 +3507,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3553,35 +3553,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3599,35 +3599,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3645,35 +3645,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3691,35 +3691,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3737,35 +3737,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3783,35 +3783,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3829,35 +3829,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3875,35 +3875,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3921,35 +3921,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3967,35 +3967,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4013,35 +4013,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4059,35 +4059,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4105,35 +4105,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4151,35 +4151,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4197,35 +4197,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4243,35 +4243,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4289,35 +4289,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4335,35 +4335,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4381,35 +4381,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4427,35 +4427,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4473,35 +4473,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4519,35 +4519,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4565,35 +4565,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4611,35 +4611,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4657,35 +4657,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4703,35 +4703,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4749,35 +4749,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4795,35 +4795,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4841,35 +4841,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4887,35 +4887,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4933,35 +4933,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4979,35 +4979,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5025,35 +5025,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5071,35 +5071,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5118,34 +5118,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5164,34 +5164,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5210,34 +5210,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5256,34 +5256,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5301,35 +5301,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5348,34 +5348,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5393,35 +5393,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5439,35 +5439,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5485,35 +5485,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5532,34 +5532,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5578,34 +5578,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5624,34 +5624,34 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5669,35 +5669,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5715,35 +5715,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5761,35 +5761,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5808,34 +5808,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5854,34 +5854,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5900,34 +5900,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5945,35 +5945,35 @@ AnimationClip: time: 0 value: 6 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 6 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5991,35 +5991,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6038,34 +6038,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6084,34 +6084,34 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6129,35 +6129,35 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6175,35 +6175,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6221,35 +6221,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6267,35 +6267,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6313,35 +6313,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6359,35 +6359,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6405,35 +6405,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6451,35 +6451,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6497,35 +6497,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6544,34 +6544,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6589,35 +6589,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6635,35 +6635,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6682,34 +6682,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6728,34 +6728,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6774,34 +6774,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6819,35 +6819,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8453,35 +8453,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8500,34 +8500,34 @@ AnimationClip: value: 2.288 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.288 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.288 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.288 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8546,34 +8546,34 @@ AnimationClip: value: 1.652 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.652 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.652 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.652 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8592,34 +8592,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8638,34 +8638,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8684,34 +8684,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8730,34 +8730,34 @@ AnimationClip: value: 40 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8776,34 +8776,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8822,34 +8822,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8868,34 +8868,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8913,35 +8913,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8959,35 +8959,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9006,34 +9006,34 @@ AnimationClip: value: 2.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9052,34 +9052,34 @@ AnimationClip: value: 1.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9098,34 +9098,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9144,34 +9144,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9190,34 +9190,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9236,34 +9236,34 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9282,34 +9282,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9328,34 +9328,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9374,34 +9374,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9419,35 +9419,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9465,35 +9465,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9512,34 +9512,34 @@ AnimationClip: value: 1.0925 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.0925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.0925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9558,34 +9558,34 @@ AnimationClip: value: 0.8836 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8836 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8836 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.8836 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9604,34 +9604,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9650,34 +9650,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9696,34 +9696,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9742,34 +9742,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9788,34 +9788,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9834,34 +9834,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9880,34 +9880,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9925,35 +9925,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9971,35 +9971,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10018,34 +10018,34 @@ AnimationClip: value: 1.276 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.276 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.276 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.276 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10064,34 +10064,34 @@ AnimationClip: value: 1.2562 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10110,34 +10110,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10156,34 +10156,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10202,34 +10202,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10248,34 +10248,34 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10294,34 +10294,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10340,34 +10340,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10386,34 +10386,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10431,35 +10431,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10477,35 +10477,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10524,34 +10524,34 @@ AnimationClip: value: 2.7103 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10570,34 +10570,34 @@ AnimationClip: value: 1.5178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10616,34 +10616,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10662,34 +10662,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10708,34 +10708,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10754,34 +10754,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10800,34 +10800,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10846,34 +10846,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10892,34 +10892,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10937,35 +10937,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10983,35 +10983,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11030,34 +11030,34 @@ AnimationClip: value: 1.076 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11076,34 +11076,34 @@ AnimationClip: value: 0.649 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.649 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.649 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.649 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11122,34 +11122,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11168,34 +11168,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11214,34 +11214,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11260,34 +11260,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11306,34 +11306,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11352,34 +11352,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11398,34 +11398,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11443,35 +11443,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11489,35 +11489,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11535,35 +11535,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11582,34 +11582,34 @@ AnimationClip: value: -1.7357 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.7357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.7357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.7357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11628,34 +11628,34 @@ AnimationClip: value: 1.0364 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0364 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.0364 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.0364 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11674,34 +11674,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11720,34 +11720,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11766,34 +11766,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11812,34 +11812,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11858,34 +11858,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11904,34 +11904,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11950,34 +11950,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11995,35 +11995,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12041,35 +12041,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12087,35 +12087,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12133,35 +12133,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12180,34 +12180,34 @@ AnimationClip: value: -0.924 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12226,34 +12226,34 @@ AnimationClip: value: -0.19 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12272,34 +12272,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12318,34 +12318,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12364,34 +12364,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12410,34 +12410,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12455,35 +12455,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12501,35 +12501,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12547,35 +12547,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12594,34 +12594,34 @@ AnimationClip: value: -2.565 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -2.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -2.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12640,34 +12640,34 @@ AnimationClip: value: -0.19 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12686,34 +12686,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12731,35 +12731,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12777,35 +12777,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12824,34 +12824,34 @@ AnimationClip: value: -2.1128 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.1128 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -2.1128 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -2.1128 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12870,34 +12870,34 @@ AnimationClip: value: 0.206 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12916,34 +12916,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12962,34 +12962,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13008,34 +13008,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13054,34 +13054,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13100,34 +13100,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13146,34 +13146,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13192,34 +13192,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13237,35 +13237,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13284,34 +13284,34 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13330,34 +13330,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13376,34 +13376,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13422,34 +13422,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13468,34 +13468,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13514,34 +13514,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13560,34 +13560,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13606,34 +13606,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13652,34 +13652,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13697,35 +13697,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13743,35 +13743,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13789,35 +13789,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13836,34 +13836,34 @@ AnimationClip: value: -1.3401 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.3401 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.3401 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.3401 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13882,34 +13882,34 @@ AnimationClip: value: 0.208 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.208 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.208 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.208 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13928,34 +13928,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13974,34 +13974,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14020,34 +14020,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14066,34 +14066,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14112,34 +14112,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14158,34 +14158,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14204,34 +14204,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14249,35 +14249,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14296,34 +14296,34 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14342,34 +14342,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14388,34 +14388,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14434,34 +14434,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14480,34 +14480,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14526,34 +14526,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14572,34 +14572,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14618,34 +14618,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14664,34 +14664,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14709,35 +14709,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14755,35 +14755,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14801,35 +14801,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14847,35 +14847,35 @@ AnimationClip: time: 0 value: 0.122 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -4.53 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.18 - inSlope: -0.88285714 - outSlope: -0.88285714 - tangentMode: 136 + inSlope: -4.53 + outSlope: -0.27499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.29 - inSlope: 0 + inSlope: -0.27499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14894,34 +14894,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14940,34 +14940,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14986,34 +14986,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15032,34 +15032,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15078,34 +15078,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15123,35 +15123,35 @@ AnimationClip: time: 0 value: -1.048 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -7.2 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.528 - inSlope: 0 + inSlope: -7.2 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.528 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.528 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15169,35 +15169,35 @@ AnimationClip: time: 0 value: 0.792 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 6.2700005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.21 - inSlope: 0 + inSlope: 6.2700005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15216,34 +15216,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15262,34 +15262,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15308,34 +15308,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15354,34 +15354,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15399,35 +15399,35 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15445,35 +15445,35 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15492,34 +15492,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15537,35 +15537,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15583,35 +15583,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15629,35 +15629,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15676,34 +15676,34 @@ AnimationClip: value: -0.391 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15722,34 +15722,34 @@ AnimationClip: value: -0.094 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15768,34 +15768,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15814,34 +15814,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15860,34 +15860,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15906,34 +15906,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15952,34 +15952,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15998,34 +15998,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16044,34 +16044,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16089,35 +16089,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16136,34 +16136,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16182,34 +16182,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16228,34 +16228,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16274,34 +16274,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16319,35 +16319,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16366,34 +16366,34 @@ AnimationClip: value: -1.667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16412,34 +16412,34 @@ AnimationClip: value: -0.094 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16458,34 +16458,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16504,34 +16504,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16550,34 +16550,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16596,34 +16596,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16642,34 +16642,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16688,34 +16688,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16734,34 +16734,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16780,34 +16780,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16826,34 +16826,34 @@ AnimationClip: value: 1.828 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16872,34 +16872,34 @@ AnimationClip: value: 1.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16918,34 +16918,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16964,34 +16964,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17010,34 +17010,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17056,34 +17056,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17101,35 +17101,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17148,34 +17148,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17194,34 +17194,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17240,34 +17240,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17286,34 +17286,34 @@ AnimationClip: value: 1.743 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17332,34 +17332,34 @@ AnimationClip: value: 0.566 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17378,34 +17378,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17424,34 +17424,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17470,34 +17470,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17516,34 +17516,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17562,34 +17562,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17608,34 +17608,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17654,34 +17654,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17699,35 +17699,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17746,34 +17746,34 @@ AnimationClip: value: 1.7009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17792,34 +17792,34 @@ AnimationClip: value: 0.3376 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.3376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17838,34 +17838,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17884,34 +17884,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17930,34 +17930,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17976,34 +17976,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18022,34 +18022,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18068,34 +18068,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18114,34 +18114,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18159,35 +18159,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18206,34 +18206,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18252,34 +18252,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18298,34 +18298,34 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18343,35 +18343,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18389,35 +18389,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18436,34 +18436,34 @@ AnimationClip: value: 1.792 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18482,34 +18482,34 @@ AnimationClip: value: -0.031 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18528,34 +18528,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18574,34 +18574,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18620,34 +18620,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18666,34 +18666,34 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18712,34 +18712,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18758,34 +18758,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18804,34 +18804,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18849,35 +18849,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18896,34 +18896,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18942,34 +18942,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18988,34 +18988,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19033,35 +19033,35 @@ AnimationClip: time: 0 value: 6 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 6 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19080,34 +19080,34 @@ AnimationClip: value: 1.7895 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19126,34 +19126,34 @@ AnimationClip: value: 0.3236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19172,34 +19172,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19218,34 +19218,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19264,34 +19264,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19310,34 +19310,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19355,35 +19355,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19402,34 +19402,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19448,34 +19448,34 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19493,35 +19493,35 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19540,34 +19540,34 @@ AnimationClip: value: 1.768 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19586,34 +19586,34 @@ AnimationClip: value: 0.858 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.858 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.858 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.858 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19632,34 +19632,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19678,34 +19678,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19724,34 +19724,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19770,34 +19770,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19816,34 +19816,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19862,34 +19862,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19908,34 +19908,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19953,35 +19953,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20000,34 +20000,34 @@ AnimationClip: value: 2.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20046,34 +20046,34 @@ AnimationClip: value: -0.3639 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20092,34 +20092,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20138,34 +20138,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20184,34 +20184,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20230,34 +20230,34 @@ AnimationClip: value: -15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20276,34 +20276,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20322,34 +20322,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20368,34 +20368,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20413,35 +20413,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20460,34 +20460,34 @@ AnimationClip: value: 1.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20506,34 +20506,34 @@ AnimationClip: value: -0.453 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20552,34 +20552,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20598,34 +20598,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20644,34 +20644,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20690,34 +20690,34 @@ AnimationClip: value: -5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20736,34 +20736,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20782,34 +20782,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20828,34 +20828,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20874,34 +20874,34 @@ AnimationClip: value: 1.653 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20920,34 +20920,34 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20966,34 +20966,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21012,34 +21012,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21058,34 +21058,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21104,34 +21104,34 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21150,34 +21150,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21196,34 +21196,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21242,34 +21242,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21288,34 +21288,34 @@ AnimationClip: value: 1.342 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21334,34 +21334,34 @@ AnimationClip: value: -0.371 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21380,34 +21380,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21426,34 +21426,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21472,34 +21472,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21518,34 +21518,34 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21564,34 +21564,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21610,34 +21610,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21656,34 +21656,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21702,34 +21702,34 @@ AnimationClip: value: 1.756 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.756 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.756 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.756 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21748,34 +21748,34 @@ AnimationClip: value: -0.256 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.256 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.256 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.256 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21794,34 +21794,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21840,34 +21840,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21886,34 +21886,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21932,34 +21932,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21978,34 +21978,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22024,34 +22024,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22070,34 +22070,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22115,35 +22115,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22162,34 +22162,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22208,34 +22208,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22254,34 +22254,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22299,35 +22299,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22345,35 +22345,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22391,35 +22391,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22437,35 +22437,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22483,35 +22483,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22530,34 +22530,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22576,34 +22576,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22622,34 +22622,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22668,34 +22668,34 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22713,35 +22713,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22759,35 +22759,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22806,34 +22806,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22852,34 +22852,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22898,34 +22898,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -22943,35 +22943,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -22990,7 +22990,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -23000,7 +23000,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -23010,37 +23010,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -23073,6 +23043,66 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -23140,7 +23170,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armL2 + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -23150,7 +23180,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armL2 + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -23160,7 +23190,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armL2 + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -23170,7 +23200,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -23180,7 +23210,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -23190,67 +23220,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/bodyMain + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -23290,7 +23260,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope4 + path: body/arms/handL classID: 4 script: {fileID: 0} - curve: @@ -23300,7 +23270,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope4 + path: body/arms/handL classID: 4 script: {fileID: 0} - curve: @@ -23310,7 +23280,67 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope4 + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -23440,7 +23470,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -23450,7 +23480,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -23460,7 +23490,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -23470,7 +23500,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -23480,7 +23510,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -23490,7 +23520,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -23500,7 +23530,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/handL + path: effects classID: 4 script: {fileID: 0} - curve: @@ -23510,7 +23540,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/handL + path: effects classID: 4 script: {fileID: 0} - curve: @@ -23520,7 +23550,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/handL + path: effects classID: 4 script: {fileID: 0} - curve: @@ -23560,7 +23590,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/stompDust + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -23570,7 +23600,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/stompDust + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -23580,7 +23610,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/stompDust + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -23590,7 +23620,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: head + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -23600,7 +23630,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: head + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -23610,7 +23640,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: head + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -23710,7 +23740,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope1 + path: effects/stompDust classID: 4 script: {fileID: 0} - curve: @@ -23720,7 +23750,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope1 + path: effects/stompDust classID: 4 script: {fileID: 0} - curve: @@ -23730,37 +23760,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects/stompEffect - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects/stompEffect - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects/stompEffect + path: effects/stompDust classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim.meta index a18164368..6fbf5313e 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim new file mode 100644 index 000000000..631d0852c --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim @@ -0,0 +1,23185 @@ +%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: SumoPoseG4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.46666667 + value: {x: 0, y: 0, z: 170.78} + 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.48333332 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.46666667 + value: {x: 0, y: 0, z: 30.23} + 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.48333332 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -0.7438953} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -589.7415} + 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.06666667 + value: {x: 0, y: 180, z: -40.06} + inSlope: {x: -0, y: -0, z: -589.7415} + outSlope: {x: 0, y: 0, z: -49.849995} + 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.46666667 + value: {x: 0, y: 180, z: -60} + inSlope: {x: -0, y: -0, z: -49.849995} + 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.48333332 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 34.69403} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -157.80046} + 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.06666667 + value: {x: 0, y: 180, z: 24.174} + inSlope: {x: -0, y: -0, z: -157.80046} + outSlope: {x: 0, y: 0, z: -15.434999} + 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.46666667 + value: {x: 0, y: 180, z: 18} + inSlope: {x: -0, y: -0, z: -15.434999} + 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.48333332 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -92.83686} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 1093.4678} + 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.06666667 + value: {x: 0, y: 0, z: -19.939} + inSlope: {x: -0, y: -0, z: 1093.4678} + outSlope: {x: 0, y: 0, z: 49.847496} + 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.46666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 49.847496} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.46666667 + value: {x: 0, y: 0, z: -10} + 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.48333332 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -36} + 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.06666667 + value: {x: 0, y: 0, z: -36} + 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.46666667 + value: {x: 0, y: 0, z: -36} + 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.48333332 + value: {x: 0, y: 0, z: -36} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 50} + 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.06666667 + value: {x: 0, y: 0, z: 50} + 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.46666667 + value: {x: 0, y: 0, z: 50} + 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.48333332 + value: {x: 0, y: 0, z: 50} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.46666667 + value: {x: 0, y: 0, z: -30} + 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.48333332 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.46666667 + value: {x: 0, y: 180, z: -10} + 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.48333332 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.46666667 + value: {x: 0, y: 180, z: -36.302} + 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.48333332 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.46666667 + value: {x: 0, y: 180, z: -21.302} + 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.48333332 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.46666667 + value: {x: 0, y: 180, z: -11.302} + 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.48333332 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.46666667 + value: {x: 0, y: 180, z: 3.697} + 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.48333332 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.46666667 + value: {x: 0, y: 180, z: 13.697} + 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.48333332 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: 0.893, z: 0} + 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.06666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.46666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.48333332 + value: {x: 1.61, y: 0.893, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.309, y: 1.046, z: 0} + 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.06666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.46666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.48333332 + value: {x: 1.309, y: 1.046, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.17502916, y: 1.1486851, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -2.6569374, y: -0.628277, 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.06666667 + value: {x: -0.0021, y: 1.1068, z: 0} + inSlope: {x: -2.6569374, y: -0.628277, z: -0} + outSlope: {x: 0.01775, y: -0.17425, 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.46666667 + value: {x: 0.005, y: 1.0371, z: 0} + inSlope: {x: 0.01775, y: -0.17425, 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.48333332 + value: {x: 0.005, y: 1.0371, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.4769286, y: 1.005003, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.3339286, y: 0.17995475, 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.06666667 + value: {x: 0.388, y: 1.017, z: 0} + inSlope: {x: -1.3339286, y: 0.17995475, z: -0} + outSlope: {x: 0.022500008, y: -0.0774999, 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.46666667 + value: {x: 0.397, y: 0.986, z: 0} + inSlope: {x: 0.022500008, y: -0.0774999, 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.48333332 + value: {x: 0.397, y: 0.986, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.06666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.46666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.48333332 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24725306, y: 1.4545493, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -6.8662953, y: -1.1812394, 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.06666667 + value: {x: -0.2105, y: 1.3758, z: 0} + inSlope: {x: -6.8662953, y: -1.1812394, z: -0} + outSlope: {x: -0.20125002, y: -0.3645, 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.46666667 + value: {x: -0.291, y: 1.23, z: 0} + inSlope: {x: -0.20125002, y: -0.3645, 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.48333332 + value: {x: -0.291, y: 1.23, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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.06666667 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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.46666667 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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.48333332 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.06666667 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.46666667 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.48333332 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.06666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.46666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.48333332 + value: {x: -2.5407, y: -0.5308, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.571, y: 0.048, z: 0} + 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.06666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.46666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.48333332 + value: {x: -1.571, y: 0.048, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.34, y: 0.1, z: 0} + 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.06666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.46666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.48333332 + value: {x: -1.34, y: 0.1, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.06666667 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.46666667 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.48333332 + value: {x: -0.319, y: -0.30889213, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.46666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.48333332 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.46666667 + value: {x: 0.122, y: 0, z: 0} + 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.48333332 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.003766762, y: 1.258263, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.9265013, y: -4.5789447, 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.06666667 + value: {x: -0.258, y: 0.953, z: 0} + inSlope: {x: -3.9265013, y: -4.5789447, 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.46666667 + value: {x: -0.258, y: 0.953, z: 0} + 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.48333332 + value: {x: -0.258, y: 0.953, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.15386298, y: -0.571, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.16705534, 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.06666667 + value: {x: 0.165, y: -0.571, z: 0} + inSlope: {x: 0.16705534, y: -0, z: -0} + outSlope: {x: 0.7824999, 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.46666667 + value: {x: 0.478, y: -0.571, z: 0} + inSlope: {x: 0.7824999, 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.48333332 + value: {x: 0.478, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.08759767, y: 1.2911545, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.15603493, y: 1.7376815, 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.06666667 + value: {x: -0.098, y: 1.407, z: 0} + inSlope: {x: -0.15603493, y: 1.7376815, 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.46666667 + value: {x: -0.098, y: 1.407, z: 0} + 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.48333332 + value: {x: -0.098, y: 1.407, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.827, y: 1.3, z: 0} + 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.06666667 + value: {x: 0.827, y: 1.3, z: 0} + 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.46666667 + value: {x: 0.827, y: 1.3, z: 0} + 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.48333332 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.06666667 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.46666667 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.48333332 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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.06666667 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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.46666667 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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.48333332 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.46666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.48333332 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.06666667 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.46666667 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.48333332 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.46666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.48333332 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.46666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.48333332 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.46666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.48333332 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.46666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.48333332 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.46666667 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.48333332 + value: {x: 0.54075074, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.06666667 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.46666667 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.48333332 + value: {x: 0.933, y: -0.68633527, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -3.9, y: -1.4, z: 0} + 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.06666667 + value: {x: -3.9, y: -1.4, z: 0} + 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.46666667 + value: {x: -3.9, y: -1.4, z: 0} + 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.48333332 + value: {x: -3.9, y: -1.4, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: 0.017, z: 0} + 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.06666667 + value: {x: 0.005, y: 0.017, z: 0} + 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.46666667 + value: {x: 0.005, y: 0.017, z: 0} + 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.48333332 + value: {x: 0.005, y: 0.017, z: 0} + 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: mawashi/mawashipose + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.002, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.11399999, y: 0.096, 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.016666668 + value: {x: 0.0019, y: -0.0004, z: 0} + inSlope: {x: 0.11399999, y: 0.096, 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: head/head + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.46666667 + value: {x: 1, y: 1.2, z: 1} + 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.48333332 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3778425, y: 1.1778426, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.667638, y: -5.667639, 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.06666667 + value: {x: 1, y: 0.8, z: 1} + inSlope: {x: -5.667638, y: -5.667639, 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.46666667 + value: {x: 1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.46666667 + value: {x: 2, y: 1, z: 1} + 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.48333332 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5387755, y: 0.50553936, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.5816321, y: -3.08309, 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.06666667 + value: {x: 0.3, y: 0.3, z: 1} + inSlope: {x: -3.5816321, y: -3.08309, 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.46666667 + value: {x: 0.3, y: 0.3, z: 1} + 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.48333332 + value: {x: 0.3, y: 0.3, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.992, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.992, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.991, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.991, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.46666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.48333332 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.46666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.48333332 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.46666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.48333332 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.46666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.48333332 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.46666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.48333332 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.46666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.48333332 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.46666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.48333332 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3, y: 1.7, z: 1} + 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.06666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.46666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.48333332 + value: {x: 1.3, y: 1.7, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: -14.169096 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.169096 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7408678 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.7408678 + inSlope: -0 + outSlope: -1.8521695 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.8521695 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9446064 + inSlope: -0 + outSlope: -2.361516 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -2.361516 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9589208 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompEffect + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 59.999996 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.016666668 + value: 1 + inSlope: 59.999996 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.016666668 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.5 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.893 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.309 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.046 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.17502916 + inSlope: 0 + outSlope: -2.6569374 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0021 + inSlope: -2.6569374 + outSlope: 0.01775 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.005 + inSlope: 0.01775 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1486851 + inSlope: 0 + outSlope: -0.628277 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1068 + inSlope: -0.628277 + outSlope: -0.17425 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.0371 + inSlope: -0.17425 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.0371 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.7438953 + inSlope: 0 + outSlope: -589.7415 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -40.06 + inSlope: -589.7415 + outSlope: -49.849995 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -60 + inSlope: -49.849995 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.4769286 + inSlope: 0 + outSlope: -1.3339286 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.388 + inSlope: -1.3339286 + outSlope: 0.022500008 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.397 + inSlope: 0.022500008 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.397 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005003 + inSlope: 0 + outSlope: 0.17995475 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.017 + inSlope: 0.17995475 + outSlope: -0.0774999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.986 + inSlope: -0.0774999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.986 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 34.69403 + inSlope: 0 + outSlope: -157.80046 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 24.174 + inSlope: -157.80046 + outSlope: -15.434999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -15.434999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24725306 + inSlope: 0 + outSlope: -6.8662953 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2105 + inSlope: -6.8662953 + outSlope: -0.20125002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.291 + inSlope: -0.20125002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.291 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4545493 + inSlope: 0 + outSlope: -1.1812394 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3758 + inSlope: -1.1812394 + outSlope: -0.3645 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.23 + inSlope: -0.3645 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -92.83686 + inSlope: 0 + outSlope: 1093.4678 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.939 + inSlope: 1093.4678 + outSlope: 49.847496 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: 49.847496 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.90418833 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6880554 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.10755394 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6225761 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.5407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5308 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.048 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.34 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.319 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.30889213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 50 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.003766762 + inSlope: 0 + outSlope: -3.9265013 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.258 + inSlope: -3.9265013 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.258 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.258 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.258263 + inSlope: 0 + outSlope: -4.5789447 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.953 + inSlope: -4.5789447 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.953 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.953 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3778425 + inSlope: 0 + outSlope: -5.667638 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -5.667638 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1778426 + inSlope: 0 + outSlope: -5.667639 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -5.667639 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: -14.169096 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.169096 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.15386298 + inSlope: 0 + outSlope: 0.16705534 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.165 + inSlope: 0.16705534 + outSlope: 0.7824999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.478 + inSlope: 0.7824999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.478 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7408678 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.7408678 + inSlope: -0 + outSlope: -1.8521695 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.8521695 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.08759767 + inSlope: 0 + outSlope: -0.15603493 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.098 + inSlope: -0.15603493 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.098 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.098 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2911545 + inSlope: 0 + outSlope: 1.7376815 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.407 + inSlope: 1.7376815 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5387755 + inSlope: 0 + outSlope: -3.5816321 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3 + inSlope: -3.5816321 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.50553936 + inSlope: 0 + outSlope: -3.08309 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3 + inSlope: -3.08309 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9446064 + inSlope: -0 + outSlope: -2.361516 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -2.361516 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.827 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0650682 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.22799708 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.992 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.95426327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.15498076 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.991 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.958277 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.056539357 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9589208 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54075074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.933 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.68633527 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -3.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.017 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompEffect + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 59.999996 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.016666668 + value: 1 + inSlope: 59.999996 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0.11399999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.016666668 + value: 0.0019 + inSlope: 0.11399999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.002 + inSlope: 0 + outSlope: 0.096 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.016666668 + value: -0.0004 + inSlope: 0.096 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.016666668 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head/head + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim.meta new file mode 100644 index 000000000..62a57329a --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25ff3daec489ecf458ac5f0accba53b4 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim new file mode 100644 index 000000000..b30932116 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim @@ -0,0 +1,23290 @@ +%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: SumoPoseG4Alt + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.46666667 + value: {x: 0, y: 0, z: 170.78} + 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.48333332 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.46666667 + value: {x: 0, y: 0, z: 30.23} + 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.48333332 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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.06666667 + value: {x: 0, y: 180, z: -60} + 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.46666667 + value: {x: 0, y: 180, z: -60} + 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.48333332 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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.06666667 + value: {x: 0, y: 180, z: 18} + 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.46666667 + value: {x: 0, y: 180, z: 18} + 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.48333332 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.46666667 + value: {x: 0, y: 0, z: -10} + 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.48333332 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -36} + 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.06666667 + value: {x: 0, y: 0, z: -36} + 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.46666667 + value: {x: 0, y: 0, z: -36} + 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.48333332 + value: {x: 0, y: 0, z: -36} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 50} + 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.06666667 + value: {x: 0, y: 0, z: 50} + 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.46666667 + value: {x: 0, y: 0, z: 50} + 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.48333332 + value: {x: 0, y: 0, z: 50} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.46666667 + value: {x: 0, y: 0, z: -30} + 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.48333332 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.46666667 + value: {x: 0, y: 180, z: -10} + 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.48333332 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.46666667 + value: {x: 0, y: 180, z: -36.302} + 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.48333332 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.46666667 + value: {x: 0, y: 180, z: -21.302} + 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.48333332 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.46666667 + value: {x: 0, y: 180, z: -11.302} + 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.48333332 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.46666667 + value: {x: 0, y: 180, z: 3.697} + 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.48333332 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.46666667 + value: {x: 0, y: 180, z: 13.697} + 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.48333332 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -3.9, y: -1.4, z: 0} + 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.06666667 + value: {x: -3.9, y: -1.4, z: 0} + 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.46666667 + value: {x: -3.9, y: -1.4, z: 0} + 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.48333332 + value: {x: -3.9, y: -1.4, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: 0.893, z: 0} + 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.06666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.46666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.48333332 + value: {x: 1.61, y: 0.893, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.309, y: 1.046, z: 0} + 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.06666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.46666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.48333332 + value: {x: 1.309, y: 1.046, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: 1.0371, z: 0} + 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.06666667 + value: {x: 0.005, y: 1.0371, z: 0} + 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.46666667 + value: {x: 0.005, y: 1.0371, z: 0} + 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.48333332 + value: {x: 0.005, y: 1.0371, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.397, y: 0.986, z: 0} + 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.06666667 + value: {x: 0.397, y: 0.986, z: 0} + 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.46666667 + value: {x: 0.397, y: 0.986, z: 0} + 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.48333332 + value: {x: 0.397, y: 0.986, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.06666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.46666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.48333332 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.291, y: 1.23, z: 0} + 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.06666667 + value: {x: -0.291, y: 1.23, z: 0} + 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.46666667 + value: {x: -0.291, y: 1.23, z: 0} + 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.48333332 + value: {x: -0.291, y: 1.23, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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.06666667 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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.46666667 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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.48333332 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.06666667 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.46666667 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.48333332 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.06666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.46666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.48333332 + value: {x: -2.5407, y: -0.5308, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.571, y: 0.048, z: 0} + 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.06666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.46666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.48333332 + value: {x: -1.571, y: 0.048, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.34, y: 0.1, z: 0} + 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.06666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.46666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.48333332 + value: {x: -1.34, y: 0.1, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.06666667 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.46666667 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.48333332 + value: {x: -0.319, y: -0.30889213, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.46666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.48333332 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.46666667 + value: {x: 0.122, y: 0, z: 0} + 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.48333332 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.003766762, y: 1.258263, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.9265013, y: -4.5789447, 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.06666667 + value: {x: -0.258, y: 0.953, z: 0} + inSlope: {x: -3.9265013, y: -4.5789447, 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.46666667 + value: {x: -0.258, y: 0.953, z: 0} + 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.48333332 + value: {x: -0.258, y: 0.953, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.15386298, y: -0.571, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.16705534, 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.06666667 + value: {x: 0.165, y: -0.571, z: 0} + inSlope: {x: 0.16705534, y: -0, z: -0} + outSlope: {x: 0.7824999, 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.46666667 + value: {x: 0.478, y: -0.571, z: 0} + inSlope: {x: 0.7824999, 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.48333332 + value: {x: 0.478, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.08759767, y: 1.2911545, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.15603493, y: 1.7376815, 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.06666667 + value: {x: -0.098, y: 1.407, z: 0} + inSlope: {x: -0.15603493, y: 1.7376815, 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.46666667 + value: {x: -0.098, y: 1.407, z: 0} + 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.48333332 + value: {x: -0.098, y: 1.407, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.827, y: 1.3, z: 0} + 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.06666667 + value: {x: 0.827, y: 1.3, z: 0} + 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.46666667 + value: {x: 0.827, y: 1.3, z: 0} + 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.48333332 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.0019, y: -0.0004, z: 0} + 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.06666667 + value: {x: 0.0019, y: -0.0004, z: 0} + 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.46666667 + value: {x: 0.0019, y: -0.0004, z: 0} + 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.48333332 + value: {x: 0.0019, y: -0.0004, z: 0} + 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: head/head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.06666667 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.46666667 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.48333332 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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.06666667 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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.46666667 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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.48333332 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: 0.017, z: 0} + 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.06666667 + value: {x: 0.005, y: 0.017, z: 0} + 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.46666667 + value: {x: 0.005, y: 0.017, z: 0} + 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.48333332 + value: {x: 0.005, y: 0.017, z: 0} + 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: mawashi/mawashipose + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.46666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.48333332 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.06666667 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.46666667 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.48333332 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.46666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.48333332 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.46666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.48333332 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.46666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.48333332 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.46666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.48333332 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.46666667 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.48333332 + value: {x: 0.54075074, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.06666667 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.46666667 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.48333332 + value: {x: 0.933, y: -0.68633527, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.46666667 + value: {x: 1, y: 1.2, z: 1} + 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.48333332 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3778425, y: 1.1778426, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.667638, y: -5.667639, 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.06666667 + value: {x: 1, y: 0.8, z: 1} + inSlope: {x: -5.667638, y: -5.667639, 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.46666667 + value: {x: 1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.46666667 + value: {x: 2, y: 1, z: 1} + 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.48333332 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5387755, y: 0.50553936, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.5816321, y: -3.08309, 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.06666667 + value: {x: 0.3, y: 0.3, z: 1} + inSlope: {x: -3.5816321, y: -3.08309, 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.46666667 + value: {x: 0.3, y: 0.3, z: 1} + 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.48333332 + value: {x: 0.3, y: 0.3, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.992, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.992, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.991, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.991, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.46666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.48333332 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.46666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.48333332 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.46666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.48333332 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.46666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.48333332 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.46666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.48333332 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.46666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.48333332 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.46666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.48333332 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3, y: 1.7, z: 1} + 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.06666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.46666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.48333332 + value: {x: 1.3, y: 1.7, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: -14.169096 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.169096 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7408678 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.7408678 + inSlope: -0 + outSlope: -1.8521695 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.8521695 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompEffect + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9446064 + inSlope: -0 + outSlope: -2.361516 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -2.361516 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9589208 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.5 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.893 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.309 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.046 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0371 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0371 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.0371 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.0371 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.397 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.397 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.397 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.397 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.986 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.986 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.986 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.986 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.291 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.291 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.291 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.291 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.90418833 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6880554 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.10755394 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6225761 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.5407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5308 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.048 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.34 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.319 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.30889213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 50 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.003766762 + inSlope: 0 + outSlope: -3.9265013 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.258 + inSlope: -3.9265013 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.258 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.258 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.258263 + inSlope: 0 + outSlope: -4.5789447 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.953 + inSlope: -4.5789447 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.953 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.953 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3778425 + inSlope: 0 + outSlope: -5.667638 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -5.667638 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1778426 + inSlope: 0 + outSlope: -5.667639 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -5.667639 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: -14.169096 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.169096 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.15386298 + inSlope: 0 + outSlope: 0.16705534 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.165 + inSlope: 0.16705534 + outSlope: 0.7824999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.478 + inSlope: 0.7824999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.478 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.7408678 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.7408678 + inSlope: -0 + outSlope: -1.8521695 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.8521695 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.08759767 + inSlope: 0 + outSlope: -0.15603493 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.098 + inSlope: -0.15603493 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.098 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.098 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2911545 + inSlope: 0 + outSlope: 1.7376815 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.407 + inSlope: 1.7376815 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5387755 + inSlope: 0 + outSlope: -3.5816321 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3 + inSlope: -3.5816321 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.50553936 + inSlope: 0 + outSlope: -3.08309 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3 + inSlope: -3.08309 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompEffect + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9446064 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9446064 + inSlope: -0 + outSlope: -2.361516 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -2.361516 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.827 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0019 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0019 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.0019 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.0019 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.0004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.0004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0650682 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.22799708 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.992 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.95426327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.15498076 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.991 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.017 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.958277 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.056539357 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9589208 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54075074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.933 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.68633527 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim.meta new file mode 100644 index 000000000..bca61b77f --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG4Alt.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 35eceac5313c5fe43875c2f6998959c1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim new file mode 100644 index 000000000..69ad77a5c --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim @@ -0,0 +1,22835 @@ +%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: SumoPoseG6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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.06666667 + value: {x: 0, y: 0, z: 287.6} + 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.46666667 + value: {x: 0, y: 0, z: 287.6} + 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.48333332 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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.06666667 + value: {x: 0, y: 0, z: 69.27} + 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.46666667 + value: {x: 0, y: 0, z: 69.27} + 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.48333332 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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.06666667 + value: {x: 0, y: 180, z: 86.8} + 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.46666667 + value: {x: 0, y: 180, z: 86.8} + 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.48333332 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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.06666667 + value: {x: 0, y: 180, z: -31.4} + 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.46666667 + value: {x: 0, y: 180, z: -31.4} + 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.48333332 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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.06666667 + value: {x: 0, y: 180, z: -29} + 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.46666667 + value: {x: 0, y: 180, z: -29} + 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.48333332 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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.06666667 + value: {x: 0, y: 0, z: 157.93} + 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.46666667 + value: {x: 0, y: 0, z: 157.93} + 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.48333332 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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.06666667 + value: {x: 0, y: 0, z: -63.09} + 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.46666667 + value: {x: 0, y: 0, z: -63.09} + 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.48333332 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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.06666667 + value: {x: 0, y: 180, z: -15.7} + 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.46666667 + value: {x: 0, y: 180, z: -15.7} + 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.48333332 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.46666667 + value: {x: 0, y: 0, z: -30} + 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.48333332 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.46666667 + value: {x: 0, y: 180, z: -2.56} + 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.48333332 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -4.95} + 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.06666667 + value: {x: 0, y: 180, z: -4.95} + 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.46666667 + value: {x: 0, y: 180, z: -4.95} + 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.48333332 + value: {x: 0, y: 180, z: -4.95} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.46666667 + value: {x: 0, y: 180, z: -2.56} + 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.48333332 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.46666667 + value: {x: 0, y: 180, z: -10} + 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.48333332 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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.06666667 + value: {x: 0, y: 180, z: -32.1} + 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.46666667 + value: {x: 0, y: 180, z: -32.1} + 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.48333332 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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.06666667 + value: {x: 0, y: 180, z: -19.6} + 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.46666667 + value: {x: 0, y: 180, z: -19.6} + 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.48333332 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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.06666667 + value: {x: 0, y: 180, z: -9.2} + 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.46666667 + value: {x: 0, y: 180, z: -9.2} + 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.48333332 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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.06666667 + value: {x: 0, y: 180, z: 8.7} + 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.46666667 + value: {x: 0, y: 180, z: 8.7} + 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.48333332 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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.06666667 + value: {x: 0, y: 180, z: 23.7} + 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.46666667 + value: {x: 0, y: 180, z: 23.7} + 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.48333332 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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.06666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.46666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.48333332 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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.06666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.46666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.48333332 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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.06666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.46666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.48333332 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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.06666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.46666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.48333332 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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.06666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.46666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.48333332 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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.06666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.46666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.48333332 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.402, z: 0} + 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.06666667 + value: {x: -0.063, y: 0.402, z: 0} + 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.46666667 + value: {x: -0.063, y: 0.402, z: 0} + 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.48333332 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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.06666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.46666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.48333332 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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.06666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.46666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.48333332 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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.06666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.46666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.48333332 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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.06666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.46666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.48333332 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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.06666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.46666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.48333332 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.46666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.48333332 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.46666667 + value: {x: 0.122, y: 0, z: 0} + 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.48333332 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.855, y: 0.804, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.6450002, y: -1.0200002, 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.06666667 + value: {x: 0.612, y: 0.736, z: 0} + inSlope: {x: -3.6450002, y: -1.0200002, 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.46666667 + value: {x: 0.612, y: 0.736, z: 0} + 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.48333332 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.34, y: -0.39, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.3499986, 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.06666667 + value: {x: 1.43, y: -0.39, z: 0} + inSlope: {x: 1.3499986, y: -0, z: -0} + outSlope: {x: 1.4825001, 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.46666667 + value: {x: 2.023, y: -0.39, z: 0} + inSlope: {x: 1.4825001, 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.48333332 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.46666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.48333332 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.12, y: 0.9, z: 0} + 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.06666667 + value: {x: 0.12, y: 0.9, z: 0} + 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.46666667 + value: {x: 0.12, y: 0.9, z: 0} + 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.48333332 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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.06666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.46666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.48333332 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.951, y: -0.166, z: 0} + 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.06666667 + value: {x: 0.951, y: -0.166, z: 0} + 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.46666667 + value: {x: 0.951, y: -0.166, z: 0} + 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.48333332 + value: {x: 0.951, y: -0.166, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.908, y: 0.118, z: 0} + 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.06666667 + value: {x: 0.908, y: 0.118, z: 0} + 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.46666667 + value: {x: 0.908, y: 0.118, z: 0} + 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.48333332 + value: {x: 0.908, y: 0.118, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.43, z: 0} + 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.06666667 + value: {x: 0.954, y: -0.43, z: 0} + 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.46666667 + value: {x: 0.954, y: -0.43, z: 0} + 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.48333332 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.46666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.48333332 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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.06666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.46666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.48333332 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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.06666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.46666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.48333332 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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.06666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.46666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.48333332 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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.06666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.46666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.48333332 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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.06666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.46666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.48333332 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24, y: -0.51, z: 0} + 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.06666667 + value: {x: 0.24, y: -0.51, z: 0} + 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.46666667 + value: {x: 0.24, y: -0.51, z: 0} + 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.48333332 + value: {x: 0.24, y: -0.51, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -4.2, y: -2, z: 0} + 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.06666667 + value: {x: -4.2, y: -2, z: 0} + 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.46666667 + value: {x: -4.2, y: -2, z: 0} + 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.48333332 + value: {x: -4.2, y: -2, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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.06666667 + value: {x: 0.9, y: 1, z: 1} + 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.46666667 + value: {x: 0.9, y: 1, z: 1} + 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.48333332 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.46666667 + value: {x: 1, y: 1.2, z: 1} + 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.48333332 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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.06666667 + value: {x: 1, y: 1.4, z: 1} + 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.46666667 + value: {x: 1, y: 1.4, z: 1} + 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.48333332 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.46666667 + value: {x: 1.2, y: 1, z: 1} + 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.48333332 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.2, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, 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.06666667 + value: {x: 1, y: 0.8, z: 1} + inSlope: {x: -5.9999995, y: -6, 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.46666667 + value: {x: 1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.46666667 + value: {x: 2, y: 1, z: 1} + 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.48333332 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.46666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.48333332 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.1, y: 0.8, z: 1} + 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.46666667 + value: {x: 1.1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1.1, y: 0.8, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.46666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.48333332 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.46666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.48333332 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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.06666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.46666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.48333332 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -14.999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.78431374 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.78431374 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.9607843 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.5 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.402 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.855 + inSlope: 0 + outSlope: -3.6450002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.612 + inSlope: -3.6450002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.804 + inSlope: 0 + outSlope: -1.0200002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.736 + inSlope: -1.0200002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: -5.9999995 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -5.9999995 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: -6 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -6 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -14.999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.34 + inSlope: 0 + outSlope: 1.3499986 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.43 + inSlope: 1.3499986 + outSlope: 1.4825001 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2.023 + inSlope: 1.4825001 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.78431374 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.78431374 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.9607843 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.12 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.951 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.166 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.908 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.118 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.95 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.51 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -4.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -4.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -4.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim.meta new file mode 100644 index 000000000..928259bb0 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseG6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee9a7046afcf08f4cb83c252cf7c1707 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim index f77ec8fe7..51fd33b58 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -914,7 +914,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -3.78, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -931,7 +931,7 @@ AnimationClip: time: 0 value: {x: 1.729, y: 0.56, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.6449997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -939,7 +939,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.6449997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -965,7 +965,7 @@ AnimationClip: time: 0 value: {x: 1.483, y: 0.566, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.6299999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -973,7 +973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.6299999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -999,7 +999,7 @@ AnimationClip: time: 0 value: {x: 0.182, y: 0.194, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.11, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1007,7 +1007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.11, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1033,7 +1033,7 @@ AnimationClip: time: 0 value: {x: 0.523, y: 0.374, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.0484996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1041,7 +1041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.0484996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1067,7 +1067,7 @@ AnimationClip: time: 0 value: {x: 1.6448, y: 0.33, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.58799964, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1075,7 +1075,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.58799964, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1101,7 +1101,7 @@ AnimationClip: time: 0 value: {x: -0.0515, y: 0.04, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.0649999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1109,7 +1109,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.0649999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1135,7 +1135,7 @@ AnimationClip: time: 0 value: {x: -1.063, y: 0.258, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.065, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1143,7 +1143,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.065, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1177,7 +1177,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1211,7 +1211,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1245,7 +1245,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1279,7 +1279,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1313,7 +1313,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1347,7 +1347,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1407,7 +1407,7 @@ AnimationClip: time: 0 value: {x: -0.368, y: 0.623, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 2.3849998, y: -8.309999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.209, y: 0.069, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 2.3849998, y: -8.309999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.209, y: 0.069, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1441,7 +1441,7 @@ AnimationClip: time: 0 value: {x: 0.718, y: -0.402, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.5400002, y: -1.0199997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.754, y: -0.47, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.5400002, y: -1.0199997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.754, y: -0.47, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1483,7 +1483,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1509,7 +1509,7 @@ AnimationClip: time: 0 value: {x: 1.057, y: 0.34, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 3, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1517,7 +1517,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1543,7 +1543,7 @@ AnimationClip: time: 0 value: {x: 1.05, y: -0.317, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.2849999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1551,7 +1551,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.05, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.2849999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.05, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1577,7 +1577,7 @@ AnimationClip: time: 0 value: {x: 1.056, y: -0.197, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.0649998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1585,7 +1585,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.056, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.0649998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.056, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1611,7 +1611,7 @@ AnimationClip: time: 0 value: {x: 2.09, y: -0.05, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.75, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1619,7 +1619,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.09, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.75, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.09, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1645,7 +1645,7 @@ AnimationClip: time: 0 value: {x: 1.034, y: -0.598, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.46500024, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1653,7 +1653,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.46500024, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1687,7 +1687,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1721,7 +1721,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1755,7 +1755,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1789,7 +1789,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1823,7 +1823,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1857,7 +1857,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1892,7 +1892,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1901,7 +1901,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1926,7 +1926,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1935,7 +1935,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1969,7 +1969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1994,7 +1994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2028,7 +2028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2062,7 +2062,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2096,7 +2096,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2130,7 +2130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2164,7 +2164,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2300,7 +2300,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2334,7 +2334,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2368,7 +2368,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2402,7 +2402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2436,7 +2436,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2470,7 +2470,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2497,26 +2497,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2534,26 +2534,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2571,26 +2571,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2608,26 +2608,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2645,26 +2645,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2682,26 +2682,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2719,26 +2719,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2756,26 +2756,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2793,26 +2793,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2830,26 +2830,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2867,26 +2867,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2904,26 +2904,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2941,26 +2941,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2978,26 +2978,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3015,26 +3015,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3052,26 +3052,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3089,26 +3089,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3126,26 +3126,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3163,26 +3163,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3200,26 +3200,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3237,26 +3237,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3274,26 +3274,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3311,26 +3311,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3348,26 +3348,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3385,26 +3385,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3422,26 +3422,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3459,26 +3459,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3496,26 +3496,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3534,25 +3534,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3570,17 +3570,17 @@ AnimationClip: time: 0.06666667 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3598,26 +3598,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3635,26 +3635,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3673,25 +3673,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3710,25 +3710,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3747,25 +3747,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3784,25 +3784,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3820,26 +3820,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3858,25 +3858,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3894,26 +3894,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3931,26 +3931,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3968,26 +3968,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4006,25 +4006,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4043,25 +4043,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4080,25 +4080,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4116,26 +4116,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4153,26 +4153,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4190,26 +4190,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4228,25 +4228,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4265,25 +4265,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4302,25 +4302,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4338,26 +4338,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4375,26 +4375,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4412,26 +4412,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5719,16 +5719,16 @@ AnimationClip: value: -3.78 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -3.78 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5747,16 +5747,16 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5775,16 +5775,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5802,26 +5802,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5840,25 +5840,25 @@ AnimationClip: value: 1.729 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5876,26 +5876,26 @@ AnimationClip: time: 0 value: 0.56 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.6449997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.603 - inSlope: 0 + inSlope: 0.6449997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5914,25 +5914,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5951,25 +5951,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5988,25 +5988,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6025,25 +6025,25 @@ AnimationClip: value: -195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6062,25 +6062,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6099,25 +6099,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6136,25 +6136,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6172,26 +6172,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6209,26 +6209,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6247,25 +6247,25 @@ AnimationClip: value: 1.483 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6283,26 +6283,26 @@ AnimationClip: time: 0 value: 0.566 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.6299999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.608 - inSlope: 0 + inSlope: 0.6299999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6321,25 +6321,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6358,25 +6358,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6395,25 +6395,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6432,25 +6432,25 @@ AnimationClip: value: 46 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6469,25 +6469,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6506,25 +6506,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6543,25 +6543,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6579,26 +6579,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6616,26 +6616,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6654,25 +6654,25 @@ AnimationClip: value: 0.182 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6690,26 +6690,26 @@ AnimationClip: time: 0 value: 0.194 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.11 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.268 - inSlope: 0 + inSlope: 1.11 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6728,25 +6728,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6765,25 +6765,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6802,25 +6802,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6839,25 +6839,25 @@ AnimationClip: value: 230 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6876,25 +6876,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6913,25 +6913,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6950,25 +6950,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6986,26 +6986,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7023,26 +7023,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7061,25 +7061,25 @@ AnimationClip: value: 0.523 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7097,26 +7097,26 @@ AnimationClip: time: 0 value: 0.374 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0484996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4439 - inSlope: 0 + inSlope: 1.0484996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7135,25 +7135,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7172,25 +7172,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7209,25 +7209,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7246,25 +7246,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7283,25 +7283,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7320,25 +7320,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7357,25 +7357,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7393,26 +7393,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7430,26 +7430,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7468,25 +7468,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7504,26 +7504,26 @@ AnimationClip: time: 0 value: 0.33 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.58799964 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: 0.58799964 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7542,25 +7542,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7579,25 +7579,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7616,25 +7616,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7653,25 +7653,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7690,25 +7690,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7727,25 +7727,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7764,25 +7764,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7800,26 +7800,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7837,26 +7837,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7875,25 +7875,25 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7911,26 +7911,26 @@ AnimationClip: time: 0 value: 0.04 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: 1.0649999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7949,25 +7949,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7986,25 +7986,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8023,25 +8023,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8060,25 +8060,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8097,25 +8097,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8134,25 +8134,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8171,25 +8171,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8207,26 +8207,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8244,26 +8244,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8282,25 +8282,25 @@ AnimationClip: value: -1.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8318,26 +8318,26 @@ AnimationClip: time: 0 value: 0.258 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.065 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.329 - inSlope: 0 + inSlope: 1.065 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8356,25 +8356,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8393,25 +8393,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8430,25 +8430,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8467,25 +8467,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8503,26 +8503,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8540,26 +8540,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8577,26 +8577,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8615,25 +8615,25 @@ AnimationClip: value: -0.203 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8652,25 +8652,25 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8689,25 +8689,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8726,25 +8726,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8763,25 +8763,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8800,25 +8800,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8836,26 +8836,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8873,26 +8873,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8911,25 +8911,25 @@ AnimationClip: value: -1.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8948,25 +8948,25 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8985,25 +8985,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9021,26 +9021,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9058,26 +9058,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9096,25 +9096,25 @@ AnimationClip: value: -1.751 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9133,25 +9133,25 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9170,25 +9170,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9207,25 +9207,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9244,25 +9244,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9281,25 +9281,25 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9318,25 +9318,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9355,25 +9355,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9392,25 +9392,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9429,25 +9429,25 @@ AnimationClip: value: -1.4497 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9466,25 +9466,25 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9503,25 +9503,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9540,25 +9540,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9577,25 +9577,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9614,25 +9614,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9651,25 +9651,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9688,25 +9688,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9725,25 +9725,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9761,26 +9761,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9798,26 +9798,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9835,26 +9835,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9873,25 +9873,25 @@ AnimationClip: value: -0.374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9910,25 +9910,25 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9947,25 +9947,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9984,25 +9984,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10021,25 +10021,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10058,25 +10058,25 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10095,25 +10095,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10132,25 +10132,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10169,25 +10169,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10205,26 +10205,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10243,25 +10243,25 @@ AnimationClip: value: -0.635 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10280,25 +10280,25 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10317,25 +10317,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10354,25 +10354,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10391,25 +10391,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10428,25 +10428,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10465,25 +10465,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10502,25 +10502,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10539,25 +10539,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10575,26 +10575,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10612,26 +10612,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10649,26 +10649,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10687,25 +10687,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10724,25 +10724,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10761,25 +10761,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10798,25 +10798,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10835,25 +10835,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10872,25 +10872,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10908,26 +10908,26 @@ AnimationClip: time: 0 value: -0.368 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.3849998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.209 - inSlope: 0 + inSlope: 2.3849998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.209 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10945,26 +10945,26 @@ AnimationClip: time: 0 value: 0.623 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -8.309999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.069 - inSlope: 0 + inSlope: -8.309999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.069 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10983,25 +10983,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11020,25 +11020,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11057,25 +11057,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11094,25 +11094,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11131,25 +11131,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11168,25 +11168,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11205,25 +11205,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11241,26 +11241,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11279,25 +11279,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11315,17 +11315,17 @@ AnimationClip: time: 0.06666667 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11343,26 +11343,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11380,26 +11380,26 @@ AnimationClip: time: 0 value: 0.718 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.5400002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.754 - inSlope: 0 + inSlope: 0.5400002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.754 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11417,26 +11417,26 @@ AnimationClip: time: 0 value: -0.402 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.0199997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.47 - inSlope: 0 + inSlope: -1.0199997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11455,25 +11455,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11492,25 +11492,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11529,25 +11529,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11566,25 +11566,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11603,25 +11603,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11640,25 +11640,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11677,25 +11677,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11713,26 +11713,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11751,25 +11751,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11788,25 +11788,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11825,25 +11825,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11862,25 +11862,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11898,26 +11898,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11936,25 +11936,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11973,25 +11973,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12010,25 +12010,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12047,25 +12047,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12084,25 +12084,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12121,25 +12121,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12158,25 +12158,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12195,25 +12195,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12232,25 +12232,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12269,25 +12269,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12306,25 +12306,25 @@ AnimationClip: value: 1.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12342,26 +12342,26 @@ AnimationClip: time: 0 value: 0.34 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54 - inSlope: 0 + inSlope: 3 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12380,25 +12380,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12417,25 +12417,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12454,25 +12454,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12491,25 +12491,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12527,26 +12527,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12565,25 +12565,25 @@ AnimationClip: value: 1.05 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12601,26 +12601,26 @@ AnimationClip: time: 0 value: -0.317 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.2849999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.298 - inSlope: 0 + inSlope: 0.2849999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12639,25 +12639,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12676,25 +12676,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12713,25 +12713,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12750,25 +12750,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12787,25 +12787,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12824,25 +12824,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12861,25 +12861,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12897,26 +12897,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12935,25 +12935,25 @@ AnimationClip: value: 1.056 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.056 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.056 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12971,26 +12971,26 @@ AnimationClip: time: 0 value: -0.197 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.126 - inSlope: 0 + inSlope: 1.0649998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13009,25 +13009,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13046,25 +13046,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13083,25 +13083,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13120,25 +13120,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13157,25 +13157,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13194,25 +13194,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13231,25 +13231,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13267,26 +13267,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13305,25 +13305,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13342,25 +13342,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13379,25 +13379,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13415,26 +13415,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13453,25 +13453,25 @@ AnimationClip: value: 2.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13489,26 +13489,26 @@ AnimationClip: time: 0 value: -0.05 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.75 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.75 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13527,25 +13527,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13564,25 +13564,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13601,25 +13601,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13638,25 +13638,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13674,26 +13674,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13712,25 +13712,25 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13748,26 +13748,26 @@ AnimationClip: time: 0 value: -0.598 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.46500024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0.46500024 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13786,25 +13786,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13823,25 +13823,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13860,25 +13860,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13897,25 +13897,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13934,25 +13934,25 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13971,25 +13971,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14008,25 +14008,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14044,26 +14044,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14082,25 +14082,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14119,25 +14119,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14156,25 +14156,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14192,26 +14192,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14230,25 +14230,25 @@ AnimationClip: value: 1.6963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14267,25 +14267,25 @@ AnimationClip: value: -0.3642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14304,25 +14304,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14341,25 +14341,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14378,25 +14378,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14415,25 +14415,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14452,25 +14452,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14489,25 +14489,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14526,25 +14526,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14562,26 +14562,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14600,25 +14600,25 @@ AnimationClip: value: 1.4034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14637,25 +14637,25 @@ AnimationClip: value: -0.5236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14674,25 +14674,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14711,25 +14711,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14748,25 +14748,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14785,25 +14785,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14821,26 +14821,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14859,25 +14859,25 @@ AnimationClip: value: 1.033 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14896,25 +14896,25 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14933,25 +14933,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14970,25 +14970,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15007,25 +15007,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15044,25 +15044,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15081,25 +15081,25 @@ AnimationClip: value: 0.6644 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15118,25 +15118,25 @@ AnimationClip: value: -0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15155,25 +15155,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15192,25 +15192,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15229,25 +15229,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15266,25 +15266,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15303,25 +15303,25 @@ AnimationClip: value: 0.4041 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15340,25 +15340,25 @@ AnimationClip: value: -0.3711 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15377,25 +15377,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15414,25 +15414,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15451,25 +15451,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15488,25 +15488,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15525,25 +15525,25 @@ AnimationClip: value: 1.0557 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15562,25 +15562,25 @@ AnimationClip: value: -0.5903 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15599,25 +15599,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15636,25 +15636,25 @@ AnimationClip: value: 1.35 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15673,25 +15673,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15710,25 +15710,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15740,6 +15740,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -15867,7 +15897,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope4 + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - curve: @@ -15877,7 +15907,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope4 + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - curve: @@ -15887,7 +15917,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope4 + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - curve: @@ -16280,6 +16310,36 @@ AnimationClip: path: effects classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -16347,7 +16407,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/stompDust + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -16357,7 +16417,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/stompDust + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -16367,97 +16427,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/stompDust - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope5 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope5 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope5 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -16496,8 +16466,8 @@ AnimationClip: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose + attribute: m_LocalEulerAngles.z + path: head classID: 4 script: {fileID: 0} - curve: @@ -16507,7 +16477,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 classID: 4 script: {fileID: 0} - curve: @@ -16517,7 +16517,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose + path: mawashi/mawashipose/rope5 classID: 4 script: {fileID: 0} m_HasGenericRootTransform: 1 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim.meta index 03542ad9e..b3cb04427 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim index 01c7651c7..3a17bfaa3 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -906,7 +906,7 @@ AnimationClip: time: 0 value: {x: 0.4714, y: 1.567, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.7634997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -914,7 +914,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.7634997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -923,7 +923,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1110,7 +1110,7 @@ AnimationClip: time: 0 value: {x: -0.4696, y: 1.32, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.80999845, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.4696, y: 1.374, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.80999845, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.4696, y: 1.374, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.357, y: 0.013, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.357, y: 0.013, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.304, y: 0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.304, y: 0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.087, y: 0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.087, y: 0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.856, y: 0.486, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.856, y: 0.486, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.117, y: 0.057, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.117, y: 0.057, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1484,7 +1484,7 @@ AnimationClip: time: 0 value: {x: 0.468, y: 1.832, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 2.2499995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.468, y: 1.982, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 2.2499995, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.468, y: 1.982, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.459, y: 0.467, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.459, y: 0.467, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 0.465, y: 0.778, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.45000044, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.465, y: 0.808, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.45000044, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.465, y: 0.808, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1620,7 +1620,7 @@ AnimationClip: time: 0 value: {x: -0.47, y: 0.013, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.35999998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.35999998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1688,7 +1688,7 @@ AnimationClip: time: 0 value: {x: 0.059, y: 0.481, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.060000118, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.060000118, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1722,7 +1722,7 @@ AnimationClip: time: 0 value: {x: -0.192, y: 0.311, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.08999973, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.08999973, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1756,7 +1756,7 @@ AnimationClip: time: 0 value: {x: -0.472, y: 0.26, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.030000059, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.030000059, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1790,7 +1790,7 @@ AnimationClip: time: 0 value: {x: -0.774, y: 0.284, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.08999973, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.08999973, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1824,7 +1824,7 @@ AnimationClip: time: 0 value: {x: -1.011, y: 0.426, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.060000118, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.060000118, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.481, y: -0.062, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.481, y: -0.062, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1892,7 +1892,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.024, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.35999998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1900,7 +1900,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.35999998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1926,7 +1926,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1935,7 +1935,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1969,7 +1969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1994,7 +1994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2028,7 +2028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2062,7 +2062,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2096,7 +2096,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2130,7 +2130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2164,7 +2164,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2300,7 +2300,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2334,7 +2334,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2368,7 +2368,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2402,7 +2402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2436,7 +2436,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2470,7 +2470,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2504,7 +2504,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2513,7 +2513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2538,7 +2538,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2547,7 +2547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2572,7 +2572,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2581,7 +2581,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2606,7 +2606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2640,7 +2640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2649,7 +2649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2674,7 +2674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2683,7 +2683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2708,7 +2708,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.3, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2717,7 +2717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.3, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2735,26 +2735,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2772,26 +2772,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2809,26 +2809,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2846,26 +2846,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2883,26 +2883,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2920,26 +2920,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2957,26 +2957,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2994,26 +2994,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3031,26 +3031,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3068,26 +3068,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3105,26 +3105,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3142,26 +3142,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3179,26 +3179,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3216,26 +3216,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3253,26 +3253,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3290,26 +3290,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3327,26 +3327,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3364,26 +3364,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3401,26 +3401,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3438,26 +3438,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3475,26 +3475,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3512,26 +3512,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3549,26 +3549,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3586,26 +3586,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3623,26 +3623,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3660,26 +3660,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3697,26 +3697,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3734,26 +3734,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3771,26 +3771,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3808,26 +3808,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3845,26 +3845,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3882,26 +3882,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3920,25 +3920,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3956,26 +3956,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3993,26 +3993,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4030,26 +4030,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4068,25 +4068,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4105,25 +4105,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4142,25 +4142,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4179,25 +4179,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4215,26 +4215,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4253,25 +4253,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4289,26 +4289,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4326,26 +4326,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4363,26 +4363,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4401,25 +4401,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4438,25 +4438,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4475,25 +4475,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4511,26 +4511,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4548,26 +4548,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4585,26 +4585,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4623,25 +4623,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4660,25 +4660,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4697,25 +4697,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4733,26 +4733,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4770,26 +4770,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4808,25 +4808,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4845,25 +4845,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4881,26 +4881,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4918,26 +4918,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4955,26 +4955,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6366,26 +6366,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6404,25 +6404,25 @@ AnimationClip: value: 0.4714 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6440,26 +6440,26 @@ AnimationClip: time: 0 value: 1.567 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7634997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6179 - inSlope: 0 + inSlope: 0.7634997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6179 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6478,25 +6478,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6515,25 +6515,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6552,25 +6552,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6589,25 +6589,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6626,25 +6626,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6663,25 +6663,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6700,25 +6700,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6736,26 +6736,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6773,26 +6773,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6811,25 +6811,25 @@ AnimationClip: value: 1.2972 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6848,25 +6848,25 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6885,25 +6885,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6922,25 +6922,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6959,25 +6959,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6996,25 +6996,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7033,25 +7033,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7070,25 +7070,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7107,25 +7107,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7143,26 +7143,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7180,26 +7180,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7217,26 +7217,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7255,25 +7255,25 @@ AnimationClip: value: -0.143 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7292,25 +7292,25 @@ AnimationClip: value: 0.115 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7329,25 +7329,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7366,25 +7366,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7403,25 +7403,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7440,25 +7440,25 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7477,25 +7477,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7514,25 +7514,25 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7551,25 +7551,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7587,26 +7587,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7624,26 +7624,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7661,26 +7661,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7699,25 +7699,25 @@ AnimationClip: value: 0.108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7736,25 +7736,25 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7773,25 +7773,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7810,25 +7810,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7847,25 +7847,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7884,25 +7884,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7921,25 +7921,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7958,25 +7958,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7995,25 +7995,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8031,26 +8031,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8068,26 +8068,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8105,26 +8105,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8143,25 +8143,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8180,25 +8180,25 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8217,25 +8217,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8254,25 +8254,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8291,25 +8291,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8328,25 +8328,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8365,25 +8365,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8402,25 +8402,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8439,25 +8439,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8475,26 +8475,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8512,26 +8512,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8550,25 +8550,25 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8587,25 +8587,25 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8624,25 +8624,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8661,25 +8661,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8698,25 +8698,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8735,25 +8735,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8772,25 +8772,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8809,25 +8809,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8846,25 +8846,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8882,26 +8882,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8919,26 +8919,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8957,25 +8957,25 @@ AnimationClip: value: -0.4696 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8993,26 +8993,26 @@ AnimationClip: time: 0 value: 1.32 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.80999845 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.374 - inSlope: 0 + inSlope: 0.80999845 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9031,25 +9031,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9068,25 +9068,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9105,25 +9105,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9142,25 +9142,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9179,25 +9179,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9216,25 +9216,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9253,25 +9253,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9289,26 +9289,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9326,26 +9326,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9363,26 +9363,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9400,26 +9400,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9438,25 +9438,25 @@ AnimationClip: value: 0.357 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9475,25 +9475,25 @@ AnimationClip: value: 0.013 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.013 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.013 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9512,25 +9512,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9549,25 +9549,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9586,25 +9586,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9623,25 +9623,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9659,26 +9659,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9696,26 +9696,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9734,25 +9734,25 @@ AnimationClip: value: -1.304 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.304 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.304 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9771,25 +9771,25 @@ AnimationClip: value: 0.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9808,25 +9808,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9844,26 +9844,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9881,26 +9881,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9919,25 +9919,25 @@ AnimationClip: value: -0.087 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9956,25 +9956,25 @@ AnimationClip: value: 0.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9993,25 +9993,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10030,25 +10030,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10067,25 +10067,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10104,25 +10104,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10141,25 +10141,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10178,25 +10178,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10215,25 +10215,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10252,25 +10252,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10289,25 +10289,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10326,25 +10326,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10363,25 +10363,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10400,25 +10400,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10437,25 +10437,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10474,25 +10474,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10511,25 +10511,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10548,25 +10548,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10584,26 +10584,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10621,26 +10621,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10658,26 +10658,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10696,25 +10696,25 @@ AnimationClip: value: -0.856 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10733,25 +10733,25 @@ AnimationClip: value: 0.486 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.486 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.486 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10770,25 +10770,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10807,25 +10807,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10844,25 +10844,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10881,25 +10881,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10918,25 +10918,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10955,25 +10955,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10992,25 +10992,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11028,26 +11028,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11066,25 +11066,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11103,25 +11103,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11140,25 +11140,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11177,25 +11177,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11214,25 +11214,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11251,25 +11251,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11288,25 +11288,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11325,25 +11325,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11362,25 +11362,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11398,26 +11398,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11435,26 +11435,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11472,26 +11472,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11510,25 +11510,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11547,25 +11547,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11584,25 +11584,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11621,25 +11621,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11658,25 +11658,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11695,25 +11695,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11732,25 +11732,25 @@ AnimationClip: value: 0.087 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11769,25 +11769,25 @@ AnimationClip: value: 1.439 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11806,25 +11806,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11843,25 +11843,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11880,25 +11880,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11917,25 +11917,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11954,25 +11954,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11991,25 +11991,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12028,25 +12028,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12064,26 +12064,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12102,25 +12102,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12138,26 +12138,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12175,26 +12175,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12213,25 +12213,25 @@ AnimationClip: value: 1.117 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12250,25 +12250,25 @@ AnimationClip: value: 0.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12287,25 +12287,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12324,25 +12324,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12361,25 +12361,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12398,25 +12398,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12435,25 +12435,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12472,25 +12472,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12509,25 +12509,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12545,26 +12545,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12583,25 +12583,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12620,25 +12620,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12657,25 +12657,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12694,25 +12694,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12730,26 +12730,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12768,25 +12768,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12805,25 +12805,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12842,25 +12842,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12879,25 +12879,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12916,25 +12916,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12953,25 +12953,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12990,25 +12990,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13027,25 +13027,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13064,25 +13064,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13101,25 +13101,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13138,25 +13138,25 @@ AnimationClip: value: 0.468 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.468 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.468 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13174,26 +13174,26 @@ AnimationClip: time: 0 value: 1.832 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.982 - inSlope: 0 + inSlope: 2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.982 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13212,25 +13212,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13249,25 +13249,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13286,25 +13286,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13323,25 +13323,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13359,26 +13359,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13397,25 +13397,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13434,25 +13434,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13471,25 +13471,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13508,25 +13508,25 @@ AnimationClip: value: 0.459 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.459 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.459 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13545,25 +13545,25 @@ AnimationClip: value: 0.467 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.467 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.467 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13582,25 +13582,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13619,25 +13619,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13656,25 +13656,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13693,25 +13693,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13730,25 +13730,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13767,25 +13767,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13804,25 +13804,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13840,26 +13840,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13878,25 +13878,25 @@ AnimationClip: value: 0.465 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.465 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.465 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13914,26 +13914,26 @@ AnimationClip: time: 0 value: 0.778 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.45000044 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.808 - inSlope: 0 + inSlope: 0.45000044 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.808 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13952,25 +13952,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13989,25 +13989,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14026,25 +14026,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14063,25 +14063,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14100,25 +14100,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14137,25 +14137,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14174,25 +14174,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14210,26 +14210,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14248,25 +14248,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14285,25 +14285,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14322,25 +14322,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14358,26 +14358,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14396,25 +14396,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14433,25 +14433,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14470,25 +14470,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14506,26 +14506,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14544,25 +14544,25 @@ AnimationClip: value: -0.47 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14580,26 +14580,26 @@ AnimationClip: time: 0 value: 0.013 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.35999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.011 - inSlope: 0 + inSlope: -0.35999998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14618,25 +14618,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14655,25 +14655,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14692,25 +14692,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14729,25 +14729,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14766,25 +14766,25 @@ AnimationClip: value: 0.99 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14803,25 +14803,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14840,25 +14840,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14876,26 +14876,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14914,25 +14914,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14951,25 +14951,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14988,25 +14988,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15024,26 +15024,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15062,25 +15062,25 @@ AnimationClip: value: 0.71 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15099,25 +15099,25 @@ AnimationClip: value: -0.139 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15136,25 +15136,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15173,25 +15173,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15210,25 +15210,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15247,25 +15247,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15283,26 +15283,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15321,25 +15321,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15358,25 +15358,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15394,26 +15394,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15432,25 +15432,25 @@ AnimationClip: value: 0.059 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15468,26 +15468,26 @@ AnimationClip: time: 0 value: 0.481 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.060000118 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.477 - inSlope: 0 + inSlope: -0.060000118 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.477 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15506,25 +15506,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15543,25 +15543,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15580,25 +15580,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15617,25 +15617,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15654,25 +15654,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15691,25 +15691,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15728,25 +15728,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15764,26 +15764,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15802,25 +15802,25 @@ AnimationClip: value: -0.192 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15838,26 +15838,26 @@ AnimationClip: time: 0 value: 0.311 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.08999973 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.305 - inSlope: 0 + inSlope: -0.08999973 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15876,25 +15876,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15913,25 +15913,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15950,25 +15950,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15987,25 +15987,25 @@ AnimationClip: value: -10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16024,25 +16024,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16061,25 +16061,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16098,25 +16098,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16134,26 +16134,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16172,25 +16172,25 @@ AnimationClip: value: -0.472 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16208,26 +16208,26 @@ AnimationClip: time: 0 value: 0.26 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.030000059 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.258 - inSlope: 0 + inSlope: -0.030000059 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.258 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16246,25 +16246,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16283,25 +16283,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16320,25 +16320,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16357,25 +16357,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16394,25 +16394,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16431,25 +16431,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16468,25 +16468,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16505,25 +16505,25 @@ AnimationClip: value: -0.774 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16541,26 +16541,26 @@ AnimationClip: time: 0 value: 0.284 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.08999973 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.29 - inSlope: 0 + inSlope: 0.08999973 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16579,25 +16579,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16616,25 +16616,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16653,25 +16653,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16690,25 +16690,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16727,25 +16727,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16764,25 +16764,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16801,25 +16801,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16838,25 +16838,25 @@ AnimationClip: value: -1.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16874,26 +16874,26 @@ AnimationClip: time: 0 value: 0.426 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.060000118 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.43 - inSlope: 0 + inSlope: 0.060000118 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16912,25 +16912,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16949,25 +16949,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16986,25 +16986,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17023,25 +17023,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17060,25 +17060,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17097,25 +17097,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17134,25 +17134,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17171,25 +17171,25 @@ AnimationClip: value: 0.481 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.481 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.481 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17208,25 +17208,25 @@ AnimationClip: value: -0.062 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.062 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.062 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17245,25 +17245,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17282,25 +17282,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17319,25 +17319,25 @@ AnimationClip: value: 1.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17356,25 +17356,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17393,16 +17393,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17420,17 +17420,17 @@ AnimationClip: time: 0 value: -0.024 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.35999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.35999998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17449,16 +17449,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17470,6 +17470,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -17507,7 +17537,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope4 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -17517,7 +17547,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope4 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -17527,7 +17557,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope4 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -17687,7 +17717,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/handR + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -17697,7 +17727,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/handR + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -17707,7 +17737,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/handR + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -17717,7 +17747,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope5 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -17727,7 +17757,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope5 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -17737,7 +17767,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope5 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -18196,8 +18226,8 @@ AnimationClip: m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope2 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 classID: 4 script: {fileID: 0} - curve: @@ -18207,37 +18237,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/bodyMain + path: mawashi/mawashipose/rope5 classID: 4 script: {fileID: 0} - curve: @@ -18247,7 +18247,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/bodyMain + path: mawashi/mawashipose/rope5 classID: 4 script: {fileID: 0} m_HasGenericRootTransform: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim.meta index d169256a8..20f50e827 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim index aa05ef8f8..8e65a7635 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.288, y: 1.652, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.288, y: 1.652, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0925, y: 0.8836, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0925, y: 0.8836, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.276, y: 1.2562, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.276, y: 1.2562, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.076, y: 0.649, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.076, y: 0.649, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1144,7 +1144,7 @@ AnimationClip: time: 0 value: {x: -1.7357, y: 0.9764, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.8999991, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.7357, y: 1.0364, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.8999991, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.7357, y: 1.0364, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.924, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.924, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.565, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.565, y: -0.19, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.1128, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.1128, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.3401, y: 0.208, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.3401, y: 0.208, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.29, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.29, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1518,7 +1518,7 @@ AnimationClip: time: 0 value: {x: 1.828, y: 1.7, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.4999985, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.4999985, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,7 +1552,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.04, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.59999996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.59999996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1620,7 +1620,7 @@ AnimationClip: time: 0 value: {x: 1.7009, y: 0.3776, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.60000026, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.60000026, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1654,7 +1654,7 @@ AnimationClip: time: 0 value: {x: 1.792, y: -0.016, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.22499996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.22499996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1722,7 +1722,7 @@ AnimationClip: time: 0 value: {x: 1.768, y: 0.8384, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.29399958, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.29399958, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1900,7 +1900,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.756, y: -0.256, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1909,7 +1909,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.756, y: -0.256, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1926,7 +1926,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.06, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.8999999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1934,7 +1934,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.8999999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1969,7 +1969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1994,7 +1994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2028,7 +2028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2062,7 +2062,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2096,7 +2096,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2130,7 +2130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2164,7 +2164,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2300,7 +2300,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2334,7 +2334,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2368,7 +2368,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2402,7 +2402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2436,7 +2436,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2470,7 +2470,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2504,7 +2504,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2513,7 +2513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2538,7 +2538,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2547,7 +2547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2572,7 +2572,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2581,7 +2581,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2606,7 +2606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2640,7 +2640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2649,7 +2649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2674,7 +2674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2683,7 +2683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2708,7 +2708,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2717,7 +2717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2742,7 +2742,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2751,7 +2751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2776,7 +2776,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.3, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2785,7 +2785,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.3, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2803,26 +2803,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2840,26 +2840,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2877,26 +2877,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2914,26 +2914,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2951,26 +2951,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2988,26 +2988,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3025,26 +3025,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3062,26 +3062,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3099,26 +3099,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3136,26 +3136,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3173,26 +3173,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3210,26 +3210,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3247,26 +3247,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3284,26 +3284,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3321,26 +3321,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3358,26 +3358,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3395,26 +3395,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3432,26 +3432,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3469,26 +3469,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3506,26 +3506,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3543,26 +3543,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3580,26 +3580,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3617,26 +3617,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3654,26 +3654,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3691,26 +3691,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3728,26 +3728,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3765,26 +3765,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3802,26 +3802,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3839,26 +3839,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3876,26 +3876,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3913,26 +3913,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3950,26 +3950,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3987,26 +3987,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4025,25 +4025,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4061,26 +4061,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4098,26 +4098,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4135,26 +4135,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4173,25 +4173,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4210,25 +4210,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4247,25 +4247,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4284,25 +4284,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4320,26 +4320,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4357,26 +4357,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4395,25 +4395,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4432,25 +4432,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4469,25 +4469,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4506,25 +4506,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4542,26 +4542,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4579,26 +4579,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4616,26 +4616,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4653,26 +4653,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4691,25 +4691,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4728,25 +4728,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4765,25 +4765,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4801,26 +4801,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4838,26 +4838,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4875,26 +4875,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4913,25 +4913,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4950,25 +4950,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4987,25 +4987,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5023,26 +5023,26 @@ AnimationClip: time: 0 value: 6 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5060,26 +5060,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5098,25 +5098,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5135,25 +5135,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5172,25 +5172,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5208,26 +5208,26 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5245,26 +5245,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5282,26 +5282,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5319,26 +5319,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5356,26 +5356,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5393,26 +5393,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5430,26 +5430,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5467,26 +5467,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7040,25 +7040,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7077,25 +7077,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7114,25 +7114,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7150,26 +7150,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7188,25 +7188,25 @@ AnimationClip: value: 2.288 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.288 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.288 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7225,25 +7225,25 @@ AnimationClip: value: 1.652 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.652 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.652 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7262,25 +7262,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7299,25 +7299,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7336,25 +7336,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7373,25 +7373,25 @@ AnimationClip: value: 40 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7410,25 +7410,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7447,25 +7447,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7484,25 +7484,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7520,26 +7520,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7557,26 +7557,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7595,25 +7595,25 @@ AnimationClip: value: 2.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7632,25 +7632,25 @@ AnimationClip: value: 1.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7669,25 +7669,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7706,25 +7706,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7743,25 +7743,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7780,25 +7780,25 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7817,25 +7817,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7854,25 +7854,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7891,25 +7891,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7927,26 +7927,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7964,26 +7964,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8001,26 +8001,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8039,25 +8039,25 @@ AnimationClip: value: 1.0925 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8076,25 +8076,25 @@ AnimationClip: value: 0.8836 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8836 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8836 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8113,25 +8113,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8150,25 +8150,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8187,25 +8187,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8224,25 +8224,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8261,25 +8261,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8298,25 +8298,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8335,25 +8335,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8371,26 +8371,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8408,26 +8408,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8446,25 +8446,25 @@ AnimationClip: value: 1.276 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.276 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.276 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8483,25 +8483,25 @@ AnimationClip: value: 1.2562 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8520,25 +8520,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8557,25 +8557,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8594,25 +8594,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8631,25 +8631,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8668,25 +8668,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8705,25 +8705,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8742,25 +8742,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8778,26 +8778,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8815,26 +8815,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8853,25 +8853,25 @@ AnimationClip: value: 2.7103 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8890,25 +8890,25 @@ AnimationClip: value: 1.5178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8927,25 +8927,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8964,25 +8964,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9001,25 +9001,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9038,25 +9038,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9075,25 +9075,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9112,25 +9112,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9149,25 +9149,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9185,26 +9185,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9222,26 +9222,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9260,25 +9260,25 @@ AnimationClip: value: 1.076 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9297,25 +9297,25 @@ AnimationClip: value: 0.649 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.649 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.649 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9334,25 +9334,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9371,25 +9371,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9408,25 +9408,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9445,25 +9445,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9482,25 +9482,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9519,25 +9519,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9556,25 +9556,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9592,26 +9592,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9629,26 +9629,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9666,26 +9666,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9704,25 +9704,25 @@ AnimationClip: value: -1.7357 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.7357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.7357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9740,26 +9740,26 @@ AnimationClip: time: 0 value: 0.9764 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.8999991 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0364 - inSlope: 0 + inSlope: 0.8999991 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0364 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9778,25 +9778,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9815,25 +9815,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9852,25 +9852,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9889,25 +9889,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9926,25 +9926,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9963,25 +9963,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10000,25 +10000,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10036,26 +10036,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10073,26 +10073,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10110,26 +10110,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10147,26 +10147,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10185,25 +10185,25 @@ AnimationClip: value: -0.924 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10222,25 +10222,25 @@ AnimationClip: value: -0.19 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10259,25 +10259,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10296,25 +10296,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10333,25 +10333,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10370,25 +10370,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10406,26 +10406,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10443,26 +10443,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10480,26 +10480,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10518,25 +10518,25 @@ AnimationClip: value: -2.565 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10555,25 +10555,25 @@ AnimationClip: value: -0.19 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.19 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10592,25 +10592,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10628,26 +10628,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10665,26 +10665,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10703,25 +10703,25 @@ AnimationClip: value: -2.1128 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.1128 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.1128 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10740,25 +10740,25 @@ AnimationClip: value: 0.206 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10777,25 +10777,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10814,25 +10814,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10851,25 +10851,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10888,25 +10888,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10925,25 +10925,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10962,25 +10962,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10999,25 +10999,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11035,26 +11035,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11073,25 +11073,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11110,25 +11110,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11147,25 +11147,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11184,25 +11184,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11221,25 +11221,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11258,25 +11258,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11295,25 +11295,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11332,25 +11332,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11369,25 +11369,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11405,26 +11405,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11442,26 +11442,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11479,26 +11479,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11517,25 +11517,25 @@ AnimationClip: value: -1.3401 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.3401 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.3401 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11554,25 +11554,25 @@ AnimationClip: value: 0.208 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.208 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.208 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11591,25 +11591,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11628,25 +11628,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11665,25 +11665,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11702,25 +11702,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11739,25 +11739,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11776,25 +11776,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11813,25 +11813,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11849,26 +11849,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11887,25 +11887,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11924,25 +11924,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11961,25 +11961,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11998,25 +11998,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12035,25 +12035,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12072,25 +12072,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12109,25 +12109,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12146,25 +12146,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12183,25 +12183,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12219,26 +12219,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12256,26 +12256,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12293,26 +12293,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12331,25 +12331,25 @@ AnimationClip: value: -0.29 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12368,25 +12368,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12405,25 +12405,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12442,25 +12442,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12479,25 +12479,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12516,25 +12516,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12553,25 +12553,25 @@ AnimationClip: value: -1.528 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.528 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.528 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12590,25 +12590,25 @@ AnimationClip: value: 1.21 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12627,25 +12627,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12664,25 +12664,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12701,25 +12701,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12738,25 +12738,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12775,25 +12775,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12812,25 +12812,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12849,25 +12849,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12885,26 +12885,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12923,25 +12923,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12959,26 +12959,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12996,26 +12996,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13034,25 +13034,25 @@ AnimationClip: value: -0.391 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13071,25 +13071,25 @@ AnimationClip: value: -0.094 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13108,25 +13108,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13145,25 +13145,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13182,25 +13182,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13219,25 +13219,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13256,25 +13256,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13293,25 +13293,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13330,25 +13330,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13366,26 +13366,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13404,25 +13404,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13441,25 +13441,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13478,25 +13478,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13515,25 +13515,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13551,26 +13551,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13589,25 +13589,25 @@ AnimationClip: value: -1.667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13626,25 +13626,25 @@ AnimationClip: value: -0.094 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13663,25 +13663,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13700,25 +13700,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13737,25 +13737,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13774,25 +13774,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13811,25 +13811,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13848,25 +13848,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13885,25 +13885,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13921,26 +13921,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13959,25 +13959,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13996,25 +13996,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14033,25 +14033,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14070,25 +14070,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14106,26 +14106,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14144,25 +14144,25 @@ AnimationClip: value: 1.828 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14180,26 +14180,26 @@ AnimationClip: time: 0 value: 1.7 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.4999985 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8 - inSlope: 0 + inSlope: 1.4999985 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14218,25 +14218,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14255,25 +14255,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14292,25 +14292,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14329,25 +14329,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14365,26 +14365,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14403,25 +14403,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14439,26 +14439,26 @@ AnimationClip: time: 0 value: -0.04 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.59999996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.59999996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14477,25 +14477,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14514,25 +14514,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14551,25 +14551,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14588,25 +14588,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14625,25 +14625,25 @@ AnimationClip: value: 1.743 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14662,25 +14662,25 @@ AnimationClip: value: 0.566 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14699,25 +14699,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14736,25 +14736,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14773,25 +14773,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14810,25 +14810,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14847,25 +14847,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14884,25 +14884,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14921,25 +14921,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14957,26 +14957,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14995,25 +14995,25 @@ AnimationClip: value: 1.7009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15031,26 +15031,26 @@ AnimationClip: time: 0 value: 0.3776 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.60000026 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3376 - inSlope: 0 + inSlope: -0.60000026 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15069,25 +15069,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15106,25 +15106,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15143,25 +15143,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15180,25 +15180,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15217,25 +15217,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15254,25 +15254,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15291,25 +15291,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15327,26 +15327,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15365,25 +15365,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15402,25 +15402,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15439,25 +15439,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15475,26 +15475,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15512,26 +15512,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15550,25 +15550,25 @@ AnimationClip: value: 1.792 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15586,26 +15586,26 @@ AnimationClip: time: 0 value: -0.016 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.22499996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.031 - inSlope: 0 + inSlope: -0.22499996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15624,25 +15624,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15661,25 +15661,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15698,25 +15698,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15735,25 +15735,25 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15772,25 +15772,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15809,25 +15809,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15846,25 +15846,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15882,26 +15882,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15920,25 +15920,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15957,25 +15957,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15994,25 +15994,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16030,26 +16030,26 @@ AnimationClip: time: 0 value: 6 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16068,25 +16068,25 @@ AnimationClip: value: 1.7895 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16105,25 +16105,25 @@ AnimationClip: value: 0.3236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16142,25 +16142,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16179,25 +16179,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16216,25 +16216,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16253,25 +16253,25 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16290,25 +16290,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16327,25 +16327,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16364,25 +16364,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16400,26 +16400,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16438,25 +16438,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16475,25 +16475,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16512,25 +16512,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16548,26 +16548,26 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16586,25 +16586,25 @@ AnimationClip: value: 1.768 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16622,26 +16622,26 @@ AnimationClip: time: 0 value: 0.8384 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.29399958 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.858 - inSlope: 0 + inSlope: 0.29399958 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.858 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16660,25 +16660,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16697,25 +16697,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16734,25 +16734,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16771,25 +16771,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16808,25 +16808,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16845,25 +16845,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16882,25 +16882,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16918,26 +16918,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16955,26 +16955,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16993,25 +16993,25 @@ AnimationClip: value: 2.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17030,25 +17030,25 @@ AnimationClip: value: -0.3639 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17067,25 +17067,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17104,25 +17104,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17141,25 +17141,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17178,25 +17178,25 @@ AnimationClip: value: -15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17215,25 +17215,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17252,25 +17252,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17289,25 +17289,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17325,26 +17325,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17362,26 +17362,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17400,25 +17400,25 @@ AnimationClip: value: 1.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17437,25 +17437,25 @@ AnimationClip: value: -0.453 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17474,25 +17474,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17511,25 +17511,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17548,25 +17548,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17585,25 +17585,25 @@ AnimationClip: value: -5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17622,25 +17622,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17659,25 +17659,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17696,25 +17696,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17732,26 +17732,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17770,25 +17770,25 @@ AnimationClip: value: 1.653 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17807,25 +17807,25 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17844,25 +17844,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17881,25 +17881,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17918,25 +17918,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17955,25 +17955,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17992,25 +17992,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18029,25 +18029,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18066,25 +18066,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18102,26 +18102,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18140,25 +18140,25 @@ AnimationClip: value: 1.342 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18177,25 +18177,25 @@ AnimationClip: value: -0.371 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18214,25 +18214,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18251,25 +18251,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18288,25 +18288,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18325,25 +18325,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18362,25 +18362,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18399,25 +18399,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18436,25 +18436,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18472,26 +18472,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18510,25 +18510,25 @@ AnimationClip: value: 1.756 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.756 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.756 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18547,25 +18547,25 @@ AnimationClip: value: -0.256 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.256 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.256 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18584,25 +18584,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18621,25 +18621,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18658,25 +18658,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18695,25 +18695,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18732,16 +18732,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18759,17 +18759,17 @@ AnimationClip: time: 0 value: -0.06 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.8999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.8999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18788,16 +18788,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18809,6 +18809,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -19559,36 +19589,6 @@ AnimationClip: path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim.meta index 8944164c5..b0a8e77a8 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim new file mode 100644 index 000000000..266cfe694 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim @@ -0,0 +1,19000 @@ +%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: SumoPoseGBop4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.13333334 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.13333334 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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.06666667 + value: {x: 0, y: 180, z: -60} + 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.13333334 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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.06666667 + value: {x: 0, y: 180, z: 18} + 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.13333334 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.13333334 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -36} + 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.06666667 + value: {x: 0, y: 0, z: -36} + 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.13333334 + value: {x: 0, y: 0, z: -36} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 50} + 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.06666667 + value: {x: 0, y: 0, z: 50} + 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.13333334 + value: {x: 0, y: 0, z: 50} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.13333334 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.13333334 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.13333334 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.13333334 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.13333334 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.13333334 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -3.9, y: -1.4, z: 0} + 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.06666667 + value: {x: -3.9, y: -1.4, z: 0} + 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.13333334 + value: {x: -3.9, y: -1.4, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: 0.893, z: 0} + 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.06666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.13333334 + value: {x: 1.61, y: 0.893, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.309, y: 1.046, z: 0} + 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.06666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.13333334 + value: {x: 1.309, y: 1.046, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: 1.0371, z: 0} + 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.06666667 + value: {x: 0.005, y: 1.0371, z: 0} + 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.13333334 + value: {x: 0.005, y: 1.0371, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.397, y: 0.986, z: 0} + 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.06666667 + value: {x: 0.397, y: 0.986, z: 0} + 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.13333334 + value: {x: 0.397, y: 0.986, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.06666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.13333334 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.291, y: 1.23, z: 0} + 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.06666667 + value: {x: -0.291, y: 1.23, z: 0} + 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.13333334 + value: {x: -0.291, y: 1.23, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.90418833, y: 0.63, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.87083095, 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.06666667 + value: {x: -0.90418833, y: 0.6880554, z: 0} + inSlope: {x: -0, y: 0.87083095, 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.13333334 + value: {x: -0.90418833, y: 0.6880554, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.06666667 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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.13333334 + value: {x: -0.10755394, y: -0.6225761, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.06666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.13333334 + value: {x: -2.5407, y: -0.5308, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.571, y: 0.048, z: 0} + 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.06666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.13333334 + value: {x: -1.571, y: 0.048, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.34, y: 0.1, z: 0} + 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.06666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.13333334 + value: {x: -1.34, y: 0.1, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.06666667 + value: {x: -0.319, y: -0.30889213, z: 0} + 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.13333334 + value: {x: -0.319, y: -0.30889213, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.13333334 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.258, y: 0.953, z: 0} + 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.06666667 + value: {x: -0.258, y: 0.953, z: 0} + 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.13333334 + value: {x: -0.258, y: 0.953, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.478, y: -0.571, z: 0} + 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.06666667 + value: {x: 0.478, y: -0.571, z: 0} + 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.13333334 + value: {x: 0.478, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.098, y: 1.407, z: 0} + 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.06666667 + value: {x: -0.098, y: 1.407, z: 0} + 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.13333334 + value: {x: -0.098, y: 1.407, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8876, y: 1.1794, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.9089997, y: 1.8089997, 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.06666667 + value: {x: 0.827, y: 1.3, z: 0} + inSlope: {x: -0.9089997, y: 1.8089997, 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.13333334 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.06666667 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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.13333334 + value: {x: 1.0650682, y: -0.22799708, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9541, y: 0.0961, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.0024488566, y: 0.8832114, 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.06666667 + value: {x: 0.95426327, y: 0.15498076, z: 0} + inSlope: {x: 0.0024488566, y: 0.8832114, 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.13333334 + value: {x: 0.95426327, y: 0.15498076, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: -0.013, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.45, 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.06666667 + value: {x: 0.005, y: 0.017, z: 0} + inSlope: {x: -0, y: 0.45, 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.13333334 + value: {x: 0.005, y: 0.017, z: 0} + 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: mawashi/mawashipose + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.547, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.45000044, 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + inSlope: {x: -0, y: -0.45000044, 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.13333334 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.06666667 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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.13333334 + value: {x: 0.958277, y: 0.056539357, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.13333334 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.13333334 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.13333334 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.13333334 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.54075074, y: -0.407, z: 0} + 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.13333334 + value: {x: 0.54075074, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.06666667 + value: {x: 0.933, y: -0.68633527, z: 0} + 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.13333334 + value: {x: 0.933, y: -0.68633527, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.06, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.8999999, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.8999999, 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.3, y: 0.3, z: 1} + 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.06666667 + value: {x: 0.3, y: 0.3, z: 1} + 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.13333334 + value: {x: 0.3, y: 0.3, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.992, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.992, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.991, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.991, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.13333334 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.13333334 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.13333334 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.13333334 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3, y: 1.7, z: 1} + 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.06666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.13333334 + value: {x: 1.3, y: 1.7, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompEffect + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9589208 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.893 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.309 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.046 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0371 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0371 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.0371 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.397 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.397 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.397 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.986 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.986 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.986 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.291 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.291 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.291 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.90418833 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.90418833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.63 + inSlope: 0 + outSlope: 0.87083095 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6880554 + inSlope: 0.87083095 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6880554 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.10755394 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.10755394 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6225761 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.6225761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.5407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5308 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.048 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.34 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.319 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.30889213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.30889213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 50 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.258 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.258 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.258 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.953 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.953 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.953 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.478 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.478 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.478 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.098 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.098 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.098 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompEffect + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8876 + inSlope: 0 + outSlope: -0.9089997 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.827 + inSlope: -0.9089997 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1794 + inSlope: 0 + outSlope: 1.8089997 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: 1.8089997 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0650682 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.0650682 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.22799708 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.22799708 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.992 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9541 + inSlope: 0 + outSlope: 0.0024488566 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.95426327 + inSlope: 0.0024488566 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.95426327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0961 + inSlope: 0 + outSlope: 0.8832114 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.15498076 + inSlope: 0.8832114 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.15498076 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.991 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013 + inSlope: 0 + outSlope: 0.45 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.017 + inSlope: 0.45 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.017 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.547 + inSlope: 0 + outSlope: -0.45000044 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0.45000044 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.958277 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.958277 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.056539357 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.056539357 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9589208 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9589208 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54075074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54075074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.933 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.68633527 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.68633527 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.06 + inSlope: 0 + outSlope: 0.8999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.8999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim.meta new file mode 100644 index 000000000..2bdd7b2f9 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 356ef303cb65bd446a1568aac018b152 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim new file mode 100644 index 000000000..3fb37a464 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim @@ -0,0 +1,18948 @@ +%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: SumoPoseGBop6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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.06666667 + value: {x: 0, y: 0, z: 287.6} + 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.13333334 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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.06666667 + value: {x: 0, y: 0, z: 69.27} + 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.13333334 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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.06666667 + value: {x: 0, y: 180, z: 86.8} + 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.13333334 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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.06666667 + value: {x: 0, y: 180, z: -31.4} + 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.13333334 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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.06666667 + value: {x: 0, y: 180, z: -29} + 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.13333334 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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.06666667 + value: {x: 0, y: 0, z: 157.93} + 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.13333334 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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.06666667 + value: {x: 0, y: 0, z: -63.09} + 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.13333334 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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.06666667 + value: {x: 0, y: 180, z: -15.7} + 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.13333334 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.13333334 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.13333334 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -4.95} + 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.06666667 + value: {x: 0, y: 180, z: -4.95} + 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.13333334 + value: {x: 0, y: 180, z: -4.95} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.13333334 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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.06666667 + value: {x: 0, y: 180, z: -32.1} + 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.13333334 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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.06666667 + value: {x: 0, y: 180, z: -19.6} + 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.13333334 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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.06666667 + value: {x: 0, y: 180, z: -9.2} + 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.13333334 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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.06666667 + value: {x: 0, y: 180, z: 8.7} + 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.13333334 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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.06666667 + value: {x: 0, y: 180, z: 23.7} + 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.13333334 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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.06666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.13333334 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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.06666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.13333334 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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.06666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.13333334 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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.06666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.13333334 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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.06666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.13333334 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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.06666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.13333334 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.382, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.30000013, 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.06666667 + value: {x: -0.063, y: 0.402, z: 0} + inSlope: {x: -0, y: 0.30000013, 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.13333334 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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.06666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.13333334 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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.06666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.13333334 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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.06666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.13333334 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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.06666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.13333334 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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.06666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.13333334 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.13333334 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.612, y: 0.736, z: 0} + 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.06666667 + value: {x: 0.612, y: 0.736, z: 0} + 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.13333334 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.023, y: -0.39, z: 0} + 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.06666667 + value: {x: 2.023, y: -0.39, z: 0} + 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.13333334 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.12, y: 0.86, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.59999937, 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.06666667 + value: {x: 0.12, y: 0.9, z: 0} + inSlope: {x: -0, y: 0.59999937, 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.13333334 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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.06666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.13333334 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.951, y: -0.166, z: 0} + 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.06666667 + value: {x: 0.951, y: -0.166, z: 0} + 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.13333334 + value: {x: 0.951, y: -0.166, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.908, y: 0.088, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.45, 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.06666667 + value: {x: 0.908, y: 0.118, z: 0} + inSlope: {x: -0, y: 0.45, 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.13333334 + value: {x: 0.908, y: 0.118, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.03, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.44999996, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.44999996, 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: mawashi/mawashipose + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.4, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.45, 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.06666667 + value: {x: 0.954, y: -0.43, z: 0} + inSlope: {x: -0, y: -0.45, 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.13333334 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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.06666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.13333334 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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.06666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.13333334 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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.06666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.13333334 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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.06666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.13333334 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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.06666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.13333334 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24, y: -0.51, z: 0} + 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.06666667 + value: {x: 0.24, y: -0.51, z: 0} + 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.13333334 + value: {x: 0.24, y: -0.51, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -4.2, y: -2, z: 0} + 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.06666667 + value: {x: -4.2, y: -2, z: 0} + 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.13333334 + value: {x: -4.2, y: -2, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.05, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.75, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.75, 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: body/arms + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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.06666667 + value: {x: 0.9, y: 1, z: 1} + 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.13333334 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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.06666667 + value: {x: 1, y: 1.4, z: 1} + 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.13333334 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.13333334 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.1, y: 0.8, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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.06666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.13333334 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.382 + inSlope: 0 + outSlope: 0.30000013 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.402 + inSlope: 0.30000013 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.612 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.736 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.023 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.12 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.86 + inSlope: 0 + outSlope: 0.59999937 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: 0.59999937 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.951 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.166 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.908 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.088 + inSlope: 0 + outSlope: 0.45 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.118 + inSlope: 0.45 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.95 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.03 + inSlope: 0 + outSlope: 0.44999996 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.44999996 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4 + inSlope: 0 + outSlope: -0.45 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.43 + inSlope: -0.45 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.51 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -4.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -4.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.05 + inSlope: 0 + outSlope: 0.75 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.75 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim.meta new file mode 100644 index 000000000..c60eaab0a --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBop6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 309e8219f1d62b148be9372d87b350a5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim index 1d064df4f..efef690ae 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -37.462} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -37.462} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 37.462} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 37.462} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -6.12, y: -0.62, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -6.12, y: -0.62, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.738, y: 0.589, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.738, y: 0.589, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.487, y: 0.584, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.487, y: 0.584, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.193, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.193, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.523, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.523, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.646, y: 0.353, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.646, y: 0.353, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.059, y: 0.099, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.059, y: 0.099, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.4854, y: -0.5031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.4854, y: -0.5031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.651, y: -0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.651, y: -0.5, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.684, y: -0.232, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.684, y: -0.232, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.488, y: -0.071, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.488, y: -0.071, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.4591, y: -0.2187, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.4591, y: -0.2187, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.636, y: -0.068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.636, y: -0.068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,7 +1552,7 @@ AnimationClip: time: 0 value: {x: 1.035, y: 0.473, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.22499977, y: 0.9149998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.05, y: 0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.22499977, y: 0.9149998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.05, y: 0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0719, y: 0.0138, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0719, y: 0.0138, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0499, y: -0.0738, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0499, y: -0.0738, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.498, y: -0.749, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.498, y: -0.749, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1901,7 +1901,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1910,7 +1910,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1935,7 +1935,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1944,7 +1944,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1969,7 +1969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1978,7 +1978,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2012,7 +2012,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2046,7 +2046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2080,7 +2080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2114,7 +2114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2148,7 +2148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2182,7 +2182,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2250,7 +2250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2386,7 +2386,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2454,7 +2454,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2488,7 +2488,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2506,26 +2506,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2543,26 +2543,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2580,26 +2580,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2617,26 +2617,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2654,26 +2654,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2691,26 +2691,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2728,26 +2728,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2765,26 +2765,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2802,26 +2802,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2839,26 +2839,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2876,26 +2876,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2913,26 +2913,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2950,26 +2950,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2987,26 +2987,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3024,26 +3024,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3061,26 +3061,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3098,26 +3098,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3135,26 +3135,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3172,26 +3172,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3209,26 +3209,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3246,26 +3246,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3283,26 +3283,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3320,26 +3320,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3357,26 +3357,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3394,26 +3394,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3431,26 +3431,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3468,26 +3468,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3505,26 +3505,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3543,25 +3543,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3579,26 +3579,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3616,26 +3616,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3654,25 +3654,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3691,25 +3691,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3728,25 +3728,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3765,25 +3765,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3801,26 +3801,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3839,25 +3839,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3875,26 +3875,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3912,26 +3912,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3949,26 +3949,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3987,25 +3987,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4024,25 +4024,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4061,25 +4061,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4097,26 +4097,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4134,26 +4134,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4171,26 +4171,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4209,25 +4209,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4246,25 +4246,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4283,25 +4283,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4319,26 +4319,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4356,26 +4356,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4393,26 +4393,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5693,25 +5693,25 @@ AnimationClip: value: -6.12 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6.12 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6.12 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5730,25 +5730,25 @@ AnimationClip: value: -0.62 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5767,25 +5767,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5804,25 +5804,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5841,25 +5841,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5878,25 +5878,25 @@ AnimationClip: value: -37.462 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -37.462 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -37.462 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5914,26 +5914,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5952,25 +5952,25 @@ AnimationClip: value: 1.738 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.738 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.738 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5989,25 +5989,25 @@ AnimationClip: value: 0.589 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.589 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.589 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6026,25 +6026,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6063,25 +6063,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6100,25 +6100,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6137,25 +6137,25 @@ AnimationClip: value: -195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6174,25 +6174,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6211,25 +6211,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6248,25 +6248,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6284,26 +6284,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6321,26 +6321,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6359,25 +6359,25 @@ AnimationClip: value: 1.487 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.487 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.487 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6396,25 +6396,25 @@ AnimationClip: value: 0.584 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.584 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.584 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6433,25 +6433,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6470,25 +6470,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6507,25 +6507,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6544,25 +6544,25 @@ AnimationClip: value: 46 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6581,25 +6581,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6618,25 +6618,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6655,25 +6655,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6691,26 +6691,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6728,26 +6728,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6766,25 +6766,25 @@ AnimationClip: value: 0.193 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.193 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.193 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6803,25 +6803,25 @@ AnimationClip: value: 0.248 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.248 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.248 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6840,25 +6840,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6877,25 +6877,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6914,25 +6914,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6951,25 +6951,25 @@ AnimationClip: value: 230 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6988,25 +6988,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7025,25 +7025,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7062,25 +7062,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7098,26 +7098,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7135,26 +7135,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7173,25 +7173,25 @@ AnimationClip: value: 0.523 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7210,25 +7210,25 @@ AnimationClip: value: 0.43 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7247,25 +7247,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7284,25 +7284,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7321,25 +7321,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7358,25 +7358,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7395,25 +7395,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7432,25 +7432,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7469,25 +7469,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7505,26 +7505,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7542,26 +7542,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7580,25 +7580,25 @@ AnimationClip: value: 1.646 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7617,25 +7617,25 @@ AnimationClip: value: 0.353 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.353 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.353 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7654,25 +7654,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7691,25 +7691,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7728,25 +7728,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7765,25 +7765,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7802,25 +7802,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7839,25 +7839,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7876,25 +7876,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7912,26 +7912,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7949,26 +7949,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7987,25 +7987,25 @@ AnimationClip: value: -0.059 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8024,25 +8024,25 @@ AnimationClip: value: 0.099 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.099 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.099 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8061,25 +8061,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8098,25 +8098,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8135,25 +8135,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8172,25 +8172,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8209,25 +8209,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8246,25 +8246,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8283,25 +8283,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8319,26 +8319,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8356,26 +8356,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8394,25 +8394,25 @@ AnimationClip: value: -1.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8431,25 +8431,25 @@ AnimationClip: value: 0.329 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8468,25 +8468,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8505,25 +8505,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8542,25 +8542,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8579,25 +8579,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8615,26 +8615,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8652,26 +8652,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8689,26 +8689,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8727,25 +8727,25 @@ AnimationClip: value: -0.4854 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4854 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4854 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8764,25 +8764,25 @@ AnimationClip: value: -0.5031 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8801,25 +8801,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8838,25 +8838,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8875,25 +8875,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8912,25 +8912,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8948,26 +8948,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8985,26 +8985,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9023,25 +9023,25 @@ AnimationClip: value: -1.651 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.651 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.651 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9060,25 +9060,25 @@ AnimationClip: value: -0.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9097,25 +9097,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9133,26 +9133,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9170,26 +9170,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9208,25 +9208,25 @@ AnimationClip: value: -1.684 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.684 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.684 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9245,25 +9245,25 @@ AnimationClip: value: -0.232 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.232 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.232 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9282,25 +9282,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9319,25 +9319,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9356,25 +9356,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9393,25 +9393,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9430,25 +9430,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9467,25 +9467,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9504,25 +9504,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9541,25 +9541,25 @@ AnimationClip: value: -1.488 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.488 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.488 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9578,25 +9578,25 @@ AnimationClip: value: -0.071 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.071 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.071 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9615,25 +9615,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9652,25 +9652,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9689,25 +9689,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9726,25 +9726,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9763,25 +9763,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9800,25 +9800,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9837,25 +9837,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9873,26 +9873,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9910,26 +9910,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9947,26 +9947,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9985,25 +9985,25 @@ AnimationClip: value: -0.4591 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10022,25 +10022,25 @@ AnimationClip: value: -0.2187 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2187 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2187 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10059,25 +10059,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10096,25 +10096,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10133,25 +10133,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10170,25 +10170,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10207,25 +10207,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10244,25 +10244,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10281,25 +10281,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10317,26 +10317,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10355,25 +10355,25 @@ AnimationClip: value: -0.636 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10392,25 +10392,25 @@ AnimationClip: value: -0.068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10429,25 +10429,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10466,25 +10466,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10503,25 +10503,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10540,25 +10540,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10577,25 +10577,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10614,25 +10614,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10651,25 +10651,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10687,26 +10687,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10724,26 +10724,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10761,26 +10761,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10799,25 +10799,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10836,25 +10836,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10873,25 +10873,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10910,25 +10910,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10947,25 +10947,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10984,25 +10984,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11021,25 +11021,25 @@ AnimationClip: value: -0.368 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11058,25 +11058,25 @@ AnimationClip: value: 0.623 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11095,25 +11095,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11132,25 +11132,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11169,25 +11169,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11206,25 +11206,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11243,25 +11243,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11280,25 +11280,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11317,25 +11317,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11353,26 +11353,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11391,25 +11391,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11427,26 +11427,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11465,25 +11465,25 @@ AnimationClip: value: 0.718 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11502,25 +11502,25 @@ AnimationClip: value: -0.402 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11539,25 +11539,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11576,25 +11576,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11613,25 +11613,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11650,25 +11650,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11687,25 +11687,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11724,25 +11724,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11761,25 +11761,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11797,26 +11797,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11835,25 +11835,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11872,25 +11872,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11909,25 +11909,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11946,25 +11946,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11982,26 +11982,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12020,25 +12020,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12057,25 +12057,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12094,25 +12094,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12131,25 +12131,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12168,25 +12168,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12205,25 +12205,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12242,25 +12242,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12279,25 +12279,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12316,25 +12316,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12353,25 +12353,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12389,26 +12389,26 @@ AnimationClip: time: 0 value: 1.035 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.22499977 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.05 - inSlope: 0 + inSlope: 0.22499977 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12426,26 +12426,26 @@ AnimationClip: time: 0 value: 0.473 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.9149998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.534 - inSlope: 0 + inSlope: 0.9149998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12464,25 +12464,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12501,25 +12501,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12538,25 +12538,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12575,25 +12575,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12611,26 +12611,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12649,25 +12649,25 @@ AnimationClip: value: 1.0719 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0719 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0719 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12686,25 +12686,25 @@ AnimationClip: value: 0.0138 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.0138 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.0138 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12723,25 +12723,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12760,25 +12760,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12797,25 +12797,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12834,25 +12834,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12871,25 +12871,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12908,25 +12908,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12945,25 +12945,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12981,26 +12981,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13019,25 +13019,25 @@ AnimationClip: value: 1.0499 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0499 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0499 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13056,25 +13056,25 @@ AnimationClip: value: -0.0738 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0738 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0738 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13093,25 +13093,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13130,25 +13130,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13167,25 +13167,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13204,25 +13204,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13241,25 +13241,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13278,25 +13278,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13315,25 +13315,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13351,26 +13351,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13389,25 +13389,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13426,25 +13426,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13463,25 +13463,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13499,26 +13499,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13536,26 +13536,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13574,25 +13574,25 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13611,25 +13611,25 @@ AnimationClip: value: -0.629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13648,25 +13648,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13685,25 +13685,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13722,25 +13722,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13759,25 +13759,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13796,25 +13796,25 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13833,25 +13833,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13870,25 +13870,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13906,26 +13906,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13944,25 +13944,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13981,25 +13981,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14018,25 +14018,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14054,26 +14054,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14092,25 +14092,25 @@ AnimationClip: value: 1.6963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14129,25 +14129,25 @@ AnimationClip: value: -0.3642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14166,25 +14166,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14203,25 +14203,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14240,25 +14240,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14277,25 +14277,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14314,25 +14314,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14351,25 +14351,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14388,25 +14388,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14424,26 +14424,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14462,25 +14462,25 @@ AnimationClip: value: 1.4034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14499,25 +14499,25 @@ AnimationClip: value: -0.5236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14536,25 +14536,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14573,25 +14573,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14610,25 +14610,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14647,25 +14647,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14683,26 +14683,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14721,25 +14721,25 @@ AnimationClip: value: 1.033 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14758,25 +14758,25 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14795,25 +14795,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14832,25 +14832,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14869,25 +14869,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14906,25 +14906,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14943,25 +14943,25 @@ AnimationClip: value: 0.6644 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14980,25 +14980,25 @@ AnimationClip: value: -0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15017,25 +15017,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15054,25 +15054,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15091,25 +15091,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15128,25 +15128,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15165,25 +15165,25 @@ AnimationClip: value: 0.4041 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15202,25 +15202,25 @@ AnimationClip: value: -0.3711 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15239,25 +15239,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15276,25 +15276,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15313,25 +15313,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15350,25 +15350,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15387,25 +15387,25 @@ AnimationClip: value: 1.498 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15424,25 +15424,25 @@ AnimationClip: value: -0.749 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.749 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.749 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15461,25 +15461,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15498,25 +15498,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15535,25 +15535,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15572,25 +15572,25 @@ AnimationClip: value: 37.462 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 37.462 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 37.462 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15609,25 +15609,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15646,25 +15646,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15683,25 +15683,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15713,6 +15713,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -16463,36 +16493,6 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim.meta index d46b7ad9a..3d4390097 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim index c058dbde5..bba65e769 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -141.33} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -141.33} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -947,7 +947,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 141.33} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -956,7 +956,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 141.33} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -4.735, y: 2.79, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -4.735, y: 2.79, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4714, y: 1.6179, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.462, y: 1.414, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.462, y: 1.414, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.3662, y: 0.0479, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.3662, y: 0.0479, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.2709, y: 0.0308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.2709, y: 0.0308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0738, y: 0.5358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0738, y: 0.5358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.828, y: 0.526, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.828, y: 0.526, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.087, y: 1.439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.117, y: 0.057, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.117, y: 0.057, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 0.46, y: 1.936, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.05999967, y: 1.2599998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.464, y: 2.02, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.05999967, y: 1.2599998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.464, y: 2.02, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4627, y: 0.9629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4627, y: 0.9629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.439, y: 0.696, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.439, y: 0.696, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.47, y: -0.011, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.059, y: 0.477, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.192, y: 0.305, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.472, y: 0.258, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1900,7 +1900,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1909,7 +1909,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.774, y: 0.29, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1934,7 +1934,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1943,7 +1943,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.011, y: 0.43, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1968,7 +1968,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9932, y: 1.8296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1977,7 +1977,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.9932, y: 1.8296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2012,7 +2012,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2046,7 +2046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2080,7 +2080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2114,7 +2114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2148,7 +2148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2182,7 +2182,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2250,7 +2250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2386,7 +2386,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2454,7 +2454,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2488,7 +2488,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2513,7 +2513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2522,7 +2522,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2547,7 +2547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2556,7 +2556,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2581,7 +2581,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2590,7 +2590,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2624,7 +2624,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2649,7 +2649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2658,7 +2658,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2683,7 +2683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2692,7 +2692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2717,7 +2717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2726,7 +2726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2751,7 +2751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2760,7 +2760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2785,7 +2785,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2794,7 +2794,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2812,26 +2812,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2849,26 +2849,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2886,26 +2886,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2923,26 +2923,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2960,26 +2960,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2997,26 +2997,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3034,26 +3034,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3071,26 +3071,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3108,26 +3108,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3145,26 +3145,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3182,26 +3182,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3219,26 +3219,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3256,26 +3256,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3293,26 +3293,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3330,26 +3330,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3367,26 +3367,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3404,26 +3404,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3441,26 +3441,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3478,26 +3478,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3515,26 +3515,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3552,26 +3552,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3589,26 +3589,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3626,26 +3626,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3663,26 +3663,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3700,26 +3700,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3737,26 +3737,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3774,26 +3774,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3811,26 +3811,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3848,26 +3848,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3885,26 +3885,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3922,26 +3922,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3959,26 +3959,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3997,25 +3997,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4033,26 +4033,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4070,26 +4070,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4107,26 +4107,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4145,25 +4145,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4182,25 +4182,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4219,25 +4219,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4256,25 +4256,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4292,26 +4292,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4330,25 +4330,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4366,26 +4366,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4403,26 +4403,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4440,26 +4440,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4478,25 +4478,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4515,25 +4515,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4552,25 +4552,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4588,26 +4588,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4625,26 +4625,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4662,26 +4662,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4700,25 +4700,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4737,25 +4737,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4774,25 +4774,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4810,26 +4810,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4847,26 +4847,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4885,25 +4885,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4922,25 +4922,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4958,26 +4958,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4995,26 +4995,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5032,26 +5032,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6458,25 +6458,25 @@ AnimationClip: value: -4.735 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -4.735 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -4.735 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6495,25 +6495,25 @@ AnimationClip: value: 2.79 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.79 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.79 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6532,25 +6532,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6569,25 +6569,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6606,25 +6606,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6643,25 +6643,25 @@ AnimationClip: value: -141.33 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -141.33 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -141.33 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6679,26 +6679,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6717,25 +6717,25 @@ AnimationClip: value: 0.4714 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4714 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6754,25 +6754,25 @@ AnimationClip: value: 1.6179 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6179 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6179 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6791,25 +6791,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6828,25 +6828,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6865,25 +6865,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6902,25 +6902,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6939,25 +6939,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6976,25 +6976,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7013,25 +7013,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7049,26 +7049,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7086,26 +7086,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7124,25 +7124,25 @@ AnimationClip: value: 1.2972 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7161,25 +7161,25 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7198,25 +7198,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7235,25 +7235,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7272,25 +7272,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7309,25 +7309,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7346,25 +7346,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7383,25 +7383,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7420,25 +7420,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7456,26 +7456,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7493,26 +7493,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7530,26 +7530,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7568,25 +7568,25 @@ AnimationClip: value: -0.143 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7605,25 +7605,25 @@ AnimationClip: value: 0.115 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7642,25 +7642,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7679,25 +7679,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7716,25 +7716,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7753,25 +7753,25 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7790,25 +7790,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7827,25 +7827,25 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7864,25 +7864,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7900,26 +7900,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7937,26 +7937,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7974,26 +7974,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8012,25 +8012,25 @@ AnimationClip: value: 0.108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8049,25 +8049,25 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8086,25 +8086,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8123,25 +8123,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8160,25 +8160,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8197,25 +8197,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8234,25 +8234,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8271,25 +8271,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8308,25 +8308,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8344,26 +8344,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8381,26 +8381,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8418,26 +8418,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8456,25 +8456,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8493,25 +8493,25 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8530,25 +8530,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8567,25 +8567,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8604,25 +8604,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8641,25 +8641,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8678,25 +8678,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8715,25 +8715,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8752,25 +8752,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8788,26 +8788,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8825,26 +8825,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8863,25 +8863,25 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8900,25 +8900,25 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8937,25 +8937,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8974,25 +8974,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9011,25 +9011,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9048,25 +9048,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9085,25 +9085,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9122,25 +9122,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9159,25 +9159,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9195,26 +9195,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9232,26 +9232,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9270,25 +9270,25 @@ AnimationClip: value: -0.462 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.462 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.462 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9307,25 +9307,25 @@ AnimationClip: value: 1.414 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.414 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.414 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9344,25 +9344,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9381,25 +9381,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9418,25 +9418,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9455,25 +9455,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9492,25 +9492,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9529,25 +9529,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9566,25 +9566,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9602,26 +9602,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9639,26 +9639,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9676,26 +9676,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9713,26 +9713,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9751,25 +9751,25 @@ AnimationClip: value: 0.3662 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3662 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3662 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9788,25 +9788,25 @@ AnimationClip: value: 0.0479 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.0479 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.0479 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9825,25 +9825,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9862,25 +9862,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9899,25 +9899,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9936,25 +9936,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9972,26 +9972,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10009,26 +10009,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10047,25 +10047,25 @@ AnimationClip: value: -1.2709 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.2709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.2709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10084,25 +10084,25 @@ AnimationClip: value: 0.0308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.0308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.0308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10121,25 +10121,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10157,26 +10157,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10194,26 +10194,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10232,25 +10232,25 @@ AnimationClip: value: -0.0738 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0738 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0738 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10269,25 +10269,25 @@ AnimationClip: value: 0.5358 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5358 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5358 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10306,25 +10306,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10343,25 +10343,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10380,25 +10380,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10417,25 +10417,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10454,25 +10454,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10491,25 +10491,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10528,25 +10528,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10565,25 +10565,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10602,25 +10602,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10639,25 +10639,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10676,25 +10676,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10713,25 +10713,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10750,25 +10750,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10787,25 +10787,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10824,25 +10824,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10861,25 +10861,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10897,26 +10897,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10934,26 +10934,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10971,26 +10971,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11009,25 +11009,25 @@ AnimationClip: value: -0.828 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11046,25 +11046,25 @@ AnimationClip: value: 0.526 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.526 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.526 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11083,25 +11083,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11120,25 +11120,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11157,25 +11157,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11194,25 +11194,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11231,25 +11231,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11268,25 +11268,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11305,25 +11305,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11341,26 +11341,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11379,25 +11379,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11416,25 +11416,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11453,25 +11453,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11490,25 +11490,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11527,25 +11527,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11564,25 +11564,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11601,25 +11601,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11638,25 +11638,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11675,25 +11675,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11711,26 +11711,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11748,26 +11748,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11785,26 +11785,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11823,25 +11823,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11860,25 +11860,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11897,25 +11897,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11934,25 +11934,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11971,25 +11971,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12008,25 +12008,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12045,25 +12045,25 @@ AnimationClip: value: 0.087 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12082,25 +12082,25 @@ AnimationClip: value: 1.439 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12119,25 +12119,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12156,25 +12156,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12193,25 +12193,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12230,25 +12230,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12267,25 +12267,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12304,25 +12304,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12341,25 +12341,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12377,26 +12377,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12415,25 +12415,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12451,26 +12451,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12488,26 +12488,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12526,25 +12526,25 @@ AnimationClip: value: 1.117 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12563,25 +12563,25 @@ AnimationClip: value: 0.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12600,25 +12600,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12637,25 +12637,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12674,25 +12674,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12711,25 +12711,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12748,25 +12748,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12785,25 +12785,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12822,25 +12822,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12858,26 +12858,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12896,25 +12896,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12933,25 +12933,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12970,25 +12970,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13007,25 +13007,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13043,26 +13043,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13081,25 +13081,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13118,25 +13118,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13155,25 +13155,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13192,25 +13192,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13229,25 +13229,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13266,25 +13266,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13303,25 +13303,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13340,25 +13340,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13377,25 +13377,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13414,25 +13414,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13450,26 +13450,26 @@ AnimationClip: time: 0 value: 0.46 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.05999967 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.464 - inSlope: 0 + inSlope: 0.05999967 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.464 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13487,26 +13487,26 @@ AnimationClip: time: 0 value: 1.936 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.2599998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.02 - inSlope: 0 + inSlope: 1.2599998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.02 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13525,25 +13525,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13562,25 +13562,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13599,25 +13599,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13636,25 +13636,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13672,26 +13672,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13710,25 +13710,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13747,25 +13747,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13784,25 +13784,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13821,25 +13821,25 @@ AnimationClip: value: 0.4627 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4627 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4627 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13858,25 +13858,25 @@ AnimationClip: value: 0.9629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13895,25 +13895,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13932,25 +13932,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13969,25 +13969,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14006,25 +14006,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14043,25 +14043,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14080,25 +14080,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14117,25 +14117,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14153,26 +14153,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14191,25 +14191,25 @@ AnimationClip: value: 0.439 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14228,25 +14228,25 @@ AnimationClip: value: 0.696 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14265,25 +14265,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14302,25 +14302,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14339,25 +14339,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14376,25 +14376,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14413,25 +14413,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14450,25 +14450,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14487,25 +14487,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14523,26 +14523,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14561,25 +14561,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14598,25 +14598,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14635,25 +14635,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14671,26 +14671,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14709,25 +14709,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14746,25 +14746,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14783,25 +14783,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14819,26 +14819,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14857,25 +14857,25 @@ AnimationClip: value: -0.47 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.47 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14894,25 +14894,25 @@ AnimationClip: value: -0.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14931,25 +14931,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14968,25 +14968,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15005,25 +15005,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15042,25 +15042,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15079,25 +15079,25 @@ AnimationClip: value: 0.99 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15116,25 +15116,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15153,25 +15153,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15189,26 +15189,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15227,25 +15227,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15264,25 +15264,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15301,25 +15301,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15337,26 +15337,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15375,25 +15375,25 @@ AnimationClip: value: 0.71 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15412,25 +15412,25 @@ AnimationClip: value: -0.139 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15449,25 +15449,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15486,25 +15486,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15523,25 +15523,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15560,25 +15560,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15596,26 +15596,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15634,25 +15634,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15671,25 +15671,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15707,26 +15707,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15745,25 +15745,25 @@ AnimationClip: value: 0.059 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.059 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15782,25 +15782,25 @@ AnimationClip: value: 0.477 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.477 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.477 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15819,25 +15819,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15856,25 +15856,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15893,25 +15893,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15930,25 +15930,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15967,25 +15967,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16004,25 +16004,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16041,25 +16041,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16077,26 +16077,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16115,25 +16115,25 @@ AnimationClip: value: -0.192 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.192 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16152,25 +16152,25 @@ AnimationClip: value: 0.305 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16189,25 +16189,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16226,25 +16226,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16263,25 +16263,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16300,25 +16300,25 @@ AnimationClip: value: -10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16337,25 +16337,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16374,25 +16374,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16411,25 +16411,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16447,26 +16447,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16485,25 +16485,25 @@ AnimationClip: value: -0.472 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16522,25 +16522,25 @@ AnimationClip: value: 0.258 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.258 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.258 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16559,25 +16559,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16596,25 +16596,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16633,25 +16633,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16670,25 +16670,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16707,25 +16707,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16744,25 +16744,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16781,25 +16781,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16818,25 +16818,25 @@ AnimationClip: value: -0.774 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16855,25 +16855,25 @@ AnimationClip: value: 0.29 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16892,25 +16892,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16929,25 +16929,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16966,25 +16966,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17003,25 +17003,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17040,25 +17040,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17077,25 +17077,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17114,25 +17114,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17151,25 +17151,25 @@ AnimationClip: value: -1.011 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.011 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17188,25 +17188,25 @@ AnimationClip: value: 0.43 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.43 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17225,25 +17225,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17262,25 +17262,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17299,25 +17299,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17336,25 +17336,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17373,25 +17373,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17410,25 +17410,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17447,25 +17447,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17484,25 +17484,25 @@ AnimationClip: value: 0.9932 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9932 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9932 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17521,25 +17521,25 @@ AnimationClip: value: 1.8296 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.8296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17558,25 +17558,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17595,25 +17595,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17632,25 +17632,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17669,25 +17669,25 @@ AnimationClip: value: 141.33 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 141.33 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 141.33 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17706,25 +17706,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17743,25 +17743,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17780,25 +17780,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17810,6 +17810,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -18590,36 +18620,6 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim.meta index de75cd0c3..603e5c4fe 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim index 33113918f..5fec5116f 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -67.038} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -67.038} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 27.038} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 27.038} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -947,7 +947,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 67.038} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -956,7 +956,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 67.038} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -6.66, y: 3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -6.66, y: 3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.261, y: 1.589, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.261, y: 1.589, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0906, y: 0.8883, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0906, y: 0.8883, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.273, y: 1.257, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.273, y: 1.257, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0739, y: 0.6523, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0739, y: 0.6523, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.7303, y: 1.0448, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.7303, y: 1.0448, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.929, y: -0.209, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.929, y: -0.209, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.562, y: -0.197, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.562, y: -0.197, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.109, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.109, y: 0.206, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.334, y: 0.205, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.334, y: 0.205, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.29, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.29, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.528, y: 1.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.391, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.667, y: -0.094, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 1.82, y: 1.75, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.11999845, y: 0.7499992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.11999845, y: 0.7499992, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.828, y: 1.8, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.743, y: 0.566, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.7009, y: 0.3376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.792, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.7895, y: 0.3236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.768, y: 0.858, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1900,7 +1900,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1909,7 +1909,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1934,7 +1934,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1943,7 +1943,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1968,7 +1968,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.961, y: 0.399, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1977,7 +1977,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.961, y: 0.399, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2012,7 +2012,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2046,7 +2046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2080,7 +2080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2114,7 +2114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2148,7 +2148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2182,7 +2182,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2250,7 +2250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2386,7 +2386,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2454,7 +2454,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2488,7 +2488,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2513,7 +2513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2522,7 +2522,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2547,7 +2547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2556,7 +2556,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2581,7 +2581,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2590,7 +2590,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2624,7 +2624,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2649,7 +2649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2658,7 +2658,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2683,7 +2683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2692,7 +2692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2717,7 +2717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2726,7 +2726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2751,7 +2751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2760,7 +2760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2785,7 +2785,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2794,7 +2794,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2819,7 +2819,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2828,7 +2828,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2846,26 +2846,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2883,26 +2883,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2920,26 +2920,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2957,26 +2957,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2994,26 +2994,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3031,26 +3031,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3068,26 +3068,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3105,26 +3105,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3142,26 +3142,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3179,26 +3179,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3216,26 +3216,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3253,26 +3253,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3290,26 +3290,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3327,26 +3327,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3364,26 +3364,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3401,26 +3401,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3438,26 +3438,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3475,26 +3475,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3512,26 +3512,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3549,26 +3549,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3586,26 +3586,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3623,26 +3623,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3660,26 +3660,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3697,26 +3697,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3734,26 +3734,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3771,26 +3771,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3808,26 +3808,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3845,26 +3845,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3882,26 +3882,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3919,26 +3919,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3956,26 +3956,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3993,26 +3993,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4030,26 +4030,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4068,25 +4068,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4104,26 +4104,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4141,26 +4141,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4178,26 +4178,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4216,25 +4216,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4253,25 +4253,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4290,25 +4290,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4327,25 +4327,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4363,26 +4363,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4400,26 +4400,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4438,25 +4438,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4475,25 +4475,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4512,25 +4512,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4549,25 +4549,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4585,26 +4585,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4622,26 +4622,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4659,26 +4659,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4696,26 +4696,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4734,25 +4734,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4771,25 +4771,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4808,25 +4808,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4844,26 +4844,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4881,26 +4881,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4918,26 +4918,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4956,25 +4956,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4993,25 +4993,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5030,25 +5030,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5066,26 +5066,26 @@ AnimationClip: time: 0 value: 6 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5103,26 +5103,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5141,25 +5141,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5178,25 +5178,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5215,25 +5215,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5251,26 +5251,26 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5288,26 +5288,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5325,26 +5325,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5362,26 +5362,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5399,26 +5399,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5436,26 +5436,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5473,26 +5473,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5510,26 +5510,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7090,25 +7090,25 @@ AnimationClip: value: -6.66 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6.66 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6.66 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7127,25 +7127,25 @@ AnimationClip: value: 3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7164,25 +7164,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7201,25 +7201,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7238,25 +7238,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7275,25 +7275,25 @@ AnimationClip: value: -67.038 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -67.038 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -67.038 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7311,26 +7311,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7349,25 +7349,25 @@ AnimationClip: value: 2.261 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.261 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.261 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7386,25 +7386,25 @@ AnimationClip: value: 1.589 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.589 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.589 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7423,25 +7423,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7460,25 +7460,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7497,25 +7497,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7534,25 +7534,25 @@ AnimationClip: value: 27.038 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 27.038 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 27.038 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7571,25 +7571,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7608,25 +7608,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7645,25 +7645,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7681,26 +7681,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7718,26 +7718,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7756,25 +7756,25 @@ AnimationClip: value: 2.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7793,25 +7793,25 @@ AnimationClip: value: 1.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7830,25 +7830,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7867,25 +7867,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7904,25 +7904,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7941,25 +7941,25 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7978,25 +7978,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8015,25 +8015,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8052,25 +8052,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8088,26 +8088,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8125,26 +8125,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8162,26 +8162,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8200,25 +8200,25 @@ AnimationClip: value: 1.0906 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0906 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0906 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8237,25 +8237,25 @@ AnimationClip: value: 0.8883 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8883 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8883 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8274,25 +8274,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8311,25 +8311,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8348,25 +8348,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8385,25 +8385,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8422,25 +8422,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8459,25 +8459,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8496,25 +8496,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8532,26 +8532,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8569,26 +8569,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8607,25 +8607,25 @@ AnimationClip: value: 1.273 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.273 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.273 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8644,25 +8644,25 @@ AnimationClip: value: 1.257 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.257 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.257 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8681,25 +8681,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8718,25 +8718,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8755,25 +8755,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8792,25 +8792,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8829,25 +8829,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8866,25 +8866,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8903,25 +8903,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8939,26 +8939,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8976,26 +8976,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9014,25 +9014,25 @@ AnimationClip: value: 2.7103 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9051,25 +9051,25 @@ AnimationClip: value: 1.5178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9088,25 +9088,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9125,25 +9125,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9162,25 +9162,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9199,25 +9199,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9236,25 +9236,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9273,25 +9273,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9310,25 +9310,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9346,26 +9346,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9383,26 +9383,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9421,25 +9421,25 @@ AnimationClip: value: 1.0739 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0739 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0739 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9458,25 +9458,25 @@ AnimationClip: value: 0.6523 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9495,25 +9495,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9532,25 +9532,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9569,25 +9569,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9606,25 +9606,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9643,25 +9643,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9680,25 +9680,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9717,25 +9717,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9753,26 +9753,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9790,26 +9790,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9827,26 +9827,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9865,25 +9865,25 @@ AnimationClip: value: -1.7303 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.7303 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.7303 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9902,25 +9902,25 @@ AnimationClip: value: 1.0448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9939,25 +9939,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9976,25 +9976,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10013,25 +10013,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10050,25 +10050,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10087,25 +10087,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10124,25 +10124,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10161,25 +10161,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10197,26 +10197,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10234,26 +10234,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10271,26 +10271,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10308,26 +10308,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10346,25 +10346,25 @@ AnimationClip: value: -0.929 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.929 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.929 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10383,25 +10383,25 @@ AnimationClip: value: -0.209 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.209 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.209 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10420,25 +10420,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10457,25 +10457,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10494,25 +10494,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10531,25 +10531,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10567,26 +10567,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10604,26 +10604,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10641,26 +10641,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10679,25 +10679,25 @@ AnimationClip: value: -2.562 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.562 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10716,25 +10716,25 @@ AnimationClip: value: -0.197 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.197 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.197 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10753,25 +10753,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10789,26 +10789,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10826,26 +10826,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10864,25 +10864,25 @@ AnimationClip: value: -2.109 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.109 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.109 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10901,25 +10901,25 @@ AnimationClip: value: 0.206 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10938,25 +10938,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10975,25 +10975,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11012,25 +11012,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11049,25 +11049,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11086,25 +11086,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11123,25 +11123,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11160,25 +11160,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11196,26 +11196,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11234,25 +11234,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11271,25 +11271,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11308,25 +11308,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11345,25 +11345,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11382,25 +11382,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11419,25 +11419,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11456,25 +11456,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11493,25 +11493,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11530,25 +11530,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11566,26 +11566,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11603,26 +11603,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11640,26 +11640,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11678,25 +11678,25 @@ AnimationClip: value: -1.334 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.334 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.334 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11715,25 +11715,25 @@ AnimationClip: value: 0.205 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.205 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.205 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11752,25 +11752,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11789,25 +11789,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11826,25 +11826,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11863,25 +11863,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11900,25 +11900,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11937,25 +11937,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11974,25 +11974,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12010,26 +12010,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12048,25 +12048,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12085,25 +12085,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12122,25 +12122,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12159,25 +12159,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12196,25 +12196,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12233,25 +12233,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12270,25 +12270,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12307,25 +12307,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12344,25 +12344,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12380,26 +12380,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12417,26 +12417,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12454,26 +12454,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12492,25 +12492,25 @@ AnimationClip: value: -0.29 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12529,25 +12529,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12566,25 +12566,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12603,25 +12603,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12640,25 +12640,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12677,25 +12677,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12714,25 +12714,25 @@ AnimationClip: value: -1.528 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.528 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.528 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12751,25 +12751,25 @@ AnimationClip: value: 1.21 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12788,25 +12788,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12825,25 +12825,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12862,25 +12862,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12899,25 +12899,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12936,25 +12936,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12973,25 +12973,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13010,25 +13010,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13046,26 +13046,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13084,25 +13084,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13120,26 +13120,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13157,26 +13157,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13195,25 +13195,25 @@ AnimationClip: value: -0.391 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13232,25 +13232,25 @@ AnimationClip: value: -0.094 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13269,25 +13269,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13306,25 +13306,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13343,25 +13343,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13380,25 +13380,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13417,25 +13417,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13454,25 +13454,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13491,25 +13491,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13527,26 +13527,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13565,25 +13565,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13602,25 +13602,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13639,25 +13639,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13676,25 +13676,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13712,26 +13712,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13750,25 +13750,25 @@ AnimationClip: value: -1.667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13787,25 +13787,25 @@ AnimationClip: value: -0.094 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.094 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13824,25 +13824,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13861,25 +13861,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13898,25 +13898,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13935,25 +13935,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13972,25 +13972,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14009,25 +14009,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14046,25 +14046,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14082,26 +14082,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14120,25 +14120,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14157,25 +14157,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14194,25 +14194,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14231,25 +14231,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14267,26 +14267,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14304,26 +14304,26 @@ AnimationClip: time: 0 value: 1.82 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.11999845 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.828 - inSlope: 0 + inSlope: 0.11999845 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14341,26 +14341,26 @@ AnimationClip: time: 0 value: 1.75 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7499992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8 - inSlope: 0 + inSlope: 0.7499992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14379,25 +14379,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14416,25 +14416,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14453,25 +14453,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14490,25 +14490,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14526,26 +14526,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14564,25 +14564,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14601,25 +14601,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14638,25 +14638,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14675,25 +14675,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14712,25 +14712,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14749,25 +14749,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14786,25 +14786,25 @@ AnimationClip: value: 1.743 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14823,25 +14823,25 @@ AnimationClip: value: 0.566 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14860,25 +14860,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14897,25 +14897,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14934,25 +14934,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14971,25 +14971,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15008,25 +15008,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15045,25 +15045,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15082,25 +15082,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15118,26 +15118,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15156,25 +15156,25 @@ AnimationClip: value: 1.7009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.7009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15193,25 +15193,25 @@ AnimationClip: value: 0.3376 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15230,25 +15230,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15267,25 +15267,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15304,25 +15304,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15341,25 +15341,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15378,25 +15378,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15415,25 +15415,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15452,25 +15452,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15488,26 +15488,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15526,25 +15526,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15563,25 +15563,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15600,25 +15600,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15636,26 +15636,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15673,26 +15673,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15711,25 +15711,25 @@ AnimationClip: value: 1.792 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15748,25 +15748,25 @@ AnimationClip: value: -0.031 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15785,25 +15785,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15822,25 +15822,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15859,25 +15859,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15896,25 +15896,25 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15933,25 +15933,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15970,25 +15970,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16007,25 +16007,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16043,26 +16043,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16081,25 +16081,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16118,25 +16118,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16155,25 +16155,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16191,26 +16191,26 @@ AnimationClip: time: 0 value: 6 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16229,25 +16229,25 @@ AnimationClip: value: 1.7895 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.7895 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16266,25 +16266,25 @@ AnimationClip: value: 0.3236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16303,25 +16303,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16340,25 +16340,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16377,25 +16377,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16414,25 +16414,25 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16451,25 +16451,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16488,25 +16488,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16525,25 +16525,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16561,26 +16561,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16599,25 +16599,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16636,25 +16636,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16673,25 +16673,25 @@ AnimationClip: value: 0.99215686 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99215686 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16709,26 +16709,26 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16747,25 +16747,25 @@ AnimationClip: value: 1.768 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.768 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16784,25 +16784,25 @@ AnimationClip: value: 0.858 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.858 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.858 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16821,25 +16821,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16858,25 +16858,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16895,25 +16895,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16932,25 +16932,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16969,25 +16969,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17006,25 +17006,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17043,25 +17043,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17079,26 +17079,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17116,26 +17116,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17154,25 +17154,25 @@ AnimationClip: value: 2.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17191,25 +17191,25 @@ AnimationClip: value: -0.3639 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17228,25 +17228,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17265,25 +17265,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17302,25 +17302,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17339,25 +17339,25 @@ AnimationClip: value: -15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17376,25 +17376,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17413,25 +17413,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17450,25 +17450,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17486,26 +17486,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17523,26 +17523,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17561,25 +17561,25 @@ AnimationClip: value: 1.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17598,25 +17598,25 @@ AnimationClip: value: -0.453 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17635,25 +17635,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17672,25 +17672,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17709,25 +17709,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17746,25 +17746,25 @@ AnimationClip: value: -5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17783,25 +17783,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17820,25 +17820,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17857,25 +17857,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17893,26 +17893,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17931,25 +17931,25 @@ AnimationClip: value: 1.653 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17968,25 +17968,25 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18005,25 +18005,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18042,25 +18042,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18079,25 +18079,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18116,25 +18116,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18153,25 +18153,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18190,25 +18190,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18227,25 +18227,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18263,26 +18263,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18301,25 +18301,25 @@ AnimationClip: value: 1.342 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18338,25 +18338,25 @@ AnimationClip: value: -0.371 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18375,25 +18375,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18412,25 +18412,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18449,25 +18449,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18486,25 +18486,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18523,25 +18523,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18560,25 +18560,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18597,25 +18597,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18633,26 +18633,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18671,25 +18671,25 @@ AnimationClip: value: 2.961 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.961 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.961 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18708,25 +18708,25 @@ AnimationClip: value: 0.399 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.399 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.399 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18745,25 +18745,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18782,25 +18782,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18819,25 +18819,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18856,25 +18856,25 @@ AnimationClip: value: 67.038 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 67.038 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 67.038 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18893,25 +18893,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18930,25 +18930,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18967,25 +18967,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18997,6 +18997,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -19777,36 +19807,6 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim.meta index 33845a509..68246ca6b 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim new file mode 100644 index 000000000..67be9f1cf --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim @@ -0,0 +1,19506 @@ +%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: SumoPoseGBopMiss4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 96.189} + 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.06666667 + value: {x: 0, y: 0, z: 96.189} + 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.13333334 + value: {x: 0, y: 0, z: 96.189} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.13333334 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.13333334 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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.06666667 + value: {x: 0, y: 180, z: -60} + 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.13333334 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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.06666667 + value: {x: 0, y: 180, z: 18} + 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.13333334 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.13333334 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -27} + 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.06666667 + value: {x: 0, y: 0, z: -27} + 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.13333334 + value: {x: 0, y: 0, z: -27} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 35.999} + 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.06666667 + value: {x: 0, y: 0, z: 35.999} + 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.13333334 + value: {x: 0, y: 0, z: 35.999} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -29.99} + 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.06666667 + value: {x: 0, y: 0, z: -29.99} + 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.13333334 + value: {x: 0, y: 0, z: -29.99} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.13333334 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.13333334 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.13333334 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.13333334 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.13333334 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -96.189} + 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.06666667 + value: {x: 0, y: 0, z: -96.189} + 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.13333334 + value: {x: 0, y: 0, z: -96.189} + 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: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.34, y: -3.59, z: 0} + 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.06666667 + value: {x: -2.34, y: -3.59, z: 0} + 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.13333334 + value: {x: -2.34, y: -3.59, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.607, y: 0.898, z: 0} + 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.06666667 + value: {x: 1.607, y: 0.898, z: 0} + 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.13333334 + value: {x: 1.607, y: 0.898, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3099, y: 1.0457, z: 0} + 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.06666667 + value: {x: 1.3099, y: 1.0457, z: 0} + 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.13333334 + value: {x: 1.3099, y: 1.0457, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0, y: 1.043, z: 0} + 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.06666667 + value: {x: -0, y: 1.043, z: 0} + 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.13333334 + value: {x: 0, y: 1.043, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.399, y: 0.987, z: 0} + 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.06666667 + value: {x: 0.399, y: 0.987, z: 0} + 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.13333334 + value: {x: 0.399, y: 0.987, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.539, y: 0.665, z: 0} + 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.06666667 + value: {x: 1.539, y: 0.665, z: 0} + 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.13333334 + value: {x: 1.539, y: 0.665, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.2919, y: 1.2324, z: 0} + 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.06666667 + value: {x: -0.2919, y: 1.2324, z: 0} + 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.13333334 + value: {x: -0.2919, y: 1.2324, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.902, y: 0.694, z: 0} + 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.06666667 + value: {x: -0.902, y: 0.694, z: 0} + 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.13333334 + value: {x: -0.902, y: 0.694, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.3109, y: -0.626, z: 0} + 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.06666667 + value: {x: -0.3109, y: -0.626, z: 0} + 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.13333334 + value: {x: -0.3109, y: -0.626, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.6479, y: -0.2783, z: 0} + 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.06666667 + value: {x: -1.6479, y: -0.2783, z: 0} + 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.13333334 + value: {x: -1.6479, y: -0.2783, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.5557, y: 0.0335, z: 0} + 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.06666667 + value: {x: -1.5557, y: 0.0335, z: 0} + 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.13333334 + value: {x: -1.5557, y: 0.0335, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.3737, y: 0.1172, z: 0} + 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.06666667 + value: {x: -1.3737, y: 0.1172, z: 0} + 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.13333334 + value: {x: -1.3737, y: 0.1172, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.375, y: -0.326, z: 0} + 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.06666667 + value: {x: -0.375, y: -0.326, z: 0} + 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.13333334 + value: {x: -0.375, y: -0.326, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.5997, y: -0.0587, z: 0} + 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.06666667 + value: {x: -0.5997, y: -0.0587, z: 0} + 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.13333334 + value: {x: -0.5997, y: -0.0587, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.256, y: 0.9558, z: 0} + 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.06666667 + value: {x: -0.256, y: 0.9558, z: 0} + 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.13333334 + value: {x: -0.256, y: 0.9558, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.629, y: -0.571, z: 0} + 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.06666667 + value: {x: 0.629, y: -0.571, z: 0} + 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.13333334 + value: {x: 0.629, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.878, y: 1.2652, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.6750002, y: 0.7020002, 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.06666667 + value: {x: 0.833, y: 1.312, z: 0} + inSlope: {x: -0.6750002, y: 0.7020002, 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.13333334 + value: {x: 0.833, y: 1.312, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.002, z: 0} + 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.06666667 + value: {x: 0, y: -0.002, z: 0} + 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.13333334 + value: {x: 0, y: -0.002, z: 0} + 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: head/head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9177, y: 0.2577, z: 0} + 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.06666667 + value: {x: 0.9177, y: 0.2577, z: 0} + 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.13333334 + value: {x: 0.9177, y: 0.2577, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.036, y: 0.0175, z: 0} + 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.06666667 + value: {x: 1.036, y: 0.0175, z: 0} + 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.13333334 + value: {x: 1.036, y: 0.0175, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.13333334 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.13333334 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.13333334 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.13333334 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.13333334 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5365, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.5365, y: -0.407, z: 0} + 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.13333334 + value: {x: 0.5365, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24, y: 0.375, z: 0} + 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.06666667 + value: {x: 0.24, y: 0.375, z: 0} + 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.13333334 + value: {x: 0.24, y: 0.375, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.96, y: 2.96, z: 1} + 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.06666667 + value: {x: 2.96, y: 2.96, z: 1} + 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.13333334 + value: {x: 2.96, y: 2.96, z: 1} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 1.29, z: 1} + 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.06666667 + value: {x: 1.049, y: 1.29, z: 1} + 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.13333334 + value: {x: 1.049, y: 1.29, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.13333334 + value: {x: 1.2, y: 1, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.13333334 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.13333334 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.13333334 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.13333334 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5, y: 1, z: 1} + 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.06666667 + value: {x: 1.5, y: 1, z: 1} + 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.13333334 + value: {x: 1.5, y: 1, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: -2.34 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -3.59 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -3.59 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -3.59 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 96.189 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 96.189 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 96.189 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.96 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.96 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.96 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.96 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.96 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.96 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.607 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.607 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.607 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.898 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.898 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.898 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3099 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3099 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3099 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0457 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0457 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.0457 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.043 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.043 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.043 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.539 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.539 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.539 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2919 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2919 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.2919 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.902 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.902 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.902 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.694 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.694 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.694 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3109 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.3109 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3109 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.626 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.626 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.626 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.6479 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.6479 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.6479 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2783 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2783 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.2783 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.5557 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.5557 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.5557 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0335 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0335 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0335 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.3737 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.3737 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.3737 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1172 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1172 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1172 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.375 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.375 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.375 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.326 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.326 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.326 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 35.999 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 35.999 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 35.999 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.5997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0587 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.0587 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.0587 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29.99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29.99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -29.99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.256 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9558 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.629 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.878 + inSlope: 0 + outSlope: -0.6750002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.833 + inSlope: -0.6750002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.833 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2652 + inSlope: 0 + outSlope: 0.7020002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.312 + inSlope: 0.7020002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.312 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.002 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.002 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.002 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9177 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9177 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9177 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2577 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.2577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.2577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.036 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.036 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.036 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0175 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0175 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0175 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5365 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.375 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.375 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.375 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -96.189 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -96.189 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -96.189 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim.meta new file mode 100644 index 000000000..7dc21c61d --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 897776e9ddb190940bc8b93b59026485 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim new file mode 100644 index 000000000..6b14f09c6 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim @@ -0,0 +1,18979 @@ +%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: SumoPoseGBopMiss6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 99} + 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.06666667 + value: {x: 0, y: 0, z: 99} + 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.13333334 + value: {x: 0, y: 0, z: 99} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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.06666667 + value: {x: 0, y: 0, z: 287.6} + 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.13333334 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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.06666667 + value: {x: 0, y: 0, z: 69.27} + 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.13333334 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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.06666667 + value: {x: 0, y: 180, z: 86.8} + 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.13333334 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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.06666667 + value: {x: 0, y: 180, z: -31.4} + 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.13333334 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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.06666667 + value: {x: 0, y: 180, z: -29} + 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.13333334 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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.06666667 + value: {x: 0, y: 0, z: 157.93} + 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.13333334 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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.06666667 + value: {x: 0, y: 0, z: -63.09} + 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.13333334 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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.06666667 + value: {x: 0, y: 180, z: -15.7} + 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.13333334 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.13333334 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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.06666667 + value: {x: 0, y: 180, z: -1.98} + 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.13333334 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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.06666667 + value: {x: 0, y: 180, z: -1.98} + 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.13333334 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.13333334 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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.06666667 + value: {x: 0, y: 180, z: -32.1} + 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.13333334 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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.06666667 + value: {x: 0, y: 180, z: -19.6} + 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.13333334 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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.06666667 + value: {x: 0, y: 180, z: -9.2} + 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.13333334 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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.06666667 + value: {x: 0, y: 180, z: 8.7} + 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.13333334 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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.06666667 + value: {x: 0, y: 180, z: 23.7} + 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.13333334 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -99} + 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.06666667 + value: {x: 0, y: 0, z: -99} + 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.13333334 + value: {x: 0, y: 0, z: -99} + 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: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -3.24, y: -1.71, z: 0} + 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.06666667 + value: {x: -3.24, y: -1.71, z: 0} + 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.13333334 + value: {x: -3.24, y: -1.71, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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.06666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.13333334 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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.06666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.13333334 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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.06666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.13333334 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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.06666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.13333334 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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.06666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.13333334 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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.06666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.13333334 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.402, z: 0} + 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.06666667 + value: {x: -0.063, y: 0.402, z: 0} + 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.13333334 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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.06666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.13333334 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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.06666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.13333334 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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.06666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.13333334 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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.06666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.13333334 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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.06666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.13333334 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.13333334 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.612, y: 0.736, z: 0} + 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.06666667 + value: {x: 0.612, y: 0.736, z: 0} + 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.13333334 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.023, y: -0.39, z: 0} + 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.06666667 + value: {x: 2.023, y: -0.39, z: 0} + 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.13333334 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.14, y: 0.8, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.30000004, y: 1.4999994, 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.06666667 + value: {x: 0.12, y: 0.9, z: 0} + inSlope: {x: -0.30000004, y: 1.4999994, 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.13333334 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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.06666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.13333334 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.904, y: 0.111, z: 0} + 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.06666667 + value: {x: 0.904, y: 0.111, z: 0} + 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.13333334 + value: {x: 0.904, y: 0.111, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.938, y: -0.013, z: 0} + 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.06666667 + value: {x: 0.938, y: -0.013, z: 0} + 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.13333334 + value: {x: 0.938, y: -0.013, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.43, z: 0} + 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.06666667 + value: {x: 0.954, y: -0.43, z: 0} + 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.13333334 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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.06666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.13333334 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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.06666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.13333334 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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.06666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.13333334 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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.06666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.13333334 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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.06666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.13333334 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.596, y: 0.257, z: 0} + 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.06666667 + value: {x: -0.596, y: 0.257, z: 0} + 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.13333334 + value: {x: -0.596, y: 0.257, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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.06666667 + value: {x: 0.9, y: 1, z: 1} + 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.13333334 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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.06666667 + value: {x: 1, y: 1.4, z: 1} + 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.13333334 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.13333334 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.3, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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.06666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.13333334 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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.24 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -3.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -3.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -1.71 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.71 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.71 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.402 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.612 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.736 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.023 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.14 + inSlope: 0 + outSlope: -0.30000004 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.12 + inSlope: -0.30000004 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 1.4999994 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: 1.4999994 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.904 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.904 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.904 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.111 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.111 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.111 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.938 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.938 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.938 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.013 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.013 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.3921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9921569 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.596 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.596 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.596 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.257 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.257 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.257 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim.meta new file mode 100644 index 000000000..b003c77f3 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGBopMiss6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d85783f02084b5b42bb6fd4b30343237 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss1.anim.meta index 2feba0458..55f3cf97c 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss2.anim.meta index 9742ac2cc..7a915686f 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss3.anim.meta index 133152f2a..50164d957 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim new file mode 100644 index 000000000..3931fe5d8 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim @@ -0,0 +1,10908 @@ +%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: SumoPoseGMiss4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 96.189} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -27} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 35.999} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -29.99} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -96.189} + 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: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.34, y: -3.59, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/arms + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.607, y: 0.898, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3099, y: 1.0457, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 1.043, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.399, y: 0.987, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.539, y: 0.665, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.2919, y: 1.2324, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.902, y: 0.694, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.3109, y: -0.626, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.6479, y: -0.2783, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.5557, y: 0.0335, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.3737, y: 0.1172, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.375, y: -0.326, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.5997, y: -0.0587, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.256, y: 0.9558, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.629, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.833, y: 1.312, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9177, y: 0.2577, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.036, y: 0.0175, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5365, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24, y: 0.375, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.002, z: 0} + 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: head/head + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 1.29, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5, y: 1, z: 1} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.96, y: 2.96, z: 1} + 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_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 5782236966841012694, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: -2.34 + 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: -3.59 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 96.189 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.607 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.898 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3099 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0457 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.043 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.399 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.539 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2919 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2324 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.902 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.694 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3109 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.626 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.6479 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2783 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.5557 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0335 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -27 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.3737 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1172 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.375 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.326 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 35.999 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5997 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.0587 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29.99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.256 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9558 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.629 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + 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_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + 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_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.833 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.312 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9177 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2577 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + 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_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.29 + 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_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.036 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0175 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + 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_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + 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_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + 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_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + 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_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + 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_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + 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_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + 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_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + 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_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5365 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + 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_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + 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_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.375 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -96.189 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5 + 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_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.96 + 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_LocalScale.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.96 + 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_LocalScale.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.002 + 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: head/head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: head/head + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim.meta new file mode 100644 index 000000000..cdcbcaaef --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cb389906ec4ec5d4f945ee5a49edf205 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim new file mode 100644 index 000000000..7ba23e951 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim @@ -0,0 +1,10633 @@ +%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: SumoPoseGMiss6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 99} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -99} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -3.24, y: -1.71, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.904, y: 0.111, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.938, y: -0.013, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.596, y: 0.257, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.3, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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.24 + 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: -1.71 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + 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_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.402 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.612 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.736 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.023 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + 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_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + 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_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.12 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.904 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.111 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.938 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + 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_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.3921569 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9921569 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.596 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.257 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + 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_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + 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_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim.meta new file mode 100644 index 000000000..0814cc1b0 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseGMiss6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7312e65fccb32014982697497fdc157c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim index 9c9d0ab2d..d4806e531 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -588,7 +588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -597,7 +597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -606,7 +606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -769,7 +769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -778,7 +778,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -803,7 +803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -812,7 +812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -821,7 +821,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -846,7 +846,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -855,7 +855,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -864,7 +864,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -941,7 +941,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -984,7 +984,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -993,7 +993,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1036,7 +1036,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1105,7 +1105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1114,7 +1114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1123,7 +1123,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1613,7 +1613,7 @@ AnimationClip: time: 0 value: {x: 0.292, y: -0.402, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.71, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1621,8 +1621,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.606, y: -0.402, z: 0} - inSlope: {x: 0.9128571, y: 0, z: 0} - outSlope: {x: 0.9128571, y: 0, z: 0} + inSlope: {x: 4.71, y: -0, z: -0} + outSlope: {x: 0.27999997, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1630,7 +1630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.27999997, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1639,7 +1639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1664,7 +1664,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1673,7 +1673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1682,7 +1682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1707,7 +1707,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1716,7 +1716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1725,7 +1725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1750,7 +1750,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.044, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1759,7 +1759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.044, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1768,7 +1768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.044, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1793,7 +1793,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1802,7 +1802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.034, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1811,7 +1811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.034, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1854,7 +1854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1871,7 +1871,7 @@ AnimationClip: time: 0 value: {x: 0.04, y: 0.604, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -6.1199994, y: 0.2850008, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1879,7 +1879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -6.1199994, y: 0.2850008, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1888,7 +1888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1897,7 +1897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1922,7 +1922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1931,7 +1931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1940,7 +1940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1965,7 +1965,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1974,7 +1974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1983,7 +1983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2008,7 +2008,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2017,7 +2017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2026,7 +2026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2051,7 +2051,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2060,7 +2060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2069,7 +2069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2094,7 +2094,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2103,7 +2103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2137,7 +2137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2267,7 +2267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2276,7 +2276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2285,7 +2285,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2310,7 +2310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2319,7 +2319,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2328,7 +2328,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2353,7 +2353,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2362,7 +2362,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2371,7 +2371,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2396,7 +2396,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2405,7 +2405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2414,7 +2414,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2439,7 +2439,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2448,7 +2448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2457,7 +2457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2525,7 +2525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2534,7 +2534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2543,7 +2543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2568,7 +2568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2577,7 +2577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2586,7 +2586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2611,7 +2611,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2620,7 +2620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2629,7 +2629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2654,7 +2654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2663,7 +2663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2672,7 +2672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2697,7 +2697,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2706,7 +2706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2715,7 +2715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2740,7 +2740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2749,7 +2749,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2758,7 +2758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2775,7 +2775,7 @@ AnimationClip: time: 0 value: {x: 1.4, y: 1.2, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2783,7 +2783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2792,7 +2792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2801,7 +2801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2826,7 +2826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2835,7 +2835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2844,7 +2844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2869,7 +2869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2878,7 +2878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2887,7 +2887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2912,7 +2912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2921,7 +2921,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2930,7 +2930,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2955,7 +2955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2964,7 +2964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2973,7 +2973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2998,7 +2998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3007,7 +3007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3016,7 +3016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3034,35 +3034,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3080,35 +3080,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3126,35 +3126,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3172,35 +3172,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3218,35 +3218,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3264,35 +3264,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3310,35 +3310,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3356,35 +3356,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3402,35 +3402,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3448,35 +3448,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3494,35 +3494,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3540,35 +3540,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3586,35 +3586,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3632,35 +3632,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3678,35 +3678,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3724,35 +3724,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3770,35 +3770,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3816,35 +3816,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3862,35 +3862,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3908,35 +3908,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3954,35 +3954,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4000,35 +4000,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4046,35 +4046,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4093,34 +4093,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4139,34 +4139,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4185,34 +4185,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4231,34 +4231,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4276,35 +4276,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4323,34 +4323,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4368,35 +4368,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4414,35 +4414,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4460,35 +4460,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4506,35 +4506,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4552,35 +4552,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4598,35 +4598,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4644,35 +4644,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4690,35 +4690,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4736,35 +4736,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4782,35 +4782,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4829,34 +4829,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4875,34 +4875,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4921,34 +4921,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4966,35 +4966,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5012,35 +5012,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5058,35 +5058,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5105,34 +5105,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5151,34 +5151,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5197,34 +5197,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5242,35 +5242,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5288,35 +5288,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5334,35 +5334,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5380,35 +5380,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6718,35 +6718,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6765,34 +6765,34 @@ AnimationClip: value: 1.729 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6811,34 +6811,34 @@ AnimationClip: value: 0.603 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6857,34 +6857,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6903,34 +6903,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6949,34 +6949,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6995,34 +6995,34 @@ AnimationClip: value: -195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7041,34 +7041,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7087,34 +7087,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7133,34 +7133,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7178,35 +7178,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7224,35 +7224,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7271,34 +7271,34 @@ AnimationClip: value: 1.483 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7317,34 +7317,34 @@ AnimationClip: value: 0.608 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7363,34 +7363,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7409,34 +7409,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7455,34 +7455,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7501,34 +7501,34 @@ AnimationClip: value: 46 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7547,34 +7547,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7593,34 +7593,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7639,34 +7639,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7684,35 +7684,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7730,35 +7730,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7777,34 +7777,34 @@ AnimationClip: value: 0.182 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7823,34 +7823,34 @@ AnimationClip: value: 0.268 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7869,34 +7869,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7915,34 +7915,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7961,34 +7961,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8007,34 +8007,34 @@ AnimationClip: value: 230 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8053,34 +8053,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8099,34 +8099,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8145,34 +8145,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8190,35 +8190,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8236,35 +8236,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8283,34 +8283,34 @@ AnimationClip: value: 0.523 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8329,34 +8329,34 @@ AnimationClip: value: 0.4439 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8375,34 +8375,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8421,34 +8421,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8467,34 +8467,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8513,34 +8513,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8559,34 +8559,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8605,34 +8605,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8651,34 +8651,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8696,35 +8696,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8742,35 +8742,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8789,34 +8789,34 @@ AnimationClip: value: -1.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8835,34 +8835,34 @@ AnimationClip: value: 0.329 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8881,34 +8881,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8927,34 +8927,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8973,34 +8973,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9019,34 +9019,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9064,35 +9064,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9110,35 +9110,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9156,35 +9156,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9203,34 +9203,34 @@ AnimationClip: value: -0.203 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9249,34 +9249,34 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9295,34 +9295,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9341,34 +9341,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9387,34 +9387,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9433,34 +9433,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9478,35 +9478,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9524,35 +9524,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9571,34 +9571,34 @@ AnimationClip: value: -1.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9617,34 +9617,34 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9663,34 +9663,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9708,35 +9708,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9754,35 +9754,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9801,34 +9801,34 @@ AnimationClip: value: -1.751 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9847,34 +9847,34 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9893,34 +9893,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9939,34 +9939,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9985,34 +9985,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10031,34 +10031,34 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10077,34 +10077,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10123,34 +10123,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10169,34 +10169,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10215,34 +10215,34 @@ AnimationClip: value: -1.4497 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10261,34 +10261,34 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10307,34 +10307,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10353,34 +10353,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10399,34 +10399,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10445,34 +10445,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10491,34 +10491,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10537,34 +10537,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10583,34 +10583,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10628,35 +10628,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10674,35 +10674,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10720,35 +10720,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10767,34 +10767,34 @@ AnimationClip: value: -0.374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10813,34 +10813,34 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10859,34 +10859,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10905,34 +10905,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10951,34 +10951,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10997,34 +10997,34 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11043,34 +11043,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11089,34 +11089,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11135,34 +11135,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11180,35 +11180,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11227,34 +11227,34 @@ AnimationClip: value: -0.635 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11273,34 +11273,34 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11319,34 +11319,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11365,34 +11365,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11411,34 +11411,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11457,34 +11457,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11503,34 +11503,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11549,34 +11549,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11595,34 +11595,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11640,35 +11640,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11686,35 +11686,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11732,35 +11732,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11779,34 +11779,34 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11825,34 +11825,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11871,34 +11871,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11917,34 +11917,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11963,34 +11963,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12009,34 +12009,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12054,35 +12054,35 @@ AnimationClip: time: 0 value: 0.292 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.71 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.606 - inSlope: 0.9128571 - outSlope: 0.9128571 - tangentMode: 136 + inSlope: 4.71 + outSlope: 0.27999997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.718 - inSlope: 0 + inSlope: 0.27999997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12101,34 +12101,34 @@ AnimationClip: value: -0.402 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12147,34 +12147,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12193,34 +12193,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12239,34 +12239,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12285,34 +12285,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12331,34 +12331,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12377,34 +12377,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12423,34 +12423,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12469,34 +12469,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12514,35 +12514,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12561,34 +12561,34 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12607,34 +12607,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12653,34 +12653,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12699,34 +12699,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12745,34 +12745,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12791,34 +12791,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12837,34 +12837,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12883,34 +12883,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12929,34 +12929,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12975,34 +12975,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13021,34 +13021,34 @@ AnimationClip: value: 1.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13067,34 +13067,34 @@ AnimationClip: value: 0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13113,34 +13113,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13159,34 +13159,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13205,34 +13205,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13251,34 +13251,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13296,35 +13296,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13343,34 +13343,34 @@ AnimationClip: value: 1.044 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13389,34 +13389,34 @@ AnimationClip: value: -0.298 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13435,34 +13435,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13481,34 +13481,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13527,34 +13527,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13573,34 +13573,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13619,34 +13619,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13665,34 +13665,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13711,34 +13711,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13756,35 +13756,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13803,34 +13803,34 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13849,34 +13849,34 @@ AnimationClip: value: -0.126 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13895,34 +13895,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13941,34 +13941,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13987,34 +13987,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14033,34 +14033,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14078,35 +14078,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14124,35 +14124,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14171,34 +14171,34 @@ AnimationClip: value: 1.0557 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14217,34 +14217,34 @@ AnimationClip: value: -0.5903 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14263,34 +14263,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14309,34 +14309,34 @@ AnimationClip: value: 1.35 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14355,34 +14355,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14401,34 +14401,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14446,35 +14446,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14492,35 +14492,35 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14538,35 +14538,35 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14585,34 +14585,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14631,34 +14631,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14677,34 +14677,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14723,34 +14723,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14768,35 +14768,35 @@ AnimationClip: time: 0 value: 0.04 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6.1199994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.368 - inSlope: 0 + inSlope: -6.1199994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14814,35 +14814,35 @@ AnimationClip: time: 0 value: 0.604 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.2850008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.623 - inSlope: 0 + inSlope: 0.2850008 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14861,34 +14861,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14906,35 +14906,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14952,35 +14952,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14999,34 +14999,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15045,34 +15045,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15091,34 +15091,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15137,34 +15137,34 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15183,34 +15183,34 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15229,34 +15229,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15274,35 +15274,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15321,34 +15321,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15367,34 +15367,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15413,34 +15413,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15458,35 +15458,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15505,34 +15505,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15551,34 +15551,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15597,34 +15597,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15642,35 +15642,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15689,34 +15689,34 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15735,34 +15735,34 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15781,34 +15781,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15827,34 +15827,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15873,34 +15873,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15919,34 +15919,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15965,34 +15965,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16011,34 +16011,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16057,34 +16057,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16103,34 +16103,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16149,34 +16149,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16195,34 +16195,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16241,34 +16241,34 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16287,34 +16287,34 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16333,34 +16333,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16378,35 +16378,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16425,34 +16425,34 @@ AnimationClip: value: 1.6963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16471,34 +16471,34 @@ AnimationClip: value: -0.3642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16517,34 +16517,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16563,34 +16563,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16609,34 +16609,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16655,34 +16655,34 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16700,35 +16700,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16747,34 +16747,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16793,34 +16793,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16839,34 +16839,34 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16885,34 +16885,34 @@ AnimationClip: value: 1.4034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16931,34 +16931,34 @@ AnimationClip: value: -0.5236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16977,34 +16977,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17022,35 +17022,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17069,34 +17069,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17115,34 +17115,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17161,34 +17161,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17207,34 +17207,34 @@ AnimationClip: value: 1.033 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17253,34 +17253,34 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17299,34 +17299,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17345,34 +17345,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17391,34 +17391,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17437,34 +17437,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17482,35 +17482,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17529,34 +17529,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17575,34 +17575,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17621,34 +17621,34 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17667,34 +17667,34 @@ AnimationClip: value: 0.6644 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17713,34 +17713,34 @@ AnimationClip: value: -0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17759,34 +17759,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17805,34 +17805,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17851,34 +17851,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17897,34 +17897,34 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17943,34 +17943,34 @@ AnimationClip: value: 0.4041 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17989,34 +17989,34 @@ AnimationClip: value: -0.3711 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18035,34 +18035,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18080,35 +18080,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18127,34 +18127,34 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18173,34 +18173,34 @@ AnimationClip: value: -0.629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18219,34 +18219,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18265,34 +18265,34 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18311,34 +18311,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18357,34 +18357,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18403,34 +18403,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18449,34 +18449,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18495,34 +18495,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18540,35 +18540,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18587,34 +18587,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18633,34 +18633,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18679,34 +18679,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18724,35 +18724,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18764,156 +18764,6 @@ AnimationClip: classID: 212 script: {fileID: 0} m_EulerEditorCurves: - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/handR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/handR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/handR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -18944,66 +18794,6 @@ AnimationClip: path: body/arms/handL classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/bodyMain - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -19041,7 +18831,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 + path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - curve: @@ -19051,7 +18841,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 + path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - curve: @@ -19061,157 +18851,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects/speedLines - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects/speedLines - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects/speedLines - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects/stompDust - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects/stompDust - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects/stompDust + path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - curve: @@ -19244,6 +18884,276 @@ AnimationClip: path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -19281,7 +19191,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/stompEffect + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -19291,7 +19201,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/stompEffect + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -19301,7 +19211,127 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/stompEffect + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head classID: 4 script: {fileID: 0} - curve: @@ -19401,7 +19431,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope1 + path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - curve: @@ -19411,7 +19441,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope1 + path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - curve: @@ -19421,7 +19451,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope1 + path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - curve: @@ -19431,7 +19461,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -19441,7 +19471,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -19451,37 +19481,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: head + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim.meta index ee0f322cd..c21603ca7 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim index 09bfe2fea..6b1c79dfe 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -588,7 +588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -597,7 +597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -606,7 +606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -769,7 +769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -778,7 +778,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -803,7 +803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -812,7 +812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -821,7 +821,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -846,7 +846,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -855,7 +855,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -864,7 +864,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -941,7 +941,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -984,7 +984,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -993,7 +993,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1036,7 +1036,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1105,7 +1105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1114,7 +1114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1123,7 +1123,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.699, y: 0.358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.699, y: 0.358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.699, y: 0.358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.1319, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.1319, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.1319, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1621,7 +1621,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1630,7 +1630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1639,7 +1639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1664,7 +1664,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1673,7 +1673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1682,7 +1682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1699,7 +1699,7 @@ AnimationClip: time: 0 value: {x: 0.067, y: 0.937, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.65999997, y: 0.09000062, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1707,7 +1707,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.65999997, y: 0.09000062, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1716,7 +1716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1725,7 +1725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1742,7 +1742,7 @@ AnimationClip: time: 0 value: {x: 0.537, y: -0.435, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.215, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1750,8 +1750,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.818, y: -0.435, z: 0} - inSlope: {x: 0.8035714, y: 0, z: 0} - outSlope: {x: 0.8035714, y: 0, z: 0} + inSlope: {x: 4.215, y: -0, z: -0} + outSlope: {x: 0.23499995, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1759,7 +1759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.912, y: -0.435, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.23499995, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1768,7 +1768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.912, y: -0.435, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1793,7 +1793,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1802,7 +1802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1811,7 +1811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1854,7 +1854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1879,7 +1879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.709, y: -0.294, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1888,7 +1888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.709, y: -0.294, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1897,7 +1897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.709, y: -0.294, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1922,7 +1922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.701, y: -0.216, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1931,7 +1931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.701, y: -0.216, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1940,7 +1940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.701, y: -0.216, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1965,7 +1965,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1974,7 +1974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1983,7 +1983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2008,7 +2008,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2017,7 +2017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2026,7 +2026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2051,7 +2051,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2060,7 +2060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2069,7 +2069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2094,7 +2094,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2103,7 +2103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2137,7 +2137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.698, y: -0.661, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.698, y: -0.661, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.698, y: -0.661, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2327,7 +2327,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2353,7 +2353,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2362,7 +2362,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2371,7 +2371,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2396,7 +2396,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2405,7 +2405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2414,7 +2414,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2439,7 +2439,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2448,7 +2448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2457,7 +2457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2525,7 +2525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2534,7 +2534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2543,7 +2543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2568,7 +2568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2577,7 +2577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2586,7 +2586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2611,7 +2611,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2620,7 +2620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2629,7 +2629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2654,7 +2654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2663,7 +2663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2672,7 +2672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2697,7 +2697,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2706,7 +2706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2715,7 +2715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2740,7 +2740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2749,7 +2749,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2758,7 +2758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2775,7 +2775,7 @@ AnimationClip: time: 0 value: {x: 1.4, y: 1.2, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2783,7 +2783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2792,7 +2792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2801,7 +2801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2826,7 +2826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2835,7 +2835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2844,7 +2844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2869,7 +2869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2878,7 +2878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2887,7 +2887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2912,7 +2912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2921,7 +2921,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2930,7 +2930,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2955,7 +2955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2964,7 +2964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2973,7 +2973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2998,7 +2998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3007,7 +3007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3016,7 +3016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3041,7 +3041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3050,7 +3050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3059,7 +3059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3084,7 +3084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3093,7 +3093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3102,7 +3102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3127,7 +3127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3136,7 +3136,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3145,7 +3145,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3163,35 +3163,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3209,35 +3209,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3255,35 +3255,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3301,35 +3301,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3347,35 +3347,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3393,35 +3393,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3439,35 +3439,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3485,35 +3485,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3531,35 +3531,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3577,35 +3577,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3623,35 +3623,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3669,35 +3669,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3715,35 +3715,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3761,35 +3761,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3807,35 +3807,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3853,35 +3853,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3899,35 +3899,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3945,35 +3945,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3991,35 +3991,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4037,35 +4037,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4083,35 +4083,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4129,35 +4129,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4175,35 +4175,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4221,35 +4221,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4267,35 +4267,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4313,35 +4313,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4359,35 +4359,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4405,35 +4405,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4451,35 +4451,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4497,35 +4497,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4543,35 +4543,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4590,34 +4590,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4636,34 +4636,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4682,34 +4682,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4728,34 +4728,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4773,35 +4773,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4820,34 +4820,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4865,35 +4865,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4911,35 +4911,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4957,35 +4957,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5004,34 +5004,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5050,34 +5050,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5096,34 +5096,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5141,35 +5141,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5187,35 +5187,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5233,35 +5233,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5280,34 +5280,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5326,34 +5326,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5372,34 +5372,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5417,35 +5417,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5463,35 +5463,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5509,35 +5509,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5556,34 +5556,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5602,34 +5602,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5647,35 +5647,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5694,7 +5694,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5713,7 +5713,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7079,35 +7079,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7126,34 +7126,34 @@ AnimationClip: value: 1.539 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7172,34 +7172,34 @@ AnimationClip: value: 0.115 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7218,34 +7218,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7264,34 +7264,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7310,34 +7310,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7356,34 +7356,34 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7402,34 +7402,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7448,34 +7448,34 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7494,34 +7494,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7539,35 +7539,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7585,35 +7585,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7632,34 +7632,34 @@ AnimationClip: value: 1.2972 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7678,34 +7678,34 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7724,34 +7724,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7770,34 +7770,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7816,34 +7816,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7862,34 +7862,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7908,34 +7908,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7954,34 +7954,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8000,34 +8000,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8045,35 +8045,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8091,35 +8091,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8138,34 +8138,34 @@ AnimationClip: value: -0.143 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8184,34 +8184,34 @@ AnimationClip: value: 0.115 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8230,34 +8230,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8276,34 +8276,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8322,34 +8322,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8368,34 +8368,34 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8414,34 +8414,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8460,34 +8460,34 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8506,34 +8506,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8551,35 +8551,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8597,35 +8597,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8644,34 +8644,34 @@ AnimationClip: value: 0.108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8690,34 +8690,34 @@ AnimationClip: value: 0.5068 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8736,34 +8736,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8782,34 +8782,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8828,34 +8828,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8874,34 +8874,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8920,34 +8920,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8966,34 +8966,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9012,34 +9012,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9057,35 +9057,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9103,35 +9103,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9150,34 +9150,34 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9196,34 +9196,34 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9242,34 +9242,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9288,34 +9288,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9334,34 +9334,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9380,34 +9380,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9426,34 +9426,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9472,34 +9472,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9518,34 +9518,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9563,35 +9563,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9609,35 +9609,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9656,34 +9656,34 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9702,34 +9702,34 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9748,34 +9748,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9794,34 +9794,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9840,34 +9840,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9886,34 +9886,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9932,34 +9932,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9978,34 +9978,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10024,34 +10024,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10069,35 +10069,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10115,35 +10115,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10162,34 +10162,34 @@ AnimationClip: value: -0.699 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10208,34 +10208,34 @@ AnimationClip: value: 0.358 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.358 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.358 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.358 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10254,34 +10254,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10300,34 +10300,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10346,34 +10346,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10392,34 +10392,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10437,35 +10437,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10483,35 +10483,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10529,35 +10529,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10576,34 +10576,34 @@ AnimationClip: value: -0.203 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10622,34 +10622,34 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10668,34 +10668,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10714,34 +10714,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10760,34 +10760,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10806,34 +10806,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10851,35 +10851,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10897,35 +10897,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10944,34 +10944,34 @@ AnimationClip: value: -1.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10990,34 +10990,34 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11036,34 +11036,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11081,35 +11081,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11127,35 +11127,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11174,34 +11174,34 @@ AnimationClip: value: -1.263 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11220,34 +11220,34 @@ AnimationClip: value: -0.287 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11266,34 +11266,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11312,34 +11312,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11358,34 +11358,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11404,34 +11404,34 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11450,34 +11450,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11496,34 +11496,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11542,34 +11542,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11588,34 +11588,34 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11634,34 +11634,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11680,34 +11680,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11726,34 +11726,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11772,34 +11772,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11818,34 +11818,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11864,34 +11864,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11910,34 +11910,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11956,34 +11956,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12001,35 +12001,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12047,35 +12047,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12093,35 +12093,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12140,34 +12140,34 @@ AnimationClip: value: -0.1319 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12186,34 +12186,34 @@ AnimationClip: value: -0.287 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12232,34 +12232,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12278,34 +12278,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12324,34 +12324,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12370,34 +12370,34 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12416,34 +12416,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12462,34 +12462,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12508,34 +12508,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12553,35 +12553,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12600,34 +12600,34 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12646,34 +12646,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12692,34 +12692,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12738,34 +12738,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12784,34 +12784,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12830,34 +12830,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12876,34 +12876,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12922,34 +12922,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12968,34 +12968,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13013,35 +13013,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13059,35 +13059,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13105,35 +13105,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13152,34 +13152,34 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13198,34 +13198,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13244,34 +13244,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13290,34 +13290,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13336,34 +13336,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13382,34 +13382,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13427,35 +13427,35 @@ AnimationClip: time: 0 value: 0.067 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.65999997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.023 - inSlope: 0 + inSlope: -0.65999997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.023 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.023 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13473,35 +13473,35 @@ AnimationClip: time: 0 value: 0.937 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.09000062 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.943 - inSlope: 0 + inSlope: 0.09000062 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.943 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.943 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13520,34 +13520,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13566,34 +13566,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13612,34 +13612,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13658,34 +13658,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13703,35 +13703,35 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13749,35 +13749,35 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13796,34 +13796,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13841,35 +13841,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13887,35 +13887,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13933,35 +13933,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13979,35 +13979,35 @@ AnimationClip: time: 0 value: 0.537 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.215 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.818 - inSlope: 0.8035714 - outSlope: 0.8035714 - tangentMode: 136 + inSlope: 4.215 + outSlope: 0.23499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.912 - inSlope: 0 + inSlope: 0.23499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.912 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14026,34 +14026,34 @@ AnimationClip: value: -0.435 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14072,34 +14072,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14118,34 +14118,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14164,34 +14164,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14210,34 +14210,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14256,34 +14256,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14302,34 +14302,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14348,34 +14348,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14393,35 +14393,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14440,34 +14440,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14486,34 +14486,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14532,34 +14532,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14578,34 +14578,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14623,35 +14623,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14670,34 +14670,34 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14716,34 +14716,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14762,34 +14762,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14808,34 +14808,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14854,34 +14854,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14900,34 +14900,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14946,34 +14946,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14992,34 +14992,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15038,34 +15038,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15084,34 +15084,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15130,34 +15130,34 @@ AnimationClip: value: 0.697 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.697 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.697 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.697 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15176,34 +15176,34 @@ AnimationClip: value: 0.921 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.921 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.921 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.921 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15222,34 +15222,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15268,34 +15268,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15314,34 +15314,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15360,34 +15360,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15405,35 +15405,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15452,34 +15452,34 @@ AnimationClip: value: 0.709 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15498,34 +15498,34 @@ AnimationClip: value: -0.294 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.294 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.294 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.294 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15544,34 +15544,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15590,34 +15590,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15636,34 +15636,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15682,34 +15682,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15728,34 +15728,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15774,34 +15774,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15820,34 +15820,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15865,35 +15865,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15912,34 +15912,34 @@ AnimationClip: value: 0.701 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.701 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.701 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.701 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15958,34 +15958,34 @@ AnimationClip: value: -0.216 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.216 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.216 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.216 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16004,34 +16004,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16050,34 +16050,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16096,34 +16096,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16142,34 +16142,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16188,34 +16188,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16234,34 +16234,34 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16280,34 +16280,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16325,35 +16325,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16372,34 +16372,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16418,34 +16418,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16464,34 +16464,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16509,35 +16509,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16555,35 +16555,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16602,34 +16602,34 @@ AnimationClip: value: 0.695 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16648,34 +16648,34 @@ AnimationClip: value: -0.629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16694,34 +16694,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16740,34 +16740,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16786,34 +16786,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16832,34 +16832,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16878,34 +16878,34 @@ AnimationClip: value: 0.99 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16924,34 +16924,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16970,34 +16970,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17015,35 +17015,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17062,34 +17062,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17108,34 +17108,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17154,34 +17154,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17199,35 +17199,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17246,34 +17246,34 @@ AnimationClip: value: 1.2663 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17292,34 +17292,34 @@ AnimationClip: value: -0.3636 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17338,34 +17338,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17384,34 +17384,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17430,34 +17430,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17476,34 +17476,34 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17522,34 +17522,34 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17568,34 +17568,34 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17614,34 +17614,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17659,35 +17659,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17706,34 +17706,34 @@ AnimationClip: value: 1.0247 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17752,34 +17752,34 @@ AnimationClip: value: -0.5228 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17798,34 +17798,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17844,34 +17844,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17890,34 +17890,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17936,34 +17936,34 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17981,35 +17981,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18028,34 +18028,34 @@ AnimationClip: value: 0.693 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18074,34 +18074,34 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18120,34 +18120,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18166,34 +18166,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18212,34 +18212,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18258,34 +18258,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18304,34 +18304,34 @@ AnimationClip: value: 0.363 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18350,34 +18350,34 @@ AnimationClip: value: -0.52 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18396,34 +18396,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18442,34 +18442,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18488,34 +18488,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18534,34 +18534,34 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18580,34 +18580,34 @@ AnimationClip: value: 0.1347 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18626,34 +18626,34 @@ AnimationClip: value: -0.363 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18672,34 +18672,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18718,34 +18718,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18764,34 +18764,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18810,34 +18810,34 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18856,34 +18856,34 @@ AnimationClip: value: 0.698 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.698 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.698 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.698 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18902,34 +18902,34 @@ AnimationClip: value: -0.661 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.661 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.661 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.661 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18948,34 +18948,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18994,34 +18994,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19040,34 +19040,34 @@ AnimationClip: value: 1.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19086,34 +19086,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19132,34 +19132,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19178,34 +19178,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19224,34 +19224,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19270,34 +19270,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19316,34 +19316,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19362,34 +19362,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19408,34 +19408,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19454,34 +19454,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19499,35 +19499,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19546,34 +19546,34 @@ AnimationClip: value: 0.71 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19592,34 +19592,34 @@ AnimationClip: value: -0.139 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19638,34 +19638,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19684,7 +19684,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19703,7 +19703,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19722,7 +19722,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -19732,7 +19732,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -19742,157 +19742,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -19925,6 +19775,216 @@ AnimationClip: path: effects/stompDust classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -19962,7 +20022,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/speedLines + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -19972,7 +20032,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects/speedLines + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -19982,7 +20042,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects/speedLines + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -20022,7 +20082,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/handR + path: body/legs/feet/foot1 classID: 4 script: {fileID: 0} - curve: @@ -20032,7 +20092,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/handR + path: body/legs/feet/foot1 classID: 4 script: {fileID: 0} - curve: @@ -20042,7 +20102,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/handR + path: body/legs/feet/foot1 classID: 4 script: {fileID: 0} - curve: @@ -20142,7 +20202,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR2 + path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - curve: @@ -20152,7 +20212,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR2 + path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - curve: @@ -20162,37 +20222,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects + path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - curve: @@ -20232,7 +20262,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope4 + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -20242,7 +20272,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope4 + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -20252,7 +20282,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope4 + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -20292,7 +20352,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -20302,7 +20362,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -20312,7 +20372,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -20375,66 +20435,6 @@ AnimationClip: path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/mawashi3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/mawashi3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/mawashi3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim.meta index 6d28315e6..c459ec5d1 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim index 6e6d3c1c9..1c71d38f5 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -588,7 +588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -597,7 +597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -606,7 +606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -769,7 +769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -778,7 +778,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -803,7 +803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -812,7 +812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -821,7 +821,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -846,7 +846,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -855,7 +855,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -864,7 +864,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -941,7 +941,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -984,7 +984,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -993,7 +993,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1036,7 +1036,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1105,7 +1105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.498, y: 1.302, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1114,7 +1114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.498, y: 1.302, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1123,7 +1123,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.498, y: 1.302, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.201, y: 0.533, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.201, y: 0.533, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.201, y: 0.533, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.3766, y: 0.898, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.3766, y: 0.898, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.3766, y: 0.898, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2196, y: 0.2889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2196, y: 0.2889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2196, y: 0.2889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.781, y: 0.665, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.781, y: 0.665, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.781, y: 0.665, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.0025, y: -0.5544, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.0025, y: -0.5544, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.0025, y: -0.5544, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.5407, y: -0.5308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -2.5407, y: -0.5308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -2.5407, y: -0.5308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.397, y: -0.178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.397, y: -0.178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.397, y: -0.178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1621,7 +1621,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1630,7 +1630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1639,7 +1639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1664,7 +1664,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1673,7 +1673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1682,7 +1682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1699,7 +1699,7 @@ AnimationClip: time: 0 value: {x: -0.951, y: 1.356, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.240001, y: -4.979998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1707,7 +1707,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -3.240001, y: -4.979998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1716,7 +1716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1725,7 +1725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1742,7 +1742,7 @@ AnimationClip: time: 0 value: {x: -0.594, y: -0.476, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.4399996, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1750,8 +1750,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.298, y: -0.476, z: 0} - inSlope: {x: 0.88285714, y: 0, z: 0} - outSlope: {x: 0.88285714, y: 0, z: 0} + inSlope: {x: 4.4399996, y: -0, z: -0} + outSlope: {x: 0.29000002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1759,7 +1759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.182, y: -0.476, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.29000002, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1768,7 +1768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.182, y: -0.476, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1793,7 +1793,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1802,7 +1802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1811,7 +1811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.818, y: 1.321, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.818, y: 1.321, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1854,7 +1854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.818, y: 1.321, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1879,7 +1879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1888,7 +1888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1897,7 +1897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1922,7 +1922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.834, y: -0.266, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1931,7 +1931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.834, y: -0.266, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1940,7 +1940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.834, y: -0.266, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1965,7 +1965,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7621, y: 0.1295, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1974,7 +1974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.7621, y: 0.1295, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1983,7 +1983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.7621, y: 0.1295, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2008,7 +2008,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2017,7 +2017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2026,7 +2026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2051,7 +2051,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2060,7 +2060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2069,7 +2069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2094,7 +2094,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2103,7 +2103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2137,7 +2137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.792, y: -0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.792, y: -0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2327,7 +2327,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.792, y: -0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2353,7 +2353,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2362,7 +2362,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2371,7 +2371,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2396,7 +2396,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2405,7 +2405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2414,7 +2414,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2439,7 +2439,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2448,7 +2448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2457,7 +2457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2525,7 +2525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2534,7 +2534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2543,7 +2543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2568,7 +2568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2577,7 +2577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2586,7 +2586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2611,7 +2611,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2620,7 +2620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2629,7 +2629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2654,7 +2654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2663,7 +2663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2672,7 +2672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2697,7 +2697,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2706,7 +2706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2715,7 +2715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2740,7 +2740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2749,7 +2749,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2758,7 +2758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2775,7 +2775,7 @@ AnimationClip: time: 0 value: {x: 1.4, y: 1.2, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2783,7 +2783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2792,7 +2792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2801,7 +2801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2826,7 +2826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2835,7 +2835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2844,7 +2844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2869,7 +2869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2878,7 +2878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2887,7 +2887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2912,7 +2912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2921,7 +2921,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2930,7 +2930,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2955,7 +2955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2964,7 +2964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2973,7 +2973,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2998,7 +2998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3007,7 +3007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3016,7 +3016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3041,7 +3041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3050,7 +3050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3059,7 +3059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3084,7 +3084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3093,7 +3093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3102,7 +3102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3127,7 +3127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.25, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3136,7 +3136,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.25, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3145,7 +3145,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.25, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3170,7 +3170,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3179,7 +3179,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3188,7 +3188,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3213,7 +3213,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3222,7 +3222,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3231,7 +3231,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3256,7 +3256,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3265,7 +3265,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3274,7 +3274,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3299,7 +3299,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3308,7 +3308,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3317,7 +3317,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3342,7 +3342,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3351,7 +3351,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3360,7 +3360,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3378,35 +3378,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3424,35 +3424,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3470,35 +3470,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3516,35 +3516,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3562,35 +3562,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3608,35 +3608,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3654,35 +3654,35 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3700,35 +3700,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3746,35 +3746,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3792,35 +3792,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3838,35 +3838,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3884,35 +3884,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3930,35 +3930,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3976,35 +3976,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4022,35 +4022,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4068,35 +4068,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4114,35 +4114,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4160,35 +4160,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4206,35 +4206,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4252,35 +4252,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4298,35 +4298,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4344,35 +4344,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4390,35 +4390,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4436,35 +4436,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4482,35 +4482,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4528,35 +4528,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4574,35 +4574,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4620,35 +4620,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4666,35 +4666,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4712,35 +4712,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4758,35 +4758,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4804,35 +4804,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4851,34 +4851,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4897,34 +4897,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4943,34 +4943,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4989,34 +4989,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5034,35 +5034,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5081,34 +5081,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5126,35 +5126,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5172,35 +5172,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5218,35 +5218,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5265,34 +5265,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5311,34 +5311,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5357,34 +5357,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5402,35 +5402,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5448,35 +5448,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5494,35 +5494,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5541,34 +5541,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5587,34 +5587,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5633,34 +5633,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5678,35 +5678,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5724,35 +5724,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5771,34 +5771,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5817,34 +5817,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5862,35 +5862,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5908,35 +5908,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5954,35 +5954,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6000,35 +6000,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6046,35 +6046,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6092,35 +6092,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7542,35 +7542,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7589,34 +7589,34 @@ AnimationClip: value: 2.498 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7635,34 +7635,34 @@ AnimationClip: value: 1.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7681,34 +7681,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7727,34 +7727,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7773,34 +7773,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7819,34 +7819,34 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7865,34 +7865,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7911,34 +7911,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7957,34 +7957,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8002,35 +8002,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8048,35 +8048,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8095,34 +8095,34 @@ AnimationClip: value: 2.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8141,34 +8141,34 @@ AnimationClip: value: 1.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8187,34 +8187,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8233,34 +8233,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8279,34 +8279,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8325,34 +8325,34 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8371,34 +8371,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8417,34 +8417,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8463,34 +8463,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8508,35 +8508,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8554,35 +8554,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8601,34 +8601,34 @@ AnimationClip: value: 1.201 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.201 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.201 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.201 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8647,34 +8647,34 @@ AnimationClip: value: 0.533 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.533 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.533 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.533 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8693,34 +8693,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8739,34 +8739,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8785,34 +8785,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8831,34 +8831,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8877,34 +8877,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8923,34 +8923,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8969,34 +8969,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9014,35 +9014,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9060,35 +9060,35 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9107,34 +9107,34 @@ AnimationClip: value: 1.3766 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3766 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3766 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3766 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9153,34 +9153,34 @@ AnimationClip: value: 0.898 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.898 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.898 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.898 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9199,34 +9199,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9245,34 +9245,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9291,34 +9291,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9337,34 +9337,34 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9383,34 +9383,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9429,34 +9429,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9475,34 +9475,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9520,35 +9520,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9566,35 +9566,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9613,34 +9613,34 @@ AnimationClip: value: 2.7103 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9659,34 +9659,34 @@ AnimationClip: value: 1.5178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9705,34 +9705,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9751,34 +9751,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9797,34 +9797,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9843,34 +9843,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9889,34 +9889,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9935,34 +9935,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9981,34 +9981,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10026,35 +10026,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10072,35 +10072,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10119,34 +10119,34 @@ AnimationClip: value: 1.2196 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2196 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2196 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2196 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10165,34 +10165,34 @@ AnimationClip: value: 0.2889 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.2889 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.2889 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.2889 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10211,34 +10211,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10257,34 +10257,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10303,34 +10303,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10349,34 +10349,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10395,34 +10395,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10441,34 +10441,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10487,34 +10487,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10532,35 +10532,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10578,35 +10578,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10625,34 +10625,34 @@ AnimationClip: value: -1.781 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.781 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.781 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.781 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10671,34 +10671,34 @@ AnimationClip: value: 0.665 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.665 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.665 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.665 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10717,34 +10717,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10763,34 +10763,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10809,34 +10809,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10855,34 +10855,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10900,35 +10900,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10946,35 +10946,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10992,35 +10992,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11038,35 +11038,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11085,34 +11085,34 @@ AnimationClip: value: -1.0025 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.0025 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.0025 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.0025 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11131,34 +11131,34 @@ AnimationClip: value: -0.5544 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5544 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5544 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5544 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11177,34 +11177,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11223,34 +11223,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11269,34 +11269,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11315,34 +11315,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11360,35 +11360,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11406,35 +11406,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11453,34 +11453,34 @@ AnimationClip: value: -2.5407 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.5407 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -2.5407 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -2.5407 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11499,34 +11499,34 @@ AnimationClip: value: -0.5308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.5308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11545,34 +11545,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11590,35 +11590,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11636,35 +11636,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11683,34 +11683,34 @@ AnimationClip: value: -1.263 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11729,34 +11729,34 @@ AnimationClip: value: -0.287 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11775,34 +11775,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11821,34 +11821,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11867,34 +11867,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11913,34 +11913,34 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11959,34 +11959,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12005,34 +12005,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12051,34 +12051,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12097,34 +12097,34 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12143,34 +12143,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12189,34 +12189,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12235,34 +12235,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12281,34 +12281,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12327,34 +12327,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12373,34 +12373,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12419,34 +12419,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12465,34 +12465,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12510,35 +12510,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12556,35 +12556,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12602,35 +12602,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12649,34 +12649,34 @@ AnimationClip: value: -1.397 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.397 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.397 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.397 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12695,34 +12695,34 @@ AnimationClip: value: -0.178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12741,34 +12741,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12787,34 +12787,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12833,34 +12833,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12879,34 +12879,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12925,34 +12925,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12971,34 +12971,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13017,34 +13017,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13062,35 +13062,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13109,34 +13109,34 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13155,34 +13155,34 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13201,34 +13201,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13247,34 +13247,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13293,34 +13293,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13339,34 +13339,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13385,34 +13385,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13431,34 +13431,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13477,34 +13477,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13522,35 +13522,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13568,35 +13568,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13614,35 +13614,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13661,34 +13661,34 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13707,34 +13707,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13753,34 +13753,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13799,34 +13799,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13845,34 +13845,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13891,34 +13891,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13936,35 +13936,35 @@ AnimationClip: time: 0 value: -0.951 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -3.240001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.167 - inSlope: 0 + inSlope: -3.240001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.167 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.167 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13982,35 +13982,35 @@ AnimationClip: time: 0 value: 1.356 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -4.979998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.024 - inSlope: 0 + inSlope: -4.979998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14029,34 +14029,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14075,34 +14075,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14121,34 +14121,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14167,34 +14167,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14212,35 +14212,35 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14258,35 +14258,35 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14305,34 +14305,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14350,35 +14350,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14396,35 +14396,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14442,35 +14442,35 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14488,35 +14488,35 @@ AnimationClip: time: 0 value: -0.594 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.4399996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.298 - inSlope: 0.88285714 - outSlope: 0.88285714 - tangentMode: 136 + inSlope: 4.4399996 + outSlope: 0.29000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.182 - inSlope: 0 + inSlope: 0.29000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14535,34 +14535,34 @@ AnimationClip: value: -0.476 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14581,34 +14581,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14627,34 +14627,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14673,34 +14673,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14719,34 +14719,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14765,34 +14765,34 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14811,34 +14811,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14857,34 +14857,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14902,35 +14902,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14949,34 +14949,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14995,34 +14995,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15041,34 +15041,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15087,34 +15087,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -1.9607843 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15132,35 +15132,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15179,34 +15179,34 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15225,34 +15225,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15271,34 +15271,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15317,34 +15317,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15363,34 +15363,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15409,34 +15409,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15455,34 +15455,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15501,34 +15501,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15547,34 +15547,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15593,34 +15593,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15639,34 +15639,34 @@ AnimationClip: value: 1.818 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.818 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.818 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.818 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15685,34 +15685,34 @@ AnimationClip: value: 1.321 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.321 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.321 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.321 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15731,34 +15731,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15777,34 +15777,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15823,34 +15823,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15869,34 +15869,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15914,35 +15914,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15961,34 +15961,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16007,34 +16007,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16053,34 +16053,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16099,34 +16099,34 @@ AnimationClip: value: 1.834 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.834 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.834 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.834 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16145,34 +16145,34 @@ AnimationClip: value: -0.266 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.266 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.266 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.266 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16191,34 +16191,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16237,34 +16237,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16283,34 +16283,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16329,34 +16329,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16375,34 +16375,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16421,34 +16421,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16467,34 +16467,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16512,35 +16512,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16559,34 +16559,34 @@ AnimationClip: value: 1.7621 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7621 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.7621 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.7621 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16605,34 +16605,34 @@ AnimationClip: value: 0.1295 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.1295 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.1295 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.1295 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16651,34 +16651,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16697,34 +16697,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16743,34 +16743,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16789,34 +16789,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16835,34 +16835,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16881,34 +16881,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16927,34 +16927,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16972,35 +16972,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17019,34 +17019,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17065,34 +17065,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17111,34 +17111,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17156,35 +17156,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17202,35 +17202,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17249,34 +17249,34 @@ AnimationClip: value: 1.8753 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17295,34 +17295,34 @@ AnimationClip: value: -0.608 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17341,34 +17341,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17387,34 +17387,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17433,34 +17433,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17479,34 +17479,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17525,34 +17525,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17571,34 +17571,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17617,34 +17617,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17662,35 +17662,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17709,34 +17709,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17755,34 +17755,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17801,34 +17801,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17846,35 +17846,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -17893,34 +17893,34 @@ AnimationClip: value: 1.774 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17939,34 +17939,34 @@ AnimationClip: value: 0.173 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17985,34 +17985,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18031,34 +18031,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18077,34 +18077,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18123,34 +18123,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18168,35 +18168,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18215,34 +18215,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18261,34 +18261,34 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18306,35 +18306,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18353,34 +18353,34 @@ AnimationClip: value: 2.535 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18399,34 +18399,34 @@ AnimationClip: value: -0.176 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18445,34 +18445,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18491,34 +18491,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18537,34 +18537,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18583,34 +18583,34 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18629,34 +18629,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18675,34 +18675,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18721,34 +18721,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18766,35 +18766,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -18813,34 +18813,34 @@ AnimationClip: value: 2.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18859,34 +18859,34 @@ AnimationClip: value: -0.3639 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18905,34 +18905,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18951,34 +18951,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -18997,34 +18997,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19043,34 +19043,34 @@ AnimationClip: value: -15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19088,35 +19088,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -19135,34 +19135,34 @@ AnimationClip: value: 1.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19181,34 +19181,34 @@ AnimationClip: value: -0.453 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19227,34 +19227,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19273,34 +19273,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19319,34 +19319,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19365,34 +19365,34 @@ AnimationClip: value: -5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19411,34 +19411,34 @@ AnimationClip: value: 1.653 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19457,34 +19457,34 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19503,34 +19503,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19549,34 +19549,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19595,34 +19595,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19641,34 +19641,34 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19687,34 +19687,34 @@ AnimationClip: value: 1.342 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19733,34 +19733,34 @@ AnimationClip: value: -0.371 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19779,34 +19779,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19825,34 +19825,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19871,34 +19871,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19917,34 +19917,34 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -19963,34 +19963,34 @@ AnimationClip: value: 1.792 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20009,34 +20009,34 @@ AnimationClip: value: -0.61 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20055,34 +20055,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20101,34 +20101,34 @@ AnimationClip: value: 1.25 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20147,34 +20147,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20193,34 +20193,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20239,34 +20239,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20285,34 +20285,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20331,34 +20331,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20376,35 +20376,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20422,35 +20422,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -20469,34 +20469,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20515,34 +20515,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20561,34 +20561,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20607,34 +20607,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20653,34 +20653,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20699,34 +20699,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20745,34 +20745,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20791,34 +20791,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20837,34 +20837,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20883,34 +20883,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20929,34 +20929,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -20975,34 +20975,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -21020,35 +21020,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -21060,6 +21060,66 @@ AnimationClip: classID: 212 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -21090,6 +21150,36 @@ AnimationClip: path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -21157,7 +21247,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope4 + path: head classID: 4 script: {fileID: 0} - curve: @@ -21167,7 +21257,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope4 + path: head classID: 4 script: {fileID: 0} - curve: @@ -21177,37 +21267,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope4 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope2 + path: head classID: 4 script: {fileID: 0} - curve: @@ -21247,7 +21307,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashi2 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -21257,7 +21317,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashi2 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -21267,7 +21327,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashi2 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -21307,7 +21367,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -21317,7 +21377,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -21327,7 +21387,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: mawashi/mawashipose/rope4 classID: 4 script: {fileID: 0} - curve: @@ -21367,7 +21427,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armL2 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -21377,7 +21437,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armL2 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -21387,7 +21447,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armL2 + path: body/arms/handR classID: 4 script: {fileID: 0} - curve: @@ -21577,7 +21637,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -21587,7 +21647,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: effects + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -21597,7 +21657,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: effects + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -21637,7 +21697,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/handR + path: effects classID: 4 script: {fileID: 0} - curve: @@ -21647,7 +21707,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/handR + path: effects classID: 4 script: {fileID: 0} - curve: @@ -21657,37 +21717,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/handR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects/stompEffect - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects/stompEffect - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects/stompEffect + path: effects classID: 4 script: {fileID: 0} - curve: @@ -21727,7 +21757,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: head + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -21737,7 +21767,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: head + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: @@ -21747,37 +21777,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 + path: effects/stompEffect classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim.meta index 2839517bb..298e3cdb1 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim new file mode 100644 index 000000000..53298362b --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim @@ -0,0 +1,22231 @@ +%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: SumoPoseP4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.46666667 + value: {x: 0, y: 0, z: 170.78} + 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.48333332 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.46666667 + value: {x: 0, y: 0, z: 30.23} + 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.48333332 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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.06666667 + value: {x: 0, y: 180, z: -60} + 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.46666667 + value: {x: 0, y: 180, z: -60} + 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.48333332 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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.06666667 + value: {x: 0, y: 180, z: 18} + 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.46666667 + value: {x: 0, y: 180, z: 18} + 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.48333332 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.46666667 + value: {x: 0, y: 0, z: -10} + 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.48333332 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -36} + 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.06666667 + value: {x: 0, y: 0, z: -36} + 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.46666667 + value: {x: 0, y: 0, z: -36} + 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.48333332 + value: {x: 0, y: 0, z: -36} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 50} + 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.06666667 + value: {x: 0, y: 0, z: 50} + 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.46666667 + value: {x: 0, y: 0, z: 50} + 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.48333332 + value: {x: 0, y: 0, z: 50} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.46666667 + value: {x: 0, y: 0, z: -30} + 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.48333332 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.46666667 + value: {x: 0, y: 180, z: -6.302} + 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.48333332 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.46666667 + value: {x: 0, y: 180, z: -36.302} + 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.48333332 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.46666667 + value: {x: 0, y: 180, z: -21.302} + 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.48333332 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.46666667 + value: {x: 0, y: 180, z: -11.302} + 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.48333332 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.46666667 + value: {x: 0, y: 180, z: 3.697} + 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.48333332 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.46666667 + value: {x: 0, y: 180, z: 13.697} + 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.48333332 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.46666667 + value: {x: 0, y: 180, z: -10} + 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.48333332 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: 0.893, z: 0} + 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.06666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.46666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.48333332 + value: {x: 1.61, y: 0.893, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.309, y: 1.046, z: 0} + 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.06666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.46666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.48333332 + value: {x: 1.309, y: 1.046, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: 1.041, z: 0} + 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.06666667 + value: {x: 0.005, y: 1.041, z: 0} + 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.46666667 + value: {x: 0.005, y: 1.041, z: 0} + 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.48333332 + value: {x: 0.005, y: 1.041, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.4075, y: 0.988, z: 0} + 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.06666667 + value: {x: 0.4075, y: 0.988, z: 0} + 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.46666667 + value: {x: 0.4075, y: 0.988, z: 0} + 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.48333332 + value: {x: 0.4075, y: 0.988, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.06666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.46666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.48333332 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.289, y: 1.232, z: 0} + 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.06666667 + value: {x: -0.289, y: 1.232, z: 0} + 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.46666667 + value: {x: -0.289, y: 1.232, z: 0} + 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.48333332 + value: {x: -0.289, y: 1.232, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.9074, y: 0.689, z: 0} + 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.06666667 + value: {x: -0.9074, y: 0.689, z: 0} + 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.46666667 + value: {x: -0.9074, y: 0.689, z: 0} + 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.48333332 + value: {x: -0.9074, y: 0.689, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.117, y: -0.6, z: 0} + 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.06666667 + value: {x: -0.117, y: -0.6, z: 0} + 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.46666667 + value: {x: -0.117, y: -0.6, z: 0} + 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.48333332 + value: {x: -0.117, y: -0.6, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.06666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.46666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.48333332 + value: {x: -2.5407, y: -0.5308, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.571, y: 0.048, z: 0} + 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.06666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.46666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.48333332 + value: {x: -1.571, y: 0.048, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.34, y: 0.1, z: 0} + 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.06666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.46666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.48333332 + value: {x: -1.34, y: 0.1, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.319, y: -0.29, z: 0} + 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.06666667 + value: {x: -0.319, y: -0.29, z: 0} + 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.46666667 + value: {x: -0.319, y: -0.29, z: 0} + 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.48333332 + value: {x: -0.319, y: -0.29, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.46666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.48333332 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.46666667 + value: {x: 0.122, y: 0, z: 0} + 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.48333332 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.016, y: 1.272, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -4.08, y: -4.742999, 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.06666667 + value: {x: -0.256, y: 0.9558, z: 0} + inSlope: {x: -4.08, y: -4.742999, 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.46666667 + value: {x: -0.256, y: 0.9558, z: 0} + 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.48333332 + value: {x: -0.256, y: 0.9558, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.213, y: -0.571, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.6649995, 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.06666667 + value: {x: 0.524, y: -0.571, z: 0} + inSlope: {x: 4.6649995, y: -0, z: -0} + outSlope: {x: 0.26250005, 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.46666667 + value: {x: 0.629, y: -0.571, z: 0} + inSlope: {x: 0.26250005, 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.48333332 + value: {x: 0.629, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.46666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.48333332 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.827, y: 1.3, z: 0} + 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.06666667 + value: {x: 0.827, y: 1.3, z: 0} + 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.46666667 + value: {x: 0.827, y: 1.3, z: 0} + 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.48333332 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.056, y: -0.245, z: 0} + 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.06666667 + value: {x: 1.056, y: -0.245, z: 0} + 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.46666667 + value: {x: 1.056, y: -0.245, z: 0} + 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.48333332 + value: {x: 1.056, y: -0.245, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9417, y: 0.1376, z: 0} + 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.06666667 + value: {x: 0.9417, y: 0.1376, z: 0} + 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.46666667 + value: {x: 0.9417, y: 0.1376, z: 0} + 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.48333332 + value: {x: 0.9417, y: 0.1376, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.46666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.48333332 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.46666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.48333332 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.46666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.48333332 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.46666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.48333332 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.46666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.48333332 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.46666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.48333332 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5365, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.5365, y: -0.407, z: 0} + 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.46666667 + value: {x: 0.5365, y: -0.407, z: 0} + 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.48333332 + value: {x: 0.5365, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.933, y: -0.675, z: 0} + 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.06666667 + value: {x: 0.933, y: -0.675, z: 0} + 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.46666667 + value: {x: 0.933, y: -0.675, z: 0} + 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.48333332 + value: {x: 0.933, y: -0.675, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.46666667 + value: {x: 1, y: 1.2, z: 1} + 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.48333332 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.2, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, 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.06666667 + value: {x: 1, y: 0.8, z: 1} + inSlope: {x: -5.9999995, y: -6, 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.46666667 + value: {x: 1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.46666667 + value: {x: 2, y: 1, z: 1} + 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.48333332 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.46666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.48333332 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.992, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.992, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.991, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.991, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.46666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.48333332 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.46666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.48333332 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.46666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.48333332 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.46666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.48333332 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.46666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.48333332 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.46666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.48333332 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.46666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.48333332 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3, y: 1.7, z: 1} + 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.06666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.46666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.48333332 + value: {x: 1.3, y: 1.7, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -14.999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.78431374 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.78431374 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.9607843 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.5 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.893 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.309 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.046 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.041 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.041 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.041 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.041 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.4075 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.4075 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.4075 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.4075 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.988 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.988 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.988 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.988 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.289 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.289 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.289 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.289 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.232 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.232 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.232 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.232 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.9074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.9074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.9074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.9074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.689 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.689 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.689 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.689 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.5407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5308 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.048 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.34 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.319 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 50 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.016 + inSlope: 0 + outSlope: -4.08 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.256 + inSlope: -4.08 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.272 + inSlope: 0 + outSlope: -4.742999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9558 + inSlope: -4.742999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: -5.9999995 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -5.9999995 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: -6 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -6 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -14.999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.213 + inSlope: 0 + outSlope: 4.6649995 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.524 + inSlope: 4.6649995 + outSlope: 0.26250005 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.629 + inSlope: 0.26250005 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.78431374 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.78431374 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.9607843 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.827 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.056 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.056 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.056 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.056 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.245 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.245 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.245 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.245 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.992 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9417 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9417 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9417 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9417 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1376 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1376 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.1376 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.1376 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.991 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5365 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.933 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.675 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.675 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.675 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.675 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim.meta new file mode 100644 index 000000000..2518537c8 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d015f4d822fa99a43a33b46a8cb5577f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim new file mode 100644 index 000000000..d047cb9cc --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim @@ -0,0 +1,22647 @@ +%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: SumoPoseP6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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.06666667 + value: {x: 0, y: 0, z: 287.6} + 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.46666667 + value: {x: 0, y: 0, z: 287.6} + 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.48333332 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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.06666667 + value: {x: 0, y: 0, z: 69.27} + 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.46666667 + value: {x: 0, y: 0, z: 69.27} + 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.48333332 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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.06666667 + value: {x: 0, y: 180, z: 86.8} + 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.46666667 + value: {x: 0, y: 180, z: 86.8} + 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.48333332 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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.06666667 + value: {x: 0, y: 180, z: -31.4} + 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.46666667 + value: {x: 0, y: 180, z: -31.4} + 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.48333332 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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.06666667 + value: {x: 0, y: 180, z: -29} + 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.46666667 + value: {x: 0, y: 180, z: -29} + 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.48333332 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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.06666667 + value: {x: 0, y: 0, z: 157.93} + 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.46666667 + value: {x: 0, y: 0, z: 157.93} + 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.48333332 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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.06666667 + value: {x: 0, y: 0, z: -63.09} + 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.46666667 + value: {x: 0, y: 0, z: -63.09} + 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.48333332 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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.06666667 + value: {x: 0, y: 180, z: -15.7} + 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.46666667 + value: {x: 0, y: 180, z: -15.7} + 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.48333332 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.46666667 + value: {x: 0, y: 0, z: -30} + 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.48333332 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.46666667 + value: {x: 0, y: 0, z: 0} + 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.48333332 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.46666667 + value: {x: 0, y: 180, z: -2.56} + 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.48333332 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -4.95} + 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.06666667 + value: {x: 0, y: 180, z: -4.95} + 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.46666667 + value: {x: 0, y: 180, z: -4.95} + 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.48333332 + value: {x: 0, y: 180, z: -4.95} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.46666667 + value: {x: 0, y: 180, z: -2.56} + 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.48333332 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.46666667 + value: {x: 0, y: 180, z: -10} + 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.48333332 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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.06666667 + value: {x: 0, y: 180, z: -32.1} + 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.46666667 + value: {x: 0, y: 180, z: -32.1} + 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.48333332 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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.06666667 + value: {x: 0, y: 180, z: -19.6} + 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.46666667 + value: {x: 0, y: 180, z: -19.6} + 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.48333332 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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.06666667 + value: {x: 0, y: 180, z: -9.2} + 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.46666667 + value: {x: 0, y: 180, z: -9.2} + 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.48333332 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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.06666667 + value: {x: 0, y: 180, z: 8.7} + 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.46666667 + value: {x: 0, y: 180, z: 8.7} + 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.48333332 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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.06666667 + value: {x: 0, y: 180, z: 23.7} + 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.46666667 + value: {x: 0, y: 180, z: 23.7} + 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.48333332 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.46666667 + value: {x: 0, y: 180, z: 0} + 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.48333332 + value: {x: 0, y: 180, z: 0} + 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_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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.06666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.46666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.48333332 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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.06666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.46666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.48333332 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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.06666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.46666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.48333332 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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.06666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.46666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.48333332 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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.06666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.46666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.48333332 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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.06666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.46666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.48333332 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.402, z: 0} + 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.06666667 + value: {x: -0.063, y: 0.402, z: 0} + 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.46666667 + value: {x: -0.063, y: 0.402, z: 0} + 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.48333332 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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.06666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.46666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.48333332 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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.06666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.46666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.48333332 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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.06666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.46666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.48333332 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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.06666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.46666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.48333332 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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.06666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.46666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.48333332 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.46666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.48333332 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.46666667 + value: {x: 0.122, y: 0, z: 0} + 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.48333332 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.855, y: 0.804, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.6450002, y: -1.0200002, 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.06666667 + value: {x: 0.612, y: 0.736, z: 0} + inSlope: {x: -3.6450002, y: -1.0200002, 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.46666667 + value: {x: 0.612, y: 0.736, z: 0} + 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.48333332 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.34, y: -0.39, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.3499986, 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.06666667 + value: {x: 1.43, y: -0.39, z: 0} + inSlope: {x: 1.3499986, y: -0, z: -0} + outSlope: {x: 1.4825001, 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.46666667 + value: {x: 2.023, y: -0.39, z: 0} + inSlope: {x: 1.4825001, 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.48333332 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.46666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.48333332 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.12, y: 0.9, z: 0} + 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.06666667 + value: {x: 0.12, y: 0.9, z: 0} + 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.46666667 + value: {x: 0.12, y: 0.9, z: 0} + 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.48333332 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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.06666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.46666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.48333332 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.951, y: -0.166, z: 0} + 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.06666667 + value: {x: 0.951, y: -0.166, z: 0} + 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.46666667 + value: {x: 0.951, y: -0.166, z: 0} + 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.48333332 + value: {x: 0.951, y: -0.166, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.908, y: 0.118, z: 0} + 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.06666667 + value: {x: 0.908, y: 0.118, z: 0} + 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.46666667 + value: {x: 0.908, y: 0.118, z: 0} + 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.48333332 + value: {x: 0.908, y: 0.118, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.43, z: 0} + 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.06666667 + value: {x: 0.954, y: -0.43, z: 0} + 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.46666667 + value: {x: 0.954, y: -0.43, z: 0} + 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.48333332 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.46666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.48333332 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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.06666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.46666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.48333332 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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.06666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.46666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.48333332 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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.06666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.46666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.48333332 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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.06666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.46666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.48333332 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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.06666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.46666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.48333332 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24, y: -0.51, z: 0} + 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.06666667 + value: {x: 0.24, y: -0.51, z: 0} + 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.46666667 + value: {x: 0.24, y: -0.51, z: 0} + 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.48333332 + value: {x: 0.24, y: -0.51, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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.06666667 + value: {x: 0.9, y: 1, z: 1} + 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.46666667 + value: {x: 0.9, y: 1, z: 1} + 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.48333332 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.46666667 + value: {x: 1, y: 1.2, z: 1} + 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.48333332 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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.06666667 + value: {x: 1, y: 1.4, z: 1} + 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.46666667 + value: {x: 1, y: 1.4, z: 1} + 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.48333332 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.46666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.48333332 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.46666667 + value: {x: 1, y: 1, z: 1} + 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.48333332 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.46666667 + value: {x: 1.2, y: 1, z: 1} + 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.48333332 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.46666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.48333332 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.2, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.9999995, y: -6, 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.06666667 + value: {x: 1, y: 0.8, z: 1} + inSlope: {x: -5.9999995, y: -6, 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.46666667 + value: {x: 1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.46666667 + value: {x: 2, y: 1, z: 1} + 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.48333332 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.46666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.48333332 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.1, y: 0.8, z: 1} + 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.46666667 + value: {x: 1.1, y: 0.8, z: 1} + 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.48333332 + value: {x: 1.1, y: 0.8, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.46666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.48333332 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.46666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.48333332 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.46666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.48333332 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.46666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.48333332 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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.06666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.46666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.48333332 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -14.999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.78431374 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.78431374 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.9607843 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.46666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.48333332 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.5 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.402 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.855 + inSlope: 0 + outSlope: -3.6450002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.612 + inSlope: -3.6450002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.804 + inSlope: 0 + outSlope: -1.0200002 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.736 + inSlope: -1.0200002 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: -5.9999995 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -5.9999995 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: -6 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -6 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: -14.999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.34 + inSlope: 0 + outSlope: 1.3499986 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.43 + inSlope: 1.3499986 + outSlope: 1.4825001 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2.023 + inSlope: 1.4825001 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.78431374 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.78431374 + inSlope: -0 + outSlope: -1.9607843 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -1.9607843 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.12 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.951 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.166 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.908 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.118 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.95 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.51 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.46666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.48333332 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim.meta new file mode 100644 index 000000000..1a58144e0 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseP6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2c77528948fe62b4caf8cc469f051915 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim index dcebaa44e..b2f9f6d25 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -872,7 +872,7 @@ AnimationClip: time: 0 value: {x: 1.729, y: 0.56, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.6449997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -880,7 +880,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.6449997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.729, y: 0.603, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -906,7 +906,7 @@ AnimationClip: time: 0 value: {x: 1.483, y: 0.566, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.6299999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -914,7 +914,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.6299999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -923,7 +923,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.483, y: 0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -940,7 +940,7 @@ AnimationClip: time: 0 value: {x: 0.182, y: 0.194, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.11, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.11, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.182, y: 0.268, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -974,7 +974,7 @@ AnimationClip: time: 0 value: {x: 0.523, y: 0.374, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.0484996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.0484996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.523, y: 0.4439, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1008,7 +1008,7 @@ AnimationClip: time: 0 value: {x: 1.6448, y: 0.33, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.58799964, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.58799964, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1042,7 +1042,7 @@ AnimationClip: time: 0 value: {x: -0.0515, y: 0.04, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.0649999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.0649999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1076,7 +1076,7 @@ AnimationClip: time: 0 value: {x: -1.063, y: 0.258, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.065, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.065, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.751, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.4497, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.374, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.635, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1450,7 +1450,7 @@ AnimationClip: time: 0 value: {x: 1.057, y: 0.34, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 3, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1484,7 +1484,7 @@ AnimationClip: time: 0 value: {x: 1.044, y: -0.317, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.2849999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.044, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.2849999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.044, y: -0.298, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1518,7 +1518,7 @@ AnimationClip: time: 0 value: {x: 1.034, y: -0.197, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.0649998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.0649998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.034, y: -0.126, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,7 +1552,7 @@ AnimationClip: time: 0 value: {x: 1.034, y: -0.598, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.46500024, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.46500024, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0557, y: -0.5903, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1790,7 +1790,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.05, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.75, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.75, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1824,7 +1824,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1833,7 +1833,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1858,7 +1858,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1867,7 +1867,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1892,7 +1892,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1901,7 +1901,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1926,7 +1926,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1935,7 +1935,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1969,7 +1969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1994,7 +1994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2028,7 +2028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2062,7 +2062,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2096,7 +2096,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2130,7 +2130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2164,7 +2164,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2300,7 +2300,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2334,7 +2334,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2368,7 +2368,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2402,7 +2402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.35, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2429,26 +2429,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2466,26 +2466,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2503,26 +2503,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2540,26 +2540,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2577,26 +2577,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2614,26 +2614,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2651,26 +2651,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2688,26 +2688,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2725,26 +2725,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2762,26 +2762,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2799,26 +2799,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2836,26 +2836,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2873,26 +2873,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2910,26 +2910,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2947,26 +2947,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2984,26 +2984,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3021,26 +3021,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3058,26 +3058,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3095,26 +3095,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3132,26 +3132,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3169,26 +3169,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3206,26 +3206,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3243,26 +3243,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3280,26 +3280,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3317,26 +3317,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3354,26 +3354,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3391,26 +3391,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3428,26 +3428,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3466,25 +3466,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3502,26 +3502,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3539,26 +3539,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3577,25 +3577,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3614,25 +3614,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3651,25 +3651,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3688,25 +3688,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3724,26 +3724,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3762,25 +3762,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3798,26 +3798,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3835,26 +3835,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3872,26 +3872,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3910,25 +3910,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3947,25 +3947,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3984,25 +3984,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4020,26 +4020,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4057,26 +4057,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4094,26 +4094,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4132,25 +4132,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4169,25 +4169,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4206,25 +4206,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4242,26 +4242,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4279,26 +4279,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4316,26 +4316,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5601,26 +5601,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5639,25 +5639,25 @@ AnimationClip: value: 1.729 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.729 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5675,26 +5675,26 @@ AnimationClip: time: 0 value: 0.56 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.6449997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.603 - inSlope: 0 + inSlope: 0.6449997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.603 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5713,25 +5713,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5750,25 +5750,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5787,25 +5787,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5824,25 +5824,25 @@ AnimationClip: value: -195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5861,25 +5861,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5898,25 +5898,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5935,25 +5935,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5971,26 +5971,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6008,26 +6008,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6046,25 +6046,25 @@ AnimationClip: value: 1.483 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.483 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6082,26 +6082,26 @@ AnimationClip: time: 0 value: 0.566 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.6299999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.608 - inSlope: 0 + inSlope: 0.6299999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6120,25 +6120,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6157,25 +6157,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6194,25 +6194,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6231,25 +6231,25 @@ AnimationClip: value: 46 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6268,25 +6268,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6305,25 +6305,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6342,25 +6342,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6378,26 +6378,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6415,26 +6415,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6453,25 +6453,25 @@ AnimationClip: value: 0.182 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6489,26 +6489,26 @@ AnimationClip: time: 0 value: 0.194 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.11 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.268 - inSlope: 0 + inSlope: 1.11 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.268 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6527,25 +6527,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6564,25 +6564,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6601,25 +6601,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6638,25 +6638,25 @@ AnimationClip: value: 230 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6675,25 +6675,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6712,25 +6712,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6749,25 +6749,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6785,26 +6785,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6822,26 +6822,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6860,25 +6860,25 @@ AnimationClip: value: 0.523 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.523 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6896,26 +6896,26 @@ AnimationClip: time: 0 value: 0.374 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0484996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4439 - inSlope: 0 + inSlope: 1.0484996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4439 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6934,25 +6934,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6971,25 +6971,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7008,25 +7008,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7045,25 +7045,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7082,25 +7082,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7119,25 +7119,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7156,25 +7156,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7192,26 +7192,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7229,26 +7229,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7267,25 +7267,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7303,26 +7303,26 @@ AnimationClip: time: 0 value: 0.33 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.58799964 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: 0.58799964 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7341,25 +7341,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7378,25 +7378,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7415,25 +7415,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7452,25 +7452,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7489,25 +7489,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7526,25 +7526,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7563,25 +7563,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7599,26 +7599,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7636,26 +7636,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7674,25 +7674,25 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7710,26 +7710,26 @@ AnimationClip: time: 0 value: 0.04 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: 1.0649999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7748,25 +7748,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7785,25 +7785,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7822,25 +7822,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7859,25 +7859,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7896,25 +7896,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7933,25 +7933,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7970,25 +7970,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8006,26 +8006,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8043,26 +8043,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8081,25 +8081,25 @@ AnimationClip: value: -1.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8117,26 +8117,26 @@ AnimationClip: time: 0 value: 0.258 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.065 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.329 - inSlope: 0 + inSlope: 1.065 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8155,25 +8155,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8192,25 +8192,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8229,25 +8229,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8266,25 +8266,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8302,26 +8302,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8339,26 +8339,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8376,26 +8376,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8414,25 +8414,25 @@ AnimationClip: value: -0.203 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8451,25 +8451,25 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8488,25 +8488,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8525,25 +8525,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8562,25 +8562,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8599,25 +8599,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8635,26 +8635,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8672,26 +8672,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8710,25 +8710,25 @@ AnimationClip: value: -1.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8747,25 +8747,25 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8784,25 +8784,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8820,26 +8820,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8857,26 +8857,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8895,25 +8895,25 @@ AnimationClip: value: -1.751 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.751 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8932,25 +8932,25 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8969,25 +8969,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9006,25 +9006,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9043,25 +9043,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9080,25 +9080,25 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9117,25 +9117,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9154,25 +9154,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9191,25 +9191,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9228,25 +9228,25 @@ AnimationClip: value: -1.4497 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.4497 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9265,25 +9265,25 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9302,25 +9302,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9339,25 +9339,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9376,25 +9376,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9413,25 +9413,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9450,25 +9450,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9487,25 +9487,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9524,25 +9524,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9560,26 +9560,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9597,26 +9597,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9634,26 +9634,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9672,25 +9672,25 @@ AnimationClip: value: -0.374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9709,25 +9709,25 @@ AnimationClip: value: -0.215 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9746,25 +9746,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9783,25 +9783,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9820,25 +9820,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9857,25 +9857,25 @@ AnimationClip: value: -50 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -50 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9894,25 +9894,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9931,25 +9931,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9968,25 +9968,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10004,26 +10004,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10042,25 +10042,25 @@ AnimationClip: value: -0.635 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.635 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10079,25 +10079,25 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10116,25 +10116,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10153,25 +10153,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10190,25 +10190,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10227,25 +10227,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10264,25 +10264,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10301,25 +10301,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10338,25 +10338,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10374,26 +10374,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10411,26 +10411,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10448,26 +10448,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10486,25 +10486,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10523,25 +10523,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10560,25 +10560,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10597,25 +10597,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10634,25 +10634,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10671,25 +10671,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10708,25 +10708,25 @@ AnimationClip: value: -0.368 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10745,25 +10745,25 @@ AnimationClip: value: 0.623 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10782,25 +10782,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10819,25 +10819,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10856,25 +10856,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10893,25 +10893,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10930,25 +10930,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10967,25 +10967,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11004,25 +11004,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11040,26 +11040,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11078,25 +11078,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11114,26 +11114,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11152,25 +11152,25 @@ AnimationClip: value: 0.718 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11189,25 +11189,25 @@ AnimationClip: value: -0.402 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11226,25 +11226,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11263,25 +11263,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11300,25 +11300,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11337,25 +11337,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11374,25 +11374,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11411,25 +11411,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11448,25 +11448,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11484,26 +11484,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11522,25 +11522,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11559,25 +11559,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11596,25 +11596,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11633,25 +11633,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11669,26 +11669,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11707,25 +11707,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11744,25 +11744,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11781,25 +11781,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11818,25 +11818,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11855,25 +11855,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11892,25 +11892,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11929,25 +11929,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11966,25 +11966,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12003,25 +12003,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12040,25 +12040,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12077,25 +12077,25 @@ AnimationClip: value: 1.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12113,26 +12113,26 @@ AnimationClip: time: 0 value: 0.34 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54 - inSlope: 0 + inSlope: 3 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12151,25 +12151,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12188,25 +12188,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12225,25 +12225,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12262,25 +12262,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12298,26 +12298,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12336,25 +12336,25 @@ AnimationClip: value: 1.044 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12372,26 +12372,26 @@ AnimationClip: time: 0 value: -0.317 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.2849999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.298 - inSlope: 0 + inSlope: 0.2849999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.298 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12410,25 +12410,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12447,25 +12447,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12484,25 +12484,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12521,25 +12521,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12558,25 +12558,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12595,25 +12595,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12632,25 +12632,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12668,26 +12668,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12706,25 +12706,25 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12742,26 +12742,26 @@ AnimationClip: time: 0 value: -0.197 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.126 - inSlope: 0 + inSlope: 1.0649998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.126 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12780,25 +12780,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12817,25 +12817,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12854,25 +12854,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12891,25 +12891,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12928,25 +12928,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12965,25 +12965,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13002,25 +13002,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13038,26 +13038,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13076,25 +13076,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13113,25 +13113,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13150,25 +13150,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13186,26 +13186,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13223,26 +13223,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13261,25 +13261,25 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13297,26 +13297,26 @@ AnimationClip: time: 0 value: -0.598 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.46500024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0.46500024 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13335,25 +13335,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13372,25 +13372,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13409,25 +13409,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13446,25 +13446,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13483,25 +13483,25 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13520,25 +13520,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13557,25 +13557,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13593,26 +13593,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13631,25 +13631,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13668,25 +13668,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13705,25 +13705,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13741,26 +13741,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13779,25 +13779,25 @@ AnimationClip: value: 1.6963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13816,25 +13816,25 @@ AnimationClip: value: -0.3642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13853,25 +13853,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13890,25 +13890,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13927,25 +13927,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13964,25 +13964,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14001,25 +14001,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14038,25 +14038,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14075,25 +14075,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14111,26 +14111,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14149,25 +14149,25 @@ AnimationClip: value: 1.4034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14186,25 +14186,25 @@ AnimationClip: value: -0.5236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14223,25 +14223,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14260,25 +14260,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14297,25 +14297,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14334,25 +14334,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14370,26 +14370,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14408,25 +14408,25 @@ AnimationClip: value: 1.033 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14445,25 +14445,25 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14482,25 +14482,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14519,25 +14519,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14556,25 +14556,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14593,25 +14593,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14630,25 +14630,25 @@ AnimationClip: value: 0.6644 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14667,25 +14667,25 @@ AnimationClip: value: -0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14704,25 +14704,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14741,25 +14741,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14778,25 +14778,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14815,25 +14815,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14852,25 +14852,25 @@ AnimationClip: value: 0.4041 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14889,25 +14889,25 @@ AnimationClip: value: -0.3711 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14926,25 +14926,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14963,25 +14963,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15000,25 +15000,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15037,25 +15037,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15074,25 +15074,25 @@ AnimationClip: value: 1.0557 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0557 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15111,25 +15111,25 @@ AnimationClip: value: -0.5903 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5903 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15148,25 +15148,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15185,25 +15185,25 @@ AnimationClip: value: 1.35 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.35 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15222,25 +15222,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15259,25 +15259,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15296,16 +15296,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15323,17 +15323,17 @@ AnimationClip: time: 0 value: -0.05 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.75 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.75 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15352,16 +15352,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15373,6 +15373,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -16063,36 +16093,6 @@ AnimationClip: path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim.meta index 80c041bce..5d022c014 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim index 88aad3183..08c6b9fe1 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -872,7 +872,7 @@ AnimationClip: time: 0 value: {x: 1.548, y: 0.032, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.13499916, y: 1.245, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -880,7 +880,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.13499916, y: 1.245, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -906,7 +906,7 @@ AnimationClip: time: 0 value: {x: 1.2972, y: 0.383, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.857, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -914,7 +914,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.857, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -923,7 +923,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2972, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -940,7 +940,7 @@ AnimationClip: time: 0 value: {x: -0.123, y: 0.032, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.30000004, y: 1.245, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.30000004, y: 1.245, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.143, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -974,7 +974,7 @@ AnimationClip: time: 0 value: {x: 0.108, y: 0.383, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.857, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.857, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.108, y: 0.5068, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1076,7 +1076,7 @@ AnimationClip: time: 0 value: {x: -0.699, y: 0.256, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5299999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.699, y: 0.358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.5299999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.699, y: 0.358, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.203, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.916, y: -0.492, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.1319, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.1319, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.912, y: -0.435, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.912, y: -0.435, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1450,7 +1450,7 @@ AnimationClip: time: 0 value: {x: 0.697, y: 0.72, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 3.0149994, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.0149994, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1518,7 +1518,7 @@ AnimationClip: time: 0 value: {x: 0.709, y: -0.313, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.2849999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.709, y: -0.294, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.2849999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.709, y: -0.294, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,7 +1552,7 @@ AnimationClip: time: 0 value: {x: 0.696, y: -0.235, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.07499992, y: 0.2849999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.701, y: -0.216, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.07499992, y: 0.2849999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.701, y: -0.216, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 0.693, y: -0.606, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.029999612, y: -0.345, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.029999612, y: -0.345, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.698, y: -0.661, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.698, y: -0.661, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1858,7 +1858,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.04, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.59999996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.59999996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1900,7 +1900,7 @@ AnimationClip: time: 0 value: {x: 1.2, y: 1.4, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1908,7 +1908,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1917,7 +1917,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1934,7 +1934,7 @@ AnimationClip: time: 0 value: {x: 1.2, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 3.0000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1942,7 +1942,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.0000005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1951,7 +1951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1968,7 +1968,7 @@ AnimationClip: time: 0 value: {x: 1.2, y: 1.4, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1976,7 +1976,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1985,7 +1985,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2002,7 +2002,7 @@ AnimationClip: time: 0 value: {x: 1.2, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 3.0000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2010,7 +2010,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.0000005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2019,7 +2019,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2044,7 +2044,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2053,7 +2053,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2078,7 +2078,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2087,7 +2087,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2112,7 +2112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2121,7 +2121,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2146,7 +2146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2180,7 +2180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2214,7 +2214,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2248,7 +2248,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2257,7 +2257,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2282,7 +2282,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2291,7 +2291,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2316,7 +2316,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2325,7 +2325,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2342,7 +2342,7 @@ AnimationClip: time: 0 value: {x: 1.1, y: 0.9, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.5000002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2350,7 +2350,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2359,7 +2359,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2376,7 +2376,7 @@ AnimationClip: time: 0 value: {x: 1.05, y: 0.9, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.7499992, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2384,7 +2384,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.7499992, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2393,7 +2393,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2410,7 +2410,7 @@ AnimationClip: time: 0 value: {x: 1.09, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.5000002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2418,7 +2418,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2427,7 +2427,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2452,7 +2452,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2461,7 +2461,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2486,7 +2486,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2495,7 +2495,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2520,7 +2520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2529,7 +2529,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2546,7 +2546,7 @@ AnimationClip: time: 0 value: {x: 1, y: 0.9, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2554,7 +2554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2572,26 +2572,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2609,26 +2609,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2646,26 +2646,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2683,26 +2683,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2720,26 +2720,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2757,26 +2757,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2794,26 +2794,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2831,26 +2831,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2868,26 +2868,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2905,26 +2905,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2942,26 +2942,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2979,26 +2979,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3016,26 +3016,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3053,26 +3053,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3090,26 +3090,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3127,26 +3127,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3164,26 +3164,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3201,26 +3201,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3238,26 +3238,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3275,26 +3275,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3312,26 +3312,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3349,26 +3349,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3386,26 +3386,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3423,26 +3423,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3460,26 +3460,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3497,26 +3497,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3534,26 +3534,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3571,26 +3571,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3609,25 +3609,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3645,26 +3645,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3682,26 +3682,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3720,25 +3720,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3757,25 +3757,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3794,25 +3794,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3831,25 +3831,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3867,26 +3867,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3905,25 +3905,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3941,26 +3941,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3978,26 +3978,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4015,26 +4015,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4053,25 +4053,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4090,25 +4090,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4127,25 +4127,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4163,26 +4163,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4200,26 +4200,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4237,26 +4237,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4275,25 +4275,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4312,25 +4312,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4349,25 +4349,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4385,26 +4385,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4423,25 +4423,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4460,25 +4460,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4496,26 +4496,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4533,26 +4533,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4570,26 +4570,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4608,7 +4608,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4627,7 +4627,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5963,26 +5963,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6000,26 +6000,26 @@ AnimationClip: time: 0 value: 1.548 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.13499916 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.539 - inSlope: 0 + inSlope: -0.13499916 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6037,26 +6037,26 @@ AnimationClip: time: 0 value: 0.032 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.245 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: 1.245 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6075,25 +6075,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6112,25 +6112,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6149,25 +6149,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6186,25 +6186,25 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6223,25 +6223,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6259,26 +6259,26 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6297,25 +6297,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6333,26 +6333,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6370,26 +6370,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6408,25 +6408,25 @@ AnimationClip: value: 1.2972 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6444,26 +6444,26 @@ AnimationClip: time: 0 value: 0.383 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.857 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: 1.857 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6482,25 +6482,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6519,25 +6519,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6556,25 +6556,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6593,25 +6593,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6630,25 +6630,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6666,26 +6666,26 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3.0000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: 3.0000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6704,25 +6704,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6740,26 +6740,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6777,26 +6777,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6814,26 +6814,26 @@ AnimationClip: time: 0 value: -0.123 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.30000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.143 - inSlope: 0 + inSlope: -0.30000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6851,26 +6851,26 @@ AnimationClip: time: 0 value: 0.032 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.245 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: 1.245 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6889,25 +6889,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6926,25 +6926,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6963,25 +6963,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7000,25 +7000,25 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7037,25 +7037,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7073,26 +7073,26 @@ AnimationClip: time: 0 value: 1.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7111,25 +7111,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7147,26 +7147,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7184,26 +7184,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7222,25 +7222,25 @@ AnimationClip: value: 0.108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7258,26 +7258,26 @@ AnimationClip: time: 0 value: 0.383 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.857 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5068 - inSlope: 0 + inSlope: 1.857 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5068 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7296,25 +7296,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7333,25 +7333,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7370,25 +7370,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7407,25 +7407,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7444,25 +7444,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7480,26 +7480,26 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3.0000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: 3.0000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7518,25 +7518,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7554,26 +7554,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7591,26 +7591,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7629,25 +7629,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7666,25 +7666,25 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7703,25 +7703,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7740,25 +7740,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7777,25 +7777,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7814,25 +7814,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7851,25 +7851,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7888,25 +7888,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7925,25 +7925,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7961,26 +7961,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7998,26 +7998,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8036,25 +8036,25 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8073,25 +8073,25 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8110,25 +8110,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8147,25 +8147,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8184,25 +8184,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8221,25 +8221,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8258,25 +8258,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8295,25 +8295,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8332,25 +8332,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8368,26 +8368,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8405,26 +8405,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8443,25 +8443,25 @@ AnimationClip: value: -0.699 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8479,26 +8479,26 @@ AnimationClip: time: 0 value: 0.256 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5299999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.358 - inSlope: 0 + inSlope: 1.5299999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.358 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8517,25 +8517,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8554,25 +8554,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8591,25 +8591,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8628,25 +8628,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8664,26 +8664,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8701,26 +8701,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8738,26 +8738,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8776,25 +8776,25 @@ AnimationClip: value: -0.203 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.203 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8813,25 +8813,25 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8850,25 +8850,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8887,25 +8887,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8924,25 +8924,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8961,25 +8961,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8997,26 +8997,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9034,26 +9034,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9072,25 +9072,25 @@ AnimationClip: value: -1.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9109,25 +9109,25 @@ AnimationClip: value: -0.492 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.492 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9146,25 +9146,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9182,26 +9182,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9219,26 +9219,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9257,25 +9257,25 @@ AnimationClip: value: -1.263 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9294,25 +9294,25 @@ AnimationClip: value: -0.287 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9331,25 +9331,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9368,25 +9368,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9405,25 +9405,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9442,25 +9442,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9479,25 +9479,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9516,25 +9516,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9553,25 +9553,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9590,25 +9590,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9627,25 +9627,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9664,25 +9664,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9701,25 +9701,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9738,25 +9738,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9775,25 +9775,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9812,25 +9812,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9849,25 +9849,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9886,25 +9886,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9922,26 +9922,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9959,26 +9959,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9996,26 +9996,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10034,25 +10034,25 @@ AnimationClip: value: -0.1319 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10071,25 +10071,25 @@ AnimationClip: value: -0.287 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10108,25 +10108,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10145,25 +10145,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10182,25 +10182,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10219,25 +10219,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10256,25 +10256,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10293,25 +10293,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10330,25 +10330,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10366,26 +10366,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10404,25 +10404,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10441,25 +10441,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10478,25 +10478,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10515,25 +10515,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10552,25 +10552,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10589,25 +10589,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10626,25 +10626,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10663,25 +10663,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10700,25 +10700,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10736,26 +10736,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10773,26 +10773,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10810,26 +10810,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10848,25 +10848,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10885,25 +10885,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10922,25 +10922,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10959,25 +10959,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10996,25 +10996,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11033,25 +11033,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11070,25 +11070,25 @@ AnimationClip: value: 0.023 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.023 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.023 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11107,25 +11107,25 @@ AnimationClip: value: 0.943 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.943 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.943 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11144,25 +11144,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11181,25 +11181,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11218,25 +11218,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11255,25 +11255,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11292,25 +11292,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11329,25 +11329,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11366,25 +11366,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11402,26 +11402,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11440,25 +11440,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11476,26 +11476,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11514,25 +11514,25 @@ AnimationClip: value: 0.912 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.912 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.912 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11551,25 +11551,25 @@ AnimationClip: value: -0.435 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11588,25 +11588,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11625,25 +11625,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11662,25 +11662,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11699,25 +11699,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11736,25 +11736,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11773,25 +11773,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11810,25 +11810,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11846,26 +11846,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11884,25 +11884,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11921,25 +11921,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11958,25 +11958,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11995,25 +11995,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12031,26 +12031,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12069,25 +12069,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12106,25 +12106,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12143,25 +12143,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12180,25 +12180,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12217,25 +12217,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12254,25 +12254,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12291,25 +12291,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12328,25 +12328,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12365,25 +12365,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12402,25 +12402,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12439,25 +12439,25 @@ AnimationClip: value: 0.697 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.697 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.697 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12475,26 +12475,26 @@ AnimationClip: time: 0 value: 0.72 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3.0149994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.921 - inSlope: 0 + inSlope: 3.0149994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.921 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12513,25 +12513,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12550,25 +12550,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12587,25 +12587,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12624,25 +12624,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12660,26 +12660,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12698,25 +12698,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12735,25 +12735,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12772,25 +12772,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12809,25 +12809,25 @@ AnimationClip: value: 0.709 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.709 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12845,26 +12845,26 @@ AnimationClip: time: 0 value: -0.313 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.2849999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.294 - inSlope: 0 + inSlope: 0.2849999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.294 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12883,25 +12883,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12920,25 +12920,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12957,25 +12957,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12994,25 +12994,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13030,26 +13030,26 @@ AnimationClip: time: 0 value: 1.1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13068,25 +13068,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13105,25 +13105,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13141,26 +13141,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13178,26 +13178,26 @@ AnimationClip: time: 0 value: 0.696 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.07499992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.701 - inSlope: 0 + inSlope: 0.07499992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.701 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13215,26 +13215,26 @@ AnimationClip: time: 0 value: -0.235 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.2849999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.216 - inSlope: 0 + inSlope: 0.2849999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.216 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13253,25 +13253,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13290,25 +13290,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13327,25 +13327,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13364,25 +13364,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13400,26 +13400,26 @@ AnimationClip: time: 0 value: 1.05 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.7499992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0.7499992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13438,25 +13438,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13475,25 +13475,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13511,26 +13511,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13549,25 +13549,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13586,25 +13586,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13623,25 +13623,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13659,26 +13659,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13696,26 +13696,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13733,26 +13733,26 @@ AnimationClip: time: 0 value: 0.693 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.029999612 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.695 - inSlope: 0 + inSlope: 0.029999612 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13770,26 +13770,26 @@ AnimationClip: time: 0 value: -0.606 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.345 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0.345 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13808,25 +13808,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13845,25 +13845,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13882,25 +13882,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13919,25 +13919,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13955,26 +13955,26 @@ AnimationClip: time: 0 value: 1.09 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13993,25 +13993,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14030,25 +14030,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14066,26 +14066,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14104,25 +14104,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14141,25 +14141,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14178,25 +14178,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14214,26 +14214,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14252,25 +14252,25 @@ AnimationClip: value: 0.71 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14289,25 +14289,25 @@ AnimationClip: value: -0.139 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14326,25 +14326,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14363,25 +14363,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14400,25 +14400,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14437,25 +14437,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14474,25 +14474,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14511,25 +14511,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14547,26 +14547,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14585,25 +14585,25 @@ AnimationClip: value: 1.2663 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14622,25 +14622,25 @@ AnimationClip: value: -0.3636 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14659,25 +14659,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14696,25 +14696,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14733,25 +14733,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14770,25 +14770,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14807,25 +14807,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14844,25 +14844,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14881,25 +14881,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14917,26 +14917,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14955,25 +14955,25 @@ AnimationClip: value: 1.0247 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14992,25 +14992,25 @@ AnimationClip: value: -0.5228 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15029,25 +15029,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15066,25 +15066,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15103,25 +15103,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15140,25 +15140,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15176,26 +15176,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15214,25 +15214,25 @@ AnimationClip: value: 0.693 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15251,25 +15251,25 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15288,25 +15288,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15325,25 +15325,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15362,25 +15362,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15399,25 +15399,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15436,25 +15436,25 @@ AnimationClip: value: 0.363 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15473,25 +15473,25 @@ AnimationClip: value: -0.52 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15510,25 +15510,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15547,25 +15547,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15584,25 +15584,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15621,25 +15621,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15658,25 +15658,25 @@ AnimationClip: value: 0.1347 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15695,25 +15695,25 @@ AnimationClip: value: -0.363 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15732,25 +15732,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15769,25 +15769,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15806,25 +15806,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15843,25 +15843,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15880,25 +15880,25 @@ AnimationClip: value: 0.698 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.698 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.698 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15917,25 +15917,25 @@ AnimationClip: value: -0.661 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.661 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.661 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15954,25 +15954,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15991,25 +15991,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16028,25 +16028,25 @@ AnimationClip: value: 1.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16065,25 +16065,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16102,16 +16102,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16129,17 +16129,17 @@ AnimationClip: time: 0 value: -0.04 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.59999996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.59999996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16158,16 +16158,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16186,7 +16186,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16205,7 +16205,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16224,7 +16224,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16243,16 +16243,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16270,17 +16270,17 @@ AnimationClip: time: 0 value: 0.9 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16299,16 +16299,16 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16327,7 +16327,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16346,7 +16346,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16358,6 +16358,36 @@ AnimationClip: classID: 1 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -17048,36 +17078,6 @@ AnimationClip: path: mawashi/mawashipose/mawashi3 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope1 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim.meta index 1ce362350..cd31c6805 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim index 4bd68564a..8cac2e904 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -880,7 +880,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.498, y: 1.302, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.498, y: 1.302, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -914,7 +914,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -923,7 +923,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.2, y: 1.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -940,7 +940,7 @@ AnimationClip: time: 0 value: {x: 1.201, y: 0.503, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.44999954, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.201, y: 0.533, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.44999954, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.201, y: 0.533, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -974,7 +974,7 @@ AnimationClip: time: 0 value: {x: 1.3766, y: 0.868, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.45000044, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.3766, y: 0.898, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.45000044, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.3766, y: 0.898, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.7103, y: 1.5178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1042,7 +1042,7 @@ AnimationClip: time: 0 value: {x: 1.2196, y: 0.26, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.43349993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2196, y: 0.2889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.43349993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2196, y: 0.2889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1076,7 +1076,7 @@ AnimationClip: time: 0 value: {x: -1.781, y: 0.566, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.4850005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.781, y: 0.665, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.4850005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.781, y: 0.665, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.0025, y: -0.5544, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.0025, y: -0.5544, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.5407, y: -0.5308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.5407, y: -0.5308, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.263, y: -0.287, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.397, y: -0.178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.397, y: -0.178, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.182, y: -0.476, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.182, y: -0.476, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1450,7 +1450,7 @@ AnimationClip: time: 0 value: {x: 1.818, y: 1.11, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 3.1649992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.818, y: 1.321, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.1649992, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.818, y: 1.321, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.834, y: -0.266, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.834, y: -0.266, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,7 +1552,7 @@ AnimationClip: time: 0 value: {x: 1.7621, y: 0.039, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.3574998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.7621, y: 0.1295, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.3574998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.7621, y: 0.1295, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 1.8753, y: -0.561, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.7049998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.7049998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.792, y: -0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.792, y: -0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1858,7 +1858,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.06, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.8999999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.8999999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1883,7 +1883,7 @@ AnimationClip: time: 0 value: {x: 0, y: -0.047, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.7049999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1891,7 +1891,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.7049999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1917,7 +1917,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1926,7 +1926,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1951,7 +1951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1985,7 +1985,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1994,7 +1994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2019,7 +2019,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2028,7 +2028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2053,7 +2053,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2062,7 +2062,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2087,7 +2087,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2096,7 +2096,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2121,7 +2121,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2130,7 +2130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2155,7 +2155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2164,7 +2164,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2189,7 +2189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2198,7 +2198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2223,7 +2223,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2232,7 +2232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2257,7 +2257,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2266,7 +2266,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2291,7 +2291,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2300,7 +2300,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2325,7 +2325,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2334,7 +2334,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2359,7 +2359,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2368,7 +2368,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2393,7 +2393,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2402,7 +2402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2427,7 +2427,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2436,7 +2436,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2461,7 +2461,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2470,7 +2470,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2495,7 +2495,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2504,7 +2504,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2529,7 +2529,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2538,7 +2538,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2563,7 +2563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2572,7 +2572,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2597,7 +2597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2606,7 +2606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2631,7 +2631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2640,7 +2640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2665,7 +2665,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2674,7 +2674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2699,7 +2699,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.25, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2708,7 +2708,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.25, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2726,26 +2726,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2763,26 +2763,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2800,26 +2800,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2837,26 +2837,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2874,26 +2874,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2911,26 +2911,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2948,26 +2948,26 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2985,26 +2985,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3022,26 +3022,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3059,26 +3059,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3096,26 +3096,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3133,26 +3133,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3170,26 +3170,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3207,26 +3207,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3244,26 +3244,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3281,26 +3281,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3318,26 +3318,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3355,26 +3355,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3392,26 +3392,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3429,26 +3429,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3466,26 +3466,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3503,26 +3503,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3540,26 +3540,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3577,26 +3577,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3614,26 +3614,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3651,26 +3651,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3688,26 +3688,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3725,26 +3725,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3762,26 +3762,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3799,26 +3799,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3836,26 +3836,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3873,26 +3873,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3911,25 +3911,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3947,26 +3947,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3984,26 +3984,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4022,25 +4022,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4059,25 +4059,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4096,25 +4096,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4133,25 +4133,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4169,26 +4169,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4207,25 +4207,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4243,26 +4243,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4280,26 +4280,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4317,26 +4317,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4355,25 +4355,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4392,25 +4392,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4429,25 +4429,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4465,26 +4465,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4502,26 +4502,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4539,26 +4539,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4577,25 +4577,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4614,25 +4614,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4651,25 +4651,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4687,26 +4687,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4724,26 +4724,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4762,25 +4762,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4799,25 +4799,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4835,26 +4835,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4872,26 +4872,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4909,26 +4909,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6313,26 +6313,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6351,25 +6351,25 @@ AnimationClip: value: 2.498 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6388,25 +6388,25 @@ AnimationClip: value: 1.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6425,25 +6425,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6462,25 +6462,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6499,25 +6499,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6536,25 +6536,25 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6573,25 +6573,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6610,25 +6610,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6647,25 +6647,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6683,26 +6683,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6720,26 +6720,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6758,25 +6758,25 @@ AnimationClip: value: 2.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6795,25 +6795,25 @@ AnimationClip: value: 1.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6832,25 +6832,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6869,25 +6869,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6906,25 +6906,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6943,25 +6943,25 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6980,25 +6980,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7017,25 +7017,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7054,25 +7054,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7090,26 +7090,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7127,26 +7127,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7165,25 +7165,25 @@ AnimationClip: value: 1.201 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.201 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.201 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7201,26 +7201,26 @@ AnimationClip: time: 0 value: 0.503 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.44999954 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.533 - inSlope: 0 + inSlope: 0.44999954 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.533 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7239,25 +7239,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7276,25 +7276,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7313,25 +7313,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7350,25 +7350,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7387,25 +7387,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7424,25 +7424,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7461,25 +7461,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7497,26 +7497,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7534,26 +7534,26 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7572,25 +7572,25 @@ AnimationClip: value: 1.3766 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3766 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3766 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7608,26 +7608,26 @@ AnimationClip: time: 0 value: 0.868 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.45000044 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.898 - inSlope: 0 + inSlope: 0.45000044 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.898 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7646,25 +7646,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7683,25 +7683,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7720,25 +7720,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7757,25 +7757,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7794,25 +7794,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7831,25 +7831,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7868,25 +7868,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7904,26 +7904,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7941,26 +7941,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7979,25 +7979,25 @@ AnimationClip: value: 2.7103 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.7103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8016,25 +8016,25 @@ AnimationClip: value: 1.5178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8053,25 +8053,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8090,25 +8090,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8127,25 +8127,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8164,25 +8164,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8201,25 +8201,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8238,25 +8238,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8275,25 +8275,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8311,26 +8311,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8348,26 +8348,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8386,25 +8386,25 @@ AnimationClip: value: 1.2196 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2196 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2196 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8422,26 +8422,26 @@ AnimationClip: time: 0 value: 0.26 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.43349993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.2889 - inSlope: 0 + inSlope: 0.43349993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.2889 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8460,25 +8460,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8497,25 +8497,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8534,25 +8534,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8571,25 +8571,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8608,25 +8608,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8645,25 +8645,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8682,25 +8682,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8718,26 +8718,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8755,26 +8755,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8792,26 +8792,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8830,25 +8830,25 @@ AnimationClip: value: -1.781 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.781 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.781 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8866,26 +8866,26 @@ AnimationClip: time: 0 value: 0.566 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.4850005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.665 - inSlope: 0 + inSlope: 1.4850005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.665 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8904,25 +8904,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8941,25 +8941,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8978,25 +8978,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9015,25 +9015,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9052,25 +9052,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9089,25 +9089,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9126,25 +9126,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9162,26 +9162,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9199,26 +9199,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9236,26 +9236,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9273,26 +9273,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9311,25 +9311,25 @@ AnimationClip: value: -1.0025 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.0025 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.0025 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9348,25 +9348,25 @@ AnimationClip: value: -0.5544 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5544 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5544 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9385,25 +9385,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9422,25 +9422,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9459,25 +9459,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9496,25 +9496,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9532,26 +9532,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9569,26 +9569,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9606,26 +9606,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9644,25 +9644,25 @@ AnimationClip: value: -2.5407 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.5407 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.5407 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9681,25 +9681,25 @@ AnimationClip: value: -0.5308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9718,25 +9718,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9754,26 +9754,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9791,26 +9791,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9829,25 +9829,25 @@ AnimationClip: value: -1.263 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9866,25 +9866,25 @@ AnimationClip: value: -0.287 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.287 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9903,25 +9903,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9940,25 +9940,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9977,25 +9977,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10014,25 +10014,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10051,25 +10051,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10088,25 +10088,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10125,25 +10125,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10161,26 +10161,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10199,25 +10199,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10236,25 +10236,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10273,25 +10273,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10310,25 +10310,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10347,25 +10347,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10384,25 +10384,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10421,25 +10421,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10458,25 +10458,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10495,25 +10495,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10531,26 +10531,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10568,26 +10568,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10605,26 +10605,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10643,25 +10643,25 @@ AnimationClip: value: -1.397 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.397 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.397 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10680,25 +10680,25 @@ AnimationClip: value: -0.178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10717,25 +10717,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10754,25 +10754,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10791,25 +10791,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10828,25 +10828,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10865,25 +10865,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10902,25 +10902,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10939,25 +10939,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10975,26 +10975,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11013,25 +11013,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11050,25 +11050,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11087,25 +11087,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11124,25 +11124,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11161,25 +11161,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11198,25 +11198,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11235,25 +11235,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11272,25 +11272,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11309,25 +11309,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11345,26 +11345,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11382,26 +11382,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11419,26 +11419,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11457,25 +11457,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11494,25 +11494,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11531,25 +11531,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11568,25 +11568,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11605,25 +11605,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11642,25 +11642,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11679,25 +11679,25 @@ AnimationClip: value: -1.167 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.167 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.167 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11716,25 +11716,25 @@ AnimationClip: value: 1.024 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11753,25 +11753,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11790,25 +11790,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11827,25 +11827,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11864,25 +11864,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11901,25 +11901,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11938,25 +11938,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11975,25 +11975,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12011,26 +12011,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12049,25 +12049,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12085,26 +12085,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12123,25 +12123,25 @@ AnimationClip: value: -0.182 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12160,25 +12160,25 @@ AnimationClip: value: -0.476 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12197,25 +12197,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12234,25 +12234,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12271,25 +12271,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12308,25 +12308,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12345,25 +12345,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12382,25 +12382,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12419,25 +12419,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12455,26 +12455,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12493,25 +12493,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12530,25 +12530,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12567,25 +12567,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12604,25 +12604,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12640,26 +12640,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12678,25 +12678,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12715,25 +12715,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12752,25 +12752,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12789,25 +12789,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12826,25 +12826,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12863,25 +12863,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12900,25 +12900,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12937,25 +12937,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12974,25 +12974,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13011,25 +13011,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13048,25 +13048,25 @@ AnimationClip: value: 1.818 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.818 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.818 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13084,26 +13084,26 @@ AnimationClip: time: 0 value: 1.11 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3.1649992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.321 - inSlope: 0 + inSlope: 3.1649992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.321 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13122,25 +13122,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13159,25 +13159,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13196,25 +13196,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13233,25 +13233,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13269,26 +13269,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13307,25 +13307,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13344,25 +13344,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13381,25 +13381,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13418,25 +13418,25 @@ AnimationClip: value: 1.834 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.834 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.834 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13455,25 +13455,25 @@ AnimationClip: value: -0.266 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.266 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.266 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13492,25 +13492,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13529,25 +13529,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13566,25 +13566,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13603,25 +13603,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13640,25 +13640,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13677,25 +13677,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13714,25 +13714,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13750,26 +13750,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13788,25 +13788,25 @@ AnimationClip: value: 1.7621 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.7621 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.7621 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13824,26 +13824,26 @@ AnimationClip: time: 0 value: 0.039 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.3574998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.1295 - inSlope: 0 + inSlope: 1.3574998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.1295 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13862,25 +13862,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13899,25 +13899,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13936,25 +13936,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13973,25 +13973,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14010,25 +14010,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14047,25 +14047,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14084,25 +14084,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14120,26 +14120,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14158,25 +14158,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14195,25 +14195,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14232,25 +14232,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14268,26 +14268,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14305,26 +14305,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14343,25 +14343,25 @@ AnimationClip: value: 1.8753 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14379,26 +14379,26 @@ AnimationClip: time: 0 value: -0.561 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.7049998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.608 - inSlope: 0 + inSlope: -0.7049998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14417,25 +14417,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14454,25 +14454,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14491,25 +14491,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14528,25 +14528,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14565,25 +14565,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14602,25 +14602,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14639,25 +14639,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14675,26 +14675,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14713,25 +14713,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14750,25 +14750,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14787,25 +14787,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14823,26 +14823,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14861,25 +14861,25 @@ AnimationClip: value: 1.774 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14898,25 +14898,25 @@ AnimationClip: value: 0.173 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14935,25 +14935,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14972,25 +14972,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15009,25 +15009,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15046,25 +15046,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15082,26 +15082,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15120,25 +15120,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15157,25 +15157,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15193,26 +15193,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15231,25 +15231,25 @@ AnimationClip: value: 2.535 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15268,25 +15268,25 @@ AnimationClip: value: -0.176 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15305,25 +15305,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15342,25 +15342,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15379,25 +15379,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15416,25 +15416,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15453,25 +15453,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15490,25 +15490,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15527,25 +15527,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15563,26 +15563,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15601,25 +15601,25 @@ AnimationClip: value: 2.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15638,25 +15638,25 @@ AnimationClip: value: -0.3639 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15675,25 +15675,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15712,25 +15712,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15749,25 +15749,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15786,25 +15786,25 @@ AnimationClip: value: -15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15823,25 +15823,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15860,25 +15860,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15897,25 +15897,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15933,26 +15933,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15971,25 +15971,25 @@ AnimationClip: value: 1.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16008,25 +16008,25 @@ AnimationClip: value: -0.453 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16045,25 +16045,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16082,25 +16082,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16119,25 +16119,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16156,25 +16156,25 @@ AnimationClip: value: -5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16193,25 +16193,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16230,25 +16230,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16267,25 +16267,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16304,25 +16304,25 @@ AnimationClip: value: 1.653 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16341,25 +16341,25 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16378,25 +16378,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16415,25 +16415,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16452,25 +16452,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16489,25 +16489,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16526,25 +16526,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16563,25 +16563,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16600,25 +16600,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16637,25 +16637,25 @@ AnimationClip: value: 1.342 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16674,25 +16674,25 @@ AnimationClip: value: -0.371 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16711,25 +16711,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16748,25 +16748,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16785,25 +16785,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16822,25 +16822,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16859,25 +16859,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16896,25 +16896,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16933,25 +16933,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16970,25 +16970,25 @@ AnimationClip: value: 1.792 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.792 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17007,25 +17007,25 @@ AnimationClip: value: -0.61 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17044,25 +17044,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17081,25 +17081,25 @@ AnimationClip: value: 1.25 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17118,25 +17118,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17155,25 +17155,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17192,16 +17192,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17219,17 +17219,17 @@ AnimationClip: time: 0 value: -0.06 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.8999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.8999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17248,16 +17248,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17276,16 +17276,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17303,17 +17303,17 @@ AnimationClip: time: 0 value: -0.047 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7049999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: 0.7049999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17332,16 +17332,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17353,6 +17353,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -18043,36 +18073,6 @@ AnimationClip: path: mawashi/mawashipose/rope1 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim.meta index 1fffafcc4..61bc026e6 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim new file mode 100644 index 000000000..0097ba3e3 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim @@ -0,0 +1,18488 @@ +%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: SumoPosePBop4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.13333334 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.13333334 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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.06666667 + value: {x: 0, y: 180, z: -60} + 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.13333334 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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.06666667 + value: {x: 0, y: 180, z: 18} + 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.13333334 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.13333334 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -36} + 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.06666667 + value: {x: 0, y: 0, z: -36} + 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.13333334 + value: {x: 0, y: 0, z: -36} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 50} + 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.06666667 + value: {x: 0, y: 0, z: 50} + 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.13333334 + value: {x: 0, y: 0, z: 50} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.13333334 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.13333334 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.13333334 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.13333334 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.13333334 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.13333334 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: 0.893, z: 0} + 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.06666667 + value: {x: 1.61, y: 0.893, z: 0} + 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.13333334 + value: {x: 1.61, y: 0.893, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.309, y: 1.046, z: 0} + 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.06666667 + value: {x: 1.309, y: 1.046, z: 0} + 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.13333334 + value: {x: 1.309, y: 1.046, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.005, y: 1.041, z: 0} + 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.06666667 + value: {x: 0.005, y: 1.041, z: 0} + 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.13333334 + value: {x: 0.005, y: 1.041, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.4075, y: 0.988, z: 0} + 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.06666667 + value: {x: 0.4075, y: 0.988, z: 0} + 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.13333334 + value: {x: 0.4075, y: 0.988, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.06666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.13333334 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.289, y: 1.232, z: 0} + 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.06666667 + value: {x: -0.289, y: 1.232, z: 0} + 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.13333334 + value: {x: -0.289, y: 1.232, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.9074, y: 0.63, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.88500017, 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.06666667 + value: {x: -0.9074, y: 0.689, z: 0} + inSlope: {x: -0, y: 0.88500017, 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.13333334 + value: {x: -0.9074, y: 0.689, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.117, y: -0.6, z: 0} + 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.06666667 + value: {x: -0.117, y: -0.6, z: 0} + 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.13333334 + value: {x: -0.117, y: -0.6, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.06666667 + value: {x: -2.5407, y: -0.5308, z: 0} + 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.13333334 + value: {x: -2.5407, y: -0.5308, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.571, y: 0.048, z: 0} + 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.06666667 + value: {x: -1.571, y: 0.048, z: 0} + 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.13333334 + value: {x: -1.571, y: 0.048, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.34, y: 0.1, z: 0} + 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.06666667 + value: {x: -1.34, y: 0.1, z: 0} + 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.13333334 + value: {x: -1.34, y: 0.1, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.319, y: -0.29, z: 0} + 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.06666667 + value: {x: -0.319, y: -0.29, z: 0} + 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.13333334 + value: {x: -0.319, y: -0.29, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.13333334 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.256, y: 0.9558, z: 0} + 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.06666667 + value: {x: -0.256, y: 0.9558, z: 0} + 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.13333334 + value: {x: -0.256, y: 0.9558, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.629, y: -0.571, z: 0} + 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.06666667 + value: {x: 0.629, y: -0.571, z: 0} + 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.13333334 + value: {x: 0.629, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8876, y: 1.1794, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.9089997, y: 1.8089997, 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.06666667 + value: {x: 0.827, y: 1.3, z: 0} + inSlope: {x: -0.9089997, y: 1.8089997, 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.13333334 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.056, y: -0.245, z: 0} + 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.06666667 + value: {x: 1.056, y: -0.245, z: 0} + 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.13333334 + value: {x: 1.056, y: -0.245, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9417, y: 0.086, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.774, 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.06666667 + value: {x: 0.9417, y: 0.1376, z: 0} + inSlope: {x: -0, y: 0.774, 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.13333334 + value: {x: 0.9417, y: 0.1376, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.547, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.45000044, 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + inSlope: {x: -0, y: -0.45000044, 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.13333334 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.13333334 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.13333334 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.13333334 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.13333334 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5365, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.5365, y: -0.407, z: 0} + 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.13333334 + value: {x: 0.5365, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.933, y: -0.675, z: 0} + 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.06666667 + value: {x: 0.933, y: -0.675, z: 0} + 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.13333334 + value: {x: 0.933, y: -0.675, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.03, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.44999996, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.44999996, 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: mawashi/mawashipose + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.06, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.8999999, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.8999999, 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.992, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.992, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.992, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.991, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.991, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.991, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.13333334 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.13333334 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.13333334 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.13333334 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3, y: 1.7, z: 1} + 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.06666667 + value: {x: 1.3, y: 1.7, z: 1} + 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.13333334 + value: {x: 1.3, y: 1.7, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4012722578137635264, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -985797545, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.893 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.893 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.309 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.309 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.046 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.046 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.041 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.041 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.041 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.4075 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.4075 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.4075 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.988 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.988 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.988 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.289 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.289 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.289 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.232 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.232 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.232 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.9074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.9074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.9074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.63 + inSlope: 0 + outSlope: 0.88500017 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.689 + inSlope: 0.88500017 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.689 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.5407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.5407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.5308 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.5308 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.048 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.048 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -36 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.34 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.34 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.319 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.319 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 50 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 50 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.256 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9558 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.629 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8876 + inSlope: 0 + outSlope: -0.9089997 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.827 + inSlope: -0.9089997 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1794 + inSlope: 0 + outSlope: 1.8089997 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: 1.8089997 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.056 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.056 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.056 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.245 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.245 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.245 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.992 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.992 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9417 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9417 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9417 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.086 + inSlope: 0 + outSlope: 0.774 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.1376 + inSlope: 0.774 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.1376 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.991 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.991 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.547 + inSlope: 0 + outSlope: -0.45000044 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0.45000044 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5365 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.933 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.933 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.675 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.675 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.675 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.03 + inSlope: 0 + outSlope: 0.44999996 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.44999996 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.06 + inSlope: 0 + outSlope: 0.8999999 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.8999999 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim.meta new file mode 100644 index 000000000..ba3d85a62 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee91b9842bd18e7418c62f2f5fc6ebd3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim new file mode 100644 index 000000000..59be5be8b --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim @@ -0,0 +1,18796 @@ +%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: SumoPosePBop6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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.06666667 + value: {x: 0, y: 0, z: 287.6} + 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.13333334 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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.06666667 + value: {x: 0, y: 0, z: 69.27} + 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.13333334 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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.06666667 + value: {x: 0, y: 180, z: 86.8} + 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.13333334 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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.06666667 + value: {x: 0, y: 180, z: -31.4} + 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.13333334 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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.06666667 + value: {x: 0, y: 180, z: -29} + 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.13333334 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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.06666667 + value: {x: 0, y: 0, z: 157.93} + 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.13333334 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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.06666667 + value: {x: 0, y: 0, z: -63.09} + 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.13333334 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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.06666667 + value: {x: 0, y: 180, z: -15.7} + 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.13333334 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.13333334 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.13333334 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -4.95} + 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.06666667 + value: {x: 0, y: 180, z: -4.95} + 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.13333334 + value: {x: 0, y: 180, z: -4.95} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.13333334 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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.06666667 + value: {x: 0, y: 180, z: -32.1} + 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.13333334 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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.06666667 + value: {x: 0, y: 180, z: -19.6} + 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.13333334 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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.06666667 + value: {x: 0, y: 180, z: -9.2} + 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.13333334 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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.06666667 + value: {x: 0, y: 180, z: 8.7} + 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.13333334 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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.06666667 + value: {x: 0, y: 180, z: 23.7} + 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.13333334 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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.06666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.13333334 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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.06666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.13333334 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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.06666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.13333334 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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.06666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.13333334 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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.06666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.13333334 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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.06666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.13333334 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.382, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.30000013, 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.06666667 + value: {x: -0.063, y: 0.402, z: 0} + inSlope: {x: -0, y: 0.30000013, 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.13333334 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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.06666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.13333334 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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.06666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.13333334 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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.06666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.13333334 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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.06666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.13333334 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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.06666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.13333334 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.13333334 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.612, y: 0.736, z: 0} + 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.06666667 + value: {x: 0.612, y: 0.736, z: 0} + 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.13333334 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.023, y: -0.39, z: 0} + 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.06666667 + value: {x: 2.023, y: -0.39, z: 0} + 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.13333334 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.12, y: 0.86, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.59999937, 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.06666667 + value: {x: 0.12, y: 0.9, z: 0} + inSlope: {x: -0, y: 0.59999937, 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.13333334 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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.06666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.13333334 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.951, y: -0.166, z: 0} + 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.06666667 + value: {x: 0.951, y: -0.166, z: 0} + 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.13333334 + value: {x: 0.951, y: -0.166, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.908, y: 0.088, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.45, 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.06666667 + value: {x: 0.908, y: 0.118, z: 0} + inSlope: {x: -0, y: 0.45, 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.13333334 + value: {x: 0.908, y: 0.118, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.4, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.45, 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.06666667 + value: {x: 0.954, y: -0.43, z: 0} + inSlope: {x: -0, y: -0.45, 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.13333334 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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.06666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.13333334 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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.06666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.13333334 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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.06666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.13333334 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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.06666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.13333334 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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.06666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.13333334 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.24, y: -0.51, z: 0} + 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.06666667 + value: {x: 0.24, y: -0.51, z: 0} + 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.13333334 + value: {x: 0.24, y: -0.51, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.03, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.44999996, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.44999996, 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: mawashi/mawashipose + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: -0.05, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.75, 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.06666667 + value: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.75, 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: body/arms + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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.06666667 + value: {x: 0.9, y: 1, z: 1} + 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.13333334 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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.06666667 + value: {x: 1, y: 1.4, z: 1} + 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.13333334 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.13333334 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.1, y: 0.8, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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.06666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.13333334 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1045776387, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1786942415, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.382 + inSlope: 0 + outSlope: 0.30000013 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.402 + inSlope: 0.30000013 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.612 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.736 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.023 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.12 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.86 + inSlope: 0 + outSlope: 0.59999937 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: 0.59999937 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.951 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.951 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.166 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.166 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.908 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.908 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.088 + inSlope: 0 + outSlope: 0.45 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.118 + inSlope: 0.45 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.118 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -4.95 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -4.95 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4 + inSlope: 0 + outSlope: -0.45 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.43 + inSlope: -0.45 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.24 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.24 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.51 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.51 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.03 + inSlope: 0 + outSlope: 0.44999996 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.44999996 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.05 + inSlope: 0 + outSlope: 0.75 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: 0.75 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim.meta new file mode 100644 index 000000000..fb3ad77a4 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBop6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 12bbf112c83e4dc499103a22e992195f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim index b81ed9080..7dfd2cc4f 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -171.847} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -171.847} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -195} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 46} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 230} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 171.847} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 171.847} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.508, y: -2.548, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.508, y: -2.548, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.726, y: 0.5924, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.726, y: 0.5924, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.469, y: 0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.469, y: 0.61, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.178, y: 0.269, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.178, y: 0.269, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.511, y: 0.45, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.511, y: 0.45, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.378, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.378, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.057, y: 0.114, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.057, y: 0.114, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.063, y: 0.329, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.4617, y: -0.4888, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.4617, y: -0.4888, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.655, y: -0.4849, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.655, y: -0.4849, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.671, y: -0.223, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.671, y: -0.223, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.49, y: -0.044, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.49, y: -0.044, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.448, y: -0.219, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.448, y: -0.219, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.624, y: -0.044, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.624, y: -0.044, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.368, y: 0.623, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.718, y: -0.402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,7 +1552,7 @@ AnimationClip: time: 0 value: {x: 1.055, y: 0.47, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.0300014, y: 1.0500003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.0300014, y: 1.0500003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.057, y: 0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.064, y: 0.016, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.064, y: 0.016, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0394, y: -0.0828, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0394, y: -0.0828, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.034, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6963, y: -0.3642, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.4034, y: -0.5236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.033, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.6644, y: -0.521, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.4041, y: -0.3711, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.095, y: 0.696, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.095, y: 0.696, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1901,7 +1901,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1910,7 +1910,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1935,7 +1935,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1944,7 +1944,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1969,7 +1969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1978,7 +1978,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2012,7 +2012,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2046,7 +2046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2080,7 +2080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2114,7 +2114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2148,7 +2148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2182,7 +2182,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2250,7 +2250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2386,7 +2386,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.09, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2454,7 +2454,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2488,7 +2488,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2506,26 +2506,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2543,26 +2543,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2580,26 +2580,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2617,26 +2617,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2654,26 +2654,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2691,26 +2691,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2728,26 +2728,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2765,26 +2765,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2802,26 +2802,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2839,26 +2839,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2876,26 +2876,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2913,26 +2913,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2950,26 +2950,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2987,26 +2987,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3024,26 +3024,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3061,26 +3061,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3098,26 +3098,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3135,26 +3135,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3172,26 +3172,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3209,26 +3209,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3246,26 +3246,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3283,26 +3283,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3320,26 +3320,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3357,26 +3357,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3394,26 +3394,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3431,26 +3431,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3468,26 +3468,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3505,26 +3505,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3543,25 +3543,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3579,26 +3579,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3616,26 +3616,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3654,25 +3654,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3691,25 +3691,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3728,25 +3728,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3765,25 +3765,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3801,26 +3801,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3839,25 +3839,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3875,26 +3875,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3912,26 +3912,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3949,26 +3949,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3987,25 +3987,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4024,25 +4024,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4061,25 +4061,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4097,26 +4097,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4134,26 +4134,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4171,26 +4171,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4209,25 +4209,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4246,25 +4246,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4283,25 +4283,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4319,26 +4319,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4356,26 +4356,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4393,26 +4393,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5693,25 +5693,25 @@ AnimationClip: value: 0.508 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.508 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.508 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5730,25 +5730,25 @@ AnimationClip: value: -2.548 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.548 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.548 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5767,25 +5767,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5804,25 +5804,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5841,25 +5841,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5878,25 +5878,25 @@ AnimationClip: value: -171.847 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -171.847 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -171.847 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5914,26 +5914,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5952,25 +5952,25 @@ AnimationClip: value: 1.726 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.726 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.726 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5989,25 +5989,25 @@ AnimationClip: value: 0.5924 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5924 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6026,25 +6026,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6063,25 +6063,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6100,25 +6100,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6137,25 +6137,25 @@ AnimationClip: value: -195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -195 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6174,25 +6174,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6211,25 +6211,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6248,25 +6248,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6284,26 +6284,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6321,26 +6321,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6359,25 +6359,25 @@ AnimationClip: value: 1.469 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.469 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.469 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6396,25 +6396,25 @@ AnimationClip: value: 0.61 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.61 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6433,25 +6433,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6470,25 +6470,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6507,25 +6507,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6544,25 +6544,25 @@ AnimationClip: value: 46 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 46 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6581,25 +6581,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6618,25 +6618,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6655,25 +6655,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6691,26 +6691,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6728,26 +6728,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6766,25 +6766,25 @@ AnimationClip: value: 0.178 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.178 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6803,25 +6803,25 @@ AnimationClip: value: 0.269 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.269 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.269 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6840,25 +6840,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6877,25 +6877,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6914,25 +6914,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6951,25 +6951,25 @@ AnimationClip: value: 230 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 230 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6988,25 +6988,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7025,25 +7025,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7062,25 +7062,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7098,26 +7098,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7135,26 +7135,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7173,25 +7173,25 @@ AnimationClip: value: 0.511 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.511 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.511 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7210,25 +7210,25 @@ AnimationClip: value: 0.45 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.45 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.45 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7247,25 +7247,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7284,25 +7284,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7321,25 +7321,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7358,25 +7358,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7395,25 +7395,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7432,25 +7432,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7469,25 +7469,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7505,26 +7505,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7542,26 +7542,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7580,25 +7580,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7617,25 +7617,25 @@ AnimationClip: value: 0.378 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.378 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.378 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7654,25 +7654,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7691,25 +7691,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7728,25 +7728,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7765,25 +7765,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7802,25 +7802,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7839,25 +7839,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7876,25 +7876,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7912,26 +7912,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7949,26 +7949,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7987,25 +7987,25 @@ AnimationClip: value: -0.057 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8024,25 +8024,25 @@ AnimationClip: value: 0.114 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.114 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.114 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8061,25 +8061,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8098,25 +8098,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8135,25 +8135,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8172,25 +8172,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8209,25 +8209,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8246,25 +8246,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8283,25 +8283,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8319,26 +8319,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8356,26 +8356,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8394,25 +8394,25 @@ AnimationClip: value: -1.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8431,25 +8431,25 @@ AnimationClip: value: 0.329 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.329 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8468,25 +8468,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8505,25 +8505,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8542,25 +8542,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8579,25 +8579,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8615,26 +8615,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8652,26 +8652,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8689,26 +8689,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8727,25 +8727,25 @@ AnimationClip: value: -0.4617 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4617 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4617 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8764,25 +8764,25 @@ AnimationClip: value: -0.4888 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4888 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4888 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8801,25 +8801,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8838,25 +8838,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8875,25 +8875,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8912,25 +8912,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8948,26 +8948,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8985,26 +8985,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9023,25 +9023,25 @@ AnimationClip: value: -1.655 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.655 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.655 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9060,25 +9060,25 @@ AnimationClip: value: -0.4849 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4849 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4849 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9097,25 +9097,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9133,26 +9133,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9170,26 +9170,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9208,25 +9208,25 @@ AnimationClip: value: -1.671 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.671 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.671 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9245,25 +9245,25 @@ AnimationClip: value: -0.223 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.223 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.223 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9282,25 +9282,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9319,25 +9319,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9356,25 +9356,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9393,25 +9393,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9430,25 +9430,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9467,25 +9467,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9504,25 +9504,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9541,25 +9541,25 @@ AnimationClip: value: -1.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9578,25 +9578,25 @@ AnimationClip: value: -0.044 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9615,25 +9615,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9652,25 +9652,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9689,25 +9689,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9726,25 +9726,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9763,25 +9763,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9800,25 +9800,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9837,25 +9837,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9873,26 +9873,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9910,26 +9910,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9947,26 +9947,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9985,25 +9985,25 @@ AnimationClip: value: -0.448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10022,25 +10022,25 @@ AnimationClip: value: -0.219 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.219 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.219 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10059,25 +10059,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10096,25 +10096,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10133,25 +10133,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10170,25 +10170,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10207,25 +10207,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10244,25 +10244,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10281,25 +10281,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10317,26 +10317,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10355,25 +10355,25 @@ AnimationClip: value: -0.624 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.624 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.624 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10392,25 +10392,25 @@ AnimationClip: value: -0.044 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.044 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10429,25 +10429,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10466,25 +10466,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10503,25 +10503,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10540,25 +10540,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10577,25 +10577,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10614,25 +10614,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10651,25 +10651,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10687,26 +10687,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10724,26 +10724,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10761,26 +10761,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10799,25 +10799,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10836,25 +10836,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10873,25 +10873,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10910,25 +10910,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10947,25 +10947,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10984,25 +10984,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11021,25 +11021,25 @@ AnimationClip: value: -0.368 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.368 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11058,25 +11058,25 @@ AnimationClip: value: 0.623 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.623 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11095,25 +11095,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11132,25 +11132,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11169,25 +11169,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11206,25 +11206,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11243,25 +11243,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11280,25 +11280,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11317,25 +11317,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11353,26 +11353,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11391,25 +11391,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11427,26 +11427,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11465,25 +11465,25 @@ AnimationClip: value: 0.718 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.718 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11502,25 +11502,25 @@ AnimationClip: value: -0.402 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11539,25 +11539,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11576,25 +11576,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11613,25 +11613,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11650,25 +11650,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11687,25 +11687,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11724,25 +11724,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11761,25 +11761,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11797,26 +11797,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11835,25 +11835,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11872,25 +11872,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11909,25 +11909,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11946,25 +11946,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11982,26 +11982,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12020,25 +12020,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12057,25 +12057,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12094,25 +12094,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12131,25 +12131,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12168,25 +12168,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12205,25 +12205,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12242,25 +12242,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12279,25 +12279,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12316,25 +12316,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12353,25 +12353,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12389,26 +12389,26 @@ AnimationClip: time: 0 value: 1.055 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.0300014 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.057 - inSlope: 0 + inSlope: 0.0300014 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.057 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12426,26 +12426,26 @@ AnimationClip: time: 0 value: 0.47 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0500003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54 - inSlope: 0 + inSlope: 1.0500003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12464,25 +12464,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12501,25 +12501,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12538,25 +12538,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12575,25 +12575,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12611,26 +12611,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12649,25 +12649,25 @@ AnimationClip: value: 1.064 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12686,25 +12686,25 @@ AnimationClip: value: 0.016 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.016 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.016 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12723,25 +12723,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12760,25 +12760,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12797,25 +12797,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12834,25 +12834,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12871,25 +12871,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12908,25 +12908,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12945,25 +12945,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12981,26 +12981,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13019,25 +13019,25 @@ AnimationClip: value: 1.0394 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0394 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0394 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13056,25 +13056,25 @@ AnimationClip: value: -0.0828 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0828 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13093,25 +13093,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13130,25 +13130,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13167,25 +13167,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13204,25 +13204,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13241,25 +13241,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13278,25 +13278,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13315,25 +13315,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13351,26 +13351,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13389,25 +13389,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13426,25 +13426,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13463,25 +13463,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13499,26 +13499,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13536,26 +13536,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13574,25 +13574,25 @@ AnimationClip: value: 1.034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13611,25 +13611,25 @@ AnimationClip: value: -0.629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13648,25 +13648,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13685,25 +13685,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13722,25 +13722,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13759,25 +13759,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13796,25 +13796,25 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.09 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13833,25 +13833,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13870,25 +13870,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13906,26 +13906,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13944,25 +13944,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13981,25 +13981,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14018,25 +14018,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14054,26 +14054,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14092,25 +14092,25 @@ AnimationClip: value: 1.6963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14129,25 +14129,25 @@ AnimationClip: value: -0.3642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14166,25 +14166,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14203,25 +14203,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14240,25 +14240,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14277,25 +14277,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14314,25 +14314,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14351,25 +14351,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14388,25 +14388,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14424,26 +14424,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14462,25 +14462,25 @@ AnimationClip: value: 1.4034 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.4034 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14499,25 +14499,25 @@ AnimationClip: value: -0.5236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14536,25 +14536,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14573,25 +14573,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14610,25 +14610,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14647,25 +14647,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14683,26 +14683,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14721,25 +14721,25 @@ AnimationClip: value: 1.033 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.033 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14758,25 +14758,25 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14795,25 +14795,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14832,25 +14832,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14869,25 +14869,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14906,25 +14906,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14943,25 +14943,25 @@ AnimationClip: value: 0.6644 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14980,25 +14980,25 @@ AnimationClip: value: -0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15017,25 +15017,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15054,25 +15054,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15091,25 +15091,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15128,25 +15128,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15165,25 +15165,25 @@ AnimationClip: value: 0.4041 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.4041 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15202,25 +15202,25 @@ AnimationClip: value: -0.3711 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3711 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15239,25 +15239,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15276,25 +15276,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15313,25 +15313,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15350,25 +15350,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15387,25 +15387,25 @@ AnimationClip: value: 1.095 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.095 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.095 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15424,25 +15424,25 @@ AnimationClip: value: 0.696 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.696 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15461,25 +15461,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15498,25 +15498,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15535,25 +15535,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15572,25 +15572,25 @@ AnimationClip: value: 171.847 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 171.847 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 171.847 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15609,25 +15609,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15646,25 +15646,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15683,25 +15683,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15713,6 +15713,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -16463,36 +16493,6 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim.meta index 29c047562..1fd6c3ce4 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim index 526e4284b..e3bc67922 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -132.942} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -132.942} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -947,7 +947,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 132.942} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -956,7 +956,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 132.942} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.425, y: 0.245, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.425, y: 0.245, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.539, y: 0.115, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2972, y: 0.5108, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2972, y: 0.5108, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.143, y: 0.11, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.143, y: 0.11, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.108, y: 0.506, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.108, y: 0.506, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.6448, y: 0.3692, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.0515, y: 0.111, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.699, y: 0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.699, y: 0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.394, y: -0.495, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.394, y: -0.495, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.0024, y: -0.4987, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.0024, y: -0.4987, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.263, y: -0.278, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.263, y: -0.278, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.125, y: -0.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.125, y: -0.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.1319, y: -0.282, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.1319, y: -0.282, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.28, y: -0.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.28, y: -0.21, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.023, y: 0.943, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.912, y: -0.435, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.912, y: -0.435, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 0.693, y: 0.85, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.060000118, y: 1.0649997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.060000118, y: 1.0649997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.697, y: 0.921, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7072, y: -0.0706, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7072, y: -0.0706, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7101, y: -0.1734, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7101, y: -0.1734, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.695, y: -0.629, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.71, y: -0.139, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2663, y: -0.3636, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.0247, y: -0.5228, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.693, y: -0.573, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1900,7 +1900,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1909,7 +1909,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.363, y: -0.52, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1934,7 +1934,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1943,7 +1943,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.1347, y: -0.363, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1968,7 +1968,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.236, y: 0.916, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1977,7 +1977,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.236, y: 0.916, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2012,7 +2012,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2046,7 +2046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2080,7 +2080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2114,7 +2114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2148,7 +2148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2182,7 +2182,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2250,7 +2250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2386,7 +2386,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2454,7 +2454,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2488,7 +2488,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2513,7 +2513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2522,7 +2522,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.99, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2547,7 +2547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2556,7 +2556,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2581,7 +2581,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2590,7 +2590,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.7, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2624,7 +2624,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2642,26 +2642,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2679,26 +2679,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2716,26 +2716,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2753,26 +2753,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2790,26 +2790,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2827,26 +2827,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2864,26 +2864,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2901,26 +2901,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2938,26 +2938,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2975,26 +2975,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3012,26 +3012,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3049,26 +3049,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3086,26 +3086,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3123,26 +3123,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3160,26 +3160,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3197,26 +3197,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3234,26 +3234,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3271,26 +3271,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3308,26 +3308,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3345,26 +3345,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3382,26 +3382,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3419,26 +3419,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3456,26 +3456,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3493,26 +3493,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3530,26 +3530,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3567,26 +3567,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3604,26 +3604,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3641,26 +3641,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3679,25 +3679,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3715,26 +3715,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3752,26 +3752,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3790,25 +3790,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3827,25 +3827,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3864,25 +3864,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3901,25 +3901,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3937,26 +3937,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3975,25 +3975,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4011,26 +4011,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4048,26 +4048,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4085,26 +4085,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4123,25 +4123,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4160,25 +4160,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4197,25 +4197,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4233,26 +4233,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4270,26 +4270,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4307,26 +4307,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4345,25 +4345,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4382,25 +4382,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4419,25 +4419,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4455,26 +4455,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4493,25 +4493,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4530,25 +4530,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4566,26 +4566,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4603,26 +4603,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4640,26 +4640,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6010,25 +6010,25 @@ AnimationClip: value: 2.425 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.425 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.425 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6047,25 +6047,25 @@ AnimationClip: value: 0.245 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.245 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.245 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6084,25 +6084,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6121,25 +6121,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6158,25 +6158,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6195,25 +6195,25 @@ AnimationClip: value: -132.942 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -132.942 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -132.942 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6231,26 +6231,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6269,25 +6269,25 @@ AnimationClip: value: 1.539 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6306,25 +6306,25 @@ AnimationClip: value: 0.115 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.115 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6343,25 +6343,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6380,25 +6380,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6417,25 +6417,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6454,25 +6454,25 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6491,25 +6491,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6528,25 +6528,25 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6565,25 +6565,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6601,26 +6601,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6638,26 +6638,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6676,25 +6676,25 @@ AnimationClip: value: 1.2972 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2972 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6713,25 +6713,25 @@ AnimationClip: value: 0.5108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.5108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6750,25 +6750,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6787,25 +6787,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6824,25 +6824,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6861,25 +6861,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6898,25 +6898,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6935,25 +6935,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6972,25 +6972,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7008,26 +7008,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7045,26 +7045,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7083,25 +7083,25 @@ AnimationClip: value: -0.143 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.143 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7120,25 +7120,25 @@ AnimationClip: value: 0.11 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.11 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.11 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7157,25 +7157,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7194,25 +7194,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7231,25 +7231,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7268,25 +7268,25 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7305,25 +7305,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7342,25 +7342,25 @@ AnimationClip: value: 1.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7379,25 +7379,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7415,26 +7415,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7452,26 +7452,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7490,25 +7490,25 @@ AnimationClip: value: 0.108 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7527,25 +7527,25 @@ AnimationClip: value: 0.506 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.506 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.506 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7564,25 +7564,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7601,25 +7601,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7638,25 +7638,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7675,25 +7675,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7712,25 +7712,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7749,25 +7749,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7786,25 +7786,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7822,26 +7822,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7859,26 +7859,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7897,25 +7897,25 @@ AnimationClip: value: 1.6448 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.6448 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7934,25 +7934,25 @@ AnimationClip: value: 0.3692 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.3692 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7971,25 +7971,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8008,25 +8008,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8045,25 +8045,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8082,25 +8082,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8119,25 +8119,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8156,25 +8156,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8193,25 +8193,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8229,26 +8229,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8266,26 +8266,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8304,25 +8304,25 @@ AnimationClip: value: -0.0515 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0515 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8341,25 +8341,25 @@ AnimationClip: value: 0.111 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.111 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8378,25 +8378,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8415,25 +8415,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8452,25 +8452,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8489,25 +8489,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8526,25 +8526,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8563,25 +8563,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8600,25 +8600,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8636,26 +8636,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8673,26 +8673,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8711,25 +8711,25 @@ AnimationClip: value: -0.699 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8748,25 +8748,25 @@ AnimationClip: value: 0.362 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8785,25 +8785,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8822,25 +8822,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8859,25 +8859,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8896,25 +8896,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8932,26 +8932,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8969,26 +8969,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9006,26 +9006,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9044,25 +9044,25 @@ AnimationClip: value: -0.394 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.394 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.394 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9081,25 +9081,25 @@ AnimationClip: value: -0.495 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.495 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.495 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9118,25 +9118,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9155,25 +9155,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9192,25 +9192,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9229,25 +9229,25 @@ AnimationClip: value: -10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9265,26 +9265,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9302,26 +9302,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9340,25 +9340,25 @@ AnimationClip: value: -1.0024 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.0024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.0024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9377,25 +9377,25 @@ AnimationClip: value: -0.4987 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.4987 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.4987 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9414,25 +9414,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9451,25 +9451,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9488,25 +9488,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9525,25 +9525,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9561,26 +9561,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9598,26 +9598,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9636,25 +9636,25 @@ AnimationClip: value: -1.263 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.263 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9673,25 +9673,25 @@ AnimationClip: value: -0.278 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.278 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.278 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9710,25 +9710,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9747,25 +9747,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9784,25 +9784,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9821,25 +9821,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9858,25 +9858,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9895,25 +9895,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9932,25 +9932,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9969,25 +9969,25 @@ AnimationClip: value: -1.125 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.125 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.125 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10006,25 +10006,25 @@ AnimationClip: value: -0.21 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10043,25 +10043,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10080,25 +10080,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10117,25 +10117,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10154,25 +10154,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10191,25 +10191,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10228,25 +10228,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10265,25 +10265,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10301,26 +10301,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10338,26 +10338,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10375,26 +10375,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10413,25 +10413,25 @@ AnimationClip: value: -0.1319 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.1319 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10450,25 +10450,25 @@ AnimationClip: value: -0.282 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.282 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.282 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10487,25 +10487,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10524,25 +10524,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10561,25 +10561,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10598,25 +10598,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10635,25 +10635,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10672,25 +10672,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10709,25 +10709,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10745,26 +10745,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10783,25 +10783,25 @@ AnimationClip: value: -0.28 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.28 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.28 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10820,25 +10820,25 @@ AnimationClip: value: -0.21 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10857,25 +10857,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10894,25 +10894,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10931,25 +10931,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10968,25 +10968,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11005,25 +11005,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11042,25 +11042,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11079,25 +11079,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11115,26 +11115,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11152,26 +11152,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11189,26 +11189,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11227,25 +11227,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11264,25 +11264,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11301,25 +11301,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11338,25 +11338,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11375,25 +11375,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11412,25 +11412,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11449,25 +11449,25 @@ AnimationClip: value: 0.023 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.023 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.023 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11486,25 +11486,25 @@ AnimationClip: value: 0.943 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.943 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.943 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11523,25 +11523,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11560,25 +11560,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11597,25 +11597,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11634,25 +11634,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11671,25 +11671,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11708,25 +11708,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11745,25 +11745,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11781,26 +11781,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11819,25 +11819,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11855,26 +11855,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11893,25 +11893,25 @@ AnimationClip: value: 0.912 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.912 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.912 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11930,25 +11930,25 @@ AnimationClip: value: -0.435 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.435 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11967,25 +11967,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12004,25 +12004,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12041,25 +12041,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12078,25 +12078,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12115,25 +12115,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12152,25 +12152,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12189,25 +12189,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12225,26 +12225,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12263,25 +12263,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12300,25 +12300,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12337,25 +12337,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12374,25 +12374,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12410,26 +12410,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12448,25 +12448,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12485,25 +12485,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12522,25 +12522,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12559,25 +12559,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12596,25 +12596,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12633,25 +12633,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12670,25 +12670,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12707,25 +12707,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12744,25 +12744,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12781,25 +12781,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12817,26 +12817,26 @@ AnimationClip: time: 0 value: 0.693 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.060000118 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.697 - inSlope: 0 + inSlope: 0.060000118 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.697 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12854,26 +12854,26 @@ AnimationClip: time: 0 value: 0.85 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.921 - inSlope: 0 + inSlope: 1.0649997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.921 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12892,25 +12892,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12929,25 +12929,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12966,25 +12966,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13003,25 +13003,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13039,26 +13039,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13077,25 +13077,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13114,25 +13114,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13151,25 +13151,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13188,25 +13188,25 @@ AnimationClip: value: 0.7072 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7072 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7072 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13225,25 +13225,25 @@ AnimationClip: value: -0.0706 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0706 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0706 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13262,25 +13262,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13299,25 +13299,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13336,25 +13336,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13373,25 +13373,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13410,25 +13410,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13447,25 +13447,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13484,25 +13484,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13520,26 +13520,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13558,25 +13558,25 @@ AnimationClip: value: 0.7101 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7101 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7101 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13595,25 +13595,25 @@ AnimationClip: value: -0.1734 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.1734 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.1734 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13632,25 +13632,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13669,25 +13669,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13706,25 +13706,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13743,25 +13743,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13780,25 +13780,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13817,25 +13817,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13854,25 +13854,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13890,26 +13890,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13928,25 +13928,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13965,25 +13965,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14002,25 +14002,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14038,26 +14038,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14075,26 +14075,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14113,25 +14113,25 @@ AnimationClip: value: 0.695 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14150,25 +14150,25 @@ AnimationClip: value: -0.629 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14187,25 +14187,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14224,25 +14224,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14261,25 +14261,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14298,25 +14298,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14335,25 +14335,25 @@ AnimationClip: value: 0.99 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14372,25 +14372,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14409,25 +14409,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14445,26 +14445,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14483,25 +14483,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14520,25 +14520,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14557,25 +14557,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14593,26 +14593,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14631,25 +14631,25 @@ AnimationClip: value: 0.71 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.71 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14668,25 +14668,25 @@ AnimationClip: value: -0.139 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.139 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14705,25 +14705,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14742,25 +14742,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14779,25 +14779,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14816,25 +14816,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14853,25 +14853,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14890,25 +14890,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14926,26 +14926,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14964,25 +14964,25 @@ AnimationClip: value: 1.2663 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2663 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15001,25 +15001,25 @@ AnimationClip: value: -0.3636 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3636 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15038,25 +15038,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15075,25 +15075,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15112,25 +15112,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15149,25 +15149,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15186,25 +15186,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15223,25 +15223,25 @@ AnimationClip: value: 0.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15260,25 +15260,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15296,26 +15296,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15334,25 +15334,25 @@ AnimationClip: value: 1.0247 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.0247 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15371,25 +15371,25 @@ AnimationClip: value: -0.5228 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.5228 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15408,25 +15408,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15445,25 +15445,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15482,25 +15482,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15519,25 +15519,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15555,26 +15555,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15593,25 +15593,25 @@ AnimationClip: value: 0.693 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.693 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15630,25 +15630,25 @@ AnimationClip: value: -0.573 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.573 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15667,25 +15667,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15704,25 +15704,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15741,25 +15741,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15778,25 +15778,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15815,25 +15815,25 @@ AnimationClip: value: 0.363 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15852,25 +15852,25 @@ AnimationClip: value: -0.52 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15889,25 +15889,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15926,25 +15926,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15963,25 +15963,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16000,25 +16000,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16037,25 +16037,25 @@ AnimationClip: value: 0.1347 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.1347 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16074,25 +16074,25 @@ AnimationClip: value: -0.363 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.363 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16111,25 +16111,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16148,25 +16148,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16185,25 +16185,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16222,25 +16222,25 @@ AnimationClip: value: 30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16259,25 +16259,25 @@ AnimationClip: value: 1.236 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16296,25 +16296,25 @@ AnimationClip: value: 0.916 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.916 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16333,25 +16333,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16370,25 +16370,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16407,25 +16407,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16444,25 +16444,25 @@ AnimationClip: value: 132.942 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 132.942 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 132.942 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16481,25 +16481,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16518,25 +16518,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16555,25 +16555,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16585,6 +16585,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -17365,36 +17395,6 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim.meta index 313a260f3..a35dce6ad 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim index b281278ca..1f7f1f15a 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -55.646} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -55.646} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -63,7 +63,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -97,7 +97,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -106,7 +106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -60} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -131,7 +131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -140,7 +140,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 180} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -165,7 +165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -174,7 +174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -199,7 +199,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -208,7 +208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -267,7 +267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -276,7 +276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -301,7 +301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -310,7 +310,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -344,7 +344,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -378,7 +378,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -437,7 +437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -446,7 +446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -471,7 +471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -480,7 +480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -505,7 +505,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -514,7 +514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -539,7 +539,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -548,7 +548,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -573,7 +573,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -582,7 +582,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -616,7 +616,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,7 +675,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -709,7 +709,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,7 +718,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -752,7 +752,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 10} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 180, z: 20} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -913,7 +913,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 55.646} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -922,7 +922,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 55.646} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 7.7, y: 2.32, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 7.7, y: 2.32, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -982,7 +982,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -991,7 +991,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1016,7 +1016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.503, y: 1.299, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1025,7 +1025,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.503, y: 1.299, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1050,7 +1050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.205, y: 1.122, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1059,7 +1059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.205, y: 1.122, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1084,7 +1084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.202, y: 0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1093,7 +1093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.202, y: 0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1118,7 +1118,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.376, y: 0.894, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1127,7 +1127,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.376, y: 0.894, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1152,7 +1152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.708, y: 1.51, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1161,7 +1161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.708, y: 1.51, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.22, y: 0.285, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.22, y: 0.285, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.7856, y: 0.6595, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1229,7 +1229,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.7856, y: 0.6595, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1254,7 +1254,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.993, y: -0.561, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1263,7 +1263,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.993, y: -0.561, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1288,7 +1288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.591, y: -0.547, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1297,7 +1297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.591, y: -0.547, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -2.157, y: -0.159, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -2.157, y: -0.159, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1356,7 +1356,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1365,7 +1365,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.098, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1390,7 +1390,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.4, y: -0.166, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.4, y: -0.166, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1433,7 +1433,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.2593, y: -0.163, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.122, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -1.167, y: 1.024, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1526,7 +1526,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.182, y: -0.476, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.182, y: -0.476, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1560,7 +1560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1569,7 +1569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: time: 0 value: {x: 1.836, y: 1.253, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.29999968, y: 0.9149998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1594,7 +1594,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.816, y: 1.314, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.29999968, y: 0.9149998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1603,7 +1603,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.816, y: 1.314, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1628,7 +1628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1637,7 +1637,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1662,7 +1662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.763, y: 0.188, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1671,7 +1671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.763, y: 0.188, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1696,7 +1696,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.8103, y: -0.0376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1705,7 +1705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.8103, y: -0.0376, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1739,7 +1739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.8753, y: -0.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1764,7 +1764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.774, y: 0.173, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1798,7 +1798,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1807,7 +1807,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.535, y: -0.176, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1832,7 +1832,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1841,7 +1841,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.302, y: -0.3639, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1866,7 +1866,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1875,7 +1875,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.993, y: -0.453, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1900,7 +1900,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1909,7 +1909,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.653, y: -0.452, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1934,7 +1934,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1943,7 +1943,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.342, y: -0.371, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1968,7 +1968,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2.833, y: -0.373, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1977,7 +1977,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2.833, y: -0.373, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2003,7 +2003,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2012,7 +2012,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2037,7 +2037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2046,7 +2046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2071,7 +2071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2080,7 +2080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2105,7 +2105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2114,7 +2114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2139,7 +2139,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2148,7 +2148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2173,7 +2173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2182,7 +2182,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2207,7 +2207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2241,7 +2241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2250,7 +2250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2275,7 +2275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2284,7 +2284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2309,7 +2309,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2318,7 +2318,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2343,7 +2343,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2352,7 +2352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2377,7 +2377,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2386,7 +2386,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2445,7 +2445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2454,7 +2454,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2479,7 +2479,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2488,7 +2488,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2513,7 +2513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2522,7 +2522,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2547,7 +2547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2556,7 +2556,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2581,7 +2581,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2590,7 +2590,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2624,7 +2624,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2649,7 +2649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2658,7 +2658,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2683,7 +2683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2692,7 +2692,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2717,7 +2717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2726,7 +2726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2751,7 +2751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2760,7 +2760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2785,7 +2785,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2794,7 +2794,7 @@ AnimationClip: - serializedVersion: 3 time: 0.11666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2812,26 +2812,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2849,26 +2849,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2886,26 +2886,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2923,26 +2923,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2960,26 +2960,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2997,26 +2997,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3034,26 +3034,26 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3071,26 +3071,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3108,26 +3108,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3145,26 +3145,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3182,26 +3182,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3219,26 +3219,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3256,26 +3256,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3293,26 +3293,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3330,26 +3330,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3367,26 +3367,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3404,26 +3404,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3441,26 +3441,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3478,26 +3478,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3515,26 +3515,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3552,26 +3552,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3589,26 +3589,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3626,26 +3626,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3663,26 +3663,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3700,26 +3700,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3737,26 +3737,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3774,26 +3774,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3811,26 +3811,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3848,26 +3848,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3885,26 +3885,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3922,26 +3922,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3959,26 +3959,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3997,25 +3997,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4033,26 +4033,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4070,26 +4070,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4108,25 +4108,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4145,25 +4145,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4182,25 +4182,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4219,25 +4219,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4255,26 +4255,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4293,25 +4293,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4329,26 +4329,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4366,26 +4366,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4403,26 +4403,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4441,25 +4441,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4478,25 +4478,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4515,25 +4515,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4551,26 +4551,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4588,26 +4588,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4625,26 +4625,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4663,25 +4663,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4700,25 +4700,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4737,25 +4737,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4773,26 +4773,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4810,26 +4810,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4848,25 +4848,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4885,25 +4885,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4921,26 +4921,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4958,26 +4958,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4995,26 +4995,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6414,25 +6414,25 @@ AnimationClip: value: 7.7 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 7.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 7.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6451,25 +6451,25 @@ AnimationClip: value: 2.32 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.32 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.32 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6488,25 +6488,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6525,25 +6525,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6562,25 +6562,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6599,25 +6599,25 @@ AnimationClip: value: -55.646 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -55.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -55.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6636,25 +6636,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6673,25 +6673,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6710,25 +6710,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6746,26 +6746,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6784,25 +6784,25 @@ AnimationClip: value: 2.503 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.503 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.503 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6821,25 +6821,25 @@ AnimationClip: value: 1.299 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.299 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.299 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6858,25 +6858,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6895,25 +6895,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6932,25 +6932,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6969,25 +6969,25 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7006,25 +7006,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7043,25 +7043,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7080,25 +7080,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7116,26 +7116,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7153,26 +7153,26 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7191,25 +7191,25 @@ AnimationClip: value: 2.205 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.205 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.205 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7228,25 +7228,25 @@ AnimationClip: value: 1.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7265,25 +7265,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7302,25 +7302,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7339,25 +7339,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7376,25 +7376,25 @@ AnimationClip: value: -60 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -60 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7413,25 +7413,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7450,25 +7450,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7487,25 +7487,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7523,26 +7523,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7560,26 +7560,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7598,25 +7598,25 @@ AnimationClip: value: 1.202 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.202 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.202 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7635,25 +7635,25 @@ AnimationClip: value: 0.534 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7672,25 +7672,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7709,25 +7709,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7746,25 +7746,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7783,25 +7783,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7820,25 +7820,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7857,25 +7857,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7894,25 +7894,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7930,26 +7930,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7967,26 +7967,26 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8005,25 +8005,25 @@ AnimationClip: value: 1.376 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8042,25 +8042,25 @@ AnimationClip: value: 0.894 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.894 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.894 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8079,25 +8079,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8116,25 +8116,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8153,25 +8153,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8190,25 +8190,25 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8227,25 +8227,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8264,25 +8264,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8301,25 +8301,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8337,26 +8337,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8374,26 +8374,26 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8412,25 +8412,25 @@ AnimationClip: value: 2.708 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.708 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.708 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8449,25 +8449,25 @@ AnimationClip: value: 1.51 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8486,25 +8486,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8523,25 +8523,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8560,25 +8560,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8597,25 +8597,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8634,25 +8634,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8671,25 +8671,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8708,25 +8708,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8744,26 +8744,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8781,26 +8781,26 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8819,25 +8819,25 @@ AnimationClip: value: 1.22 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.22 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.22 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8856,25 +8856,25 @@ AnimationClip: value: 0.285 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.285 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.285 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8893,25 +8893,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8930,25 +8930,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8967,25 +8967,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9004,25 +9004,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9041,25 +9041,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9078,25 +9078,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9115,25 +9115,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9151,26 +9151,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9188,26 +9188,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9225,26 +9225,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9263,25 +9263,25 @@ AnimationClip: value: -1.7856 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.7856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.7856 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9300,25 +9300,25 @@ AnimationClip: value: 0.6595 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6595 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6595 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9337,25 +9337,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9374,25 +9374,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9411,25 +9411,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9448,25 +9448,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9485,25 +9485,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9522,25 +9522,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9559,25 +9559,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9595,26 +9595,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9632,26 +9632,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9669,26 +9669,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9706,26 +9706,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9744,25 +9744,25 @@ AnimationClip: value: -0.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9781,25 +9781,25 @@ AnimationClip: value: -0.561 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.561 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.561 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9818,25 +9818,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9855,25 +9855,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9892,25 +9892,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9929,25 +9929,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9965,26 +9965,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10002,26 +10002,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10039,26 +10039,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10077,25 +10077,25 @@ AnimationClip: value: -2.591 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10114,25 +10114,25 @@ AnimationClip: value: -0.547 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10151,25 +10151,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10187,26 +10187,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10224,26 +10224,26 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10262,25 +10262,25 @@ AnimationClip: value: -2.157 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -2.157 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -2.157 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10299,25 +10299,25 @@ AnimationClip: value: -0.159 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.159 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.159 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10336,25 +10336,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10373,25 +10373,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10410,25 +10410,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10447,25 +10447,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10484,25 +10484,25 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10521,25 +10521,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10558,25 +10558,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10594,26 +10594,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10632,25 +10632,25 @@ AnimationClip: value: -1.098 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.098 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10669,25 +10669,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10706,25 +10706,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10743,25 +10743,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10780,25 +10780,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10817,25 +10817,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10854,25 +10854,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10891,25 +10891,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10928,25 +10928,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10964,26 +10964,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11001,26 +11001,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11038,26 +11038,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11076,25 +11076,25 @@ AnimationClip: value: -1.4 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11113,25 +11113,25 @@ AnimationClip: value: -0.166 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.166 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.166 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11150,25 +11150,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11187,25 +11187,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11224,25 +11224,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11261,25 +11261,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11298,25 +11298,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11335,25 +11335,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11372,25 +11372,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11408,26 +11408,26 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11446,25 +11446,25 @@ AnimationClip: value: -0.2593 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.2593 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11483,25 +11483,25 @@ AnimationClip: value: -0.163 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.163 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11520,25 +11520,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11557,25 +11557,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11594,25 +11594,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11631,25 +11631,25 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11668,25 +11668,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11705,25 +11705,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11742,25 +11742,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11778,26 +11778,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11815,26 +11815,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11852,26 +11852,26 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11890,25 +11890,25 @@ AnimationClip: value: 0.122 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.122 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11927,25 +11927,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11964,25 +11964,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12001,25 +12001,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12038,25 +12038,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12075,25 +12075,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12112,25 +12112,25 @@ AnimationClip: value: -1.167 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.167 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -1.167 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12149,25 +12149,25 @@ AnimationClip: value: 1.024 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.024 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12186,25 +12186,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12223,25 +12223,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12260,25 +12260,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12297,25 +12297,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12334,25 +12334,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12371,25 +12371,25 @@ AnimationClip: value: 0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12408,25 +12408,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12444,26 +12444,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12482,25 +12482,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12518,26 +12518,26 @@ AnimationClip: time: 0 value: 4 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 4 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 4 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12556,25 +12556,25 @@ AnimationClip: value: -0.182 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.182 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12593,25 +12593,25 @@ AnimationClip: value: -0.476 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12630,25 +12630,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12667,25 +12667,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12704,25 +12704,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12741,25 +12741,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12778,25 +12778,25 @@ AnimationClip: value: 2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12815,25 +12815,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12852,25 +12852,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12888,26 +12888,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12926,25 +12926,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12963,25 +12963,25 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13000,25 +13000,25 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13037,25 +13037,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13073,26 +13073,26 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13111,25 +13111,25 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13148,25 +13148,25 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13185,25 +13185,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13222,25 +13222,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13259,25 +13259,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13296,25 +13296,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13333,25 +13333,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13370,25 +13370,25 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13407,25 +13407,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13444,25 +13444,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13480,26 +13480,26 @@ AnimationClip: time: 0 value: 1.836 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.29999968 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.816 - inSlope: 0 + inSlope: -0.29999968 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.816 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13517,26 +13517,26 @@ AnimationClip: time: 0 value: 1.253 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.9149998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.314 - inSlope: 0 + inSlope: 0.9149998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.314 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13555,25 +13555,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13592,25 +13592,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13629,25 +13629,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13666,25 +13666,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13702,26 +13702,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13740,25 +13740,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13777,25 +13777,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13814,25 +13814,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13851,25 +13851,25 @@ AnimationClip: value: 1.763 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.763 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.763 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13888,25 +13888,25 @@ AnimationClip: value: 0.188 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.188 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.188 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13925,25 +13925,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13962,25 +13962,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13999,25 +13999,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14036,25 +14036,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14073,25 +14073,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14110,25 +14110,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14147,25 +14147,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14183,26 +14183,26 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14221,25 +14221,25 @@ AnimationClip: value: 1.8103 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.8103 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14258,25 +14258,25 @@ AnimationClip: value: -0.0376 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.0376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.0376 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14295,25 +14295,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14332,25 +14332,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14369,25 +14369,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14406,25 +14406,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14443,25 +14443,25 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14480,25 +14480,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14517,25 +14517,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14553,26 +14553,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14591,25 +14591,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14628,25 +14628,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14665,25 +14665,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14701,26 +14701,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14738,26 +14738,26 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14776,25 +14776,25 @@ AnimationClip: value: 1.8753 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.8753 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14813,25 +14813,25 @@ AnimationClip: value: -0.608 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14850,25 +14850,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14887,25 +14887,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14924,25 +14924,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14961,25 +14961,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14998,25 +14998,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15035,25 +15035,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15072,25 +15072,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15108,26 +15108,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15146,25 +15146,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15183,25 +15183,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15220,25 +15220,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15256,26 +15256,26 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15294,25 +15294,25 @@ AnimationClip: value: 1.774 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.774 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15331,25 +15331,25 @@ AnimationClip: value: 0.173 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.173 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15368,25 +15368,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15405,25 +15405,25 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15442,25 +15442,25 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15479,25 +15479,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15515,26 +15515,26 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15553,25 +15553,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15590,25 +15590,25 @@ AnimationClip: value: 0.39215687 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0.39215687 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15626,26 +15626,26 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15664,25 +15664,25 @@ AnimationClip: value: 2.535 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.535 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15701,25 +15701,25 @@ AnimationClip: value: -0.176 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.176 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15738,25 +15738,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15775,25 +15775,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15812,25 +15812,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15849,25 +15849,25 @@ AnimationClip: value: -30 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15886,25 +15886,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15923,25 +15923,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15960,25 +15960,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15996,26 +15996,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16034,25 +16034,25 @@ AnimationClip: value: 2.302 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.302 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16071,25 +16071,25 @@ AnimationClip: value: -0.3639 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.3639 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16108,25 +16108,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16145,25 +16145,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16182,25 +16182,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16219,25 +16219,25 @@ AnimationClip: value: -15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16256,25 +16256,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16293,25 +16293,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16330,25 +16330,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16366,26 +16366,26 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.11666667 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -16404,25 +16404,25 @@ AnimationClip: value: 1.993 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.993 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16441,25 +16441,25 @@ AnimationClip: value: -0.453 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.453 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16478,25 +16478,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16515,25 +16515,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16552,25 +16552,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16589,25 +16589,25 @@ AnimationClip: value: -5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16626,25 +16626,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16663,25 +16663,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16700,25 +16700,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16737,25 +16737,25 @@ AnimationClip: value: 1.653 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.653 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16774,25 +16774,25 @@ AnimationClip: value: -0.452 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.452 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16811,25 +16811,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16848,25 +16848,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16885,25 +16885,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16922,25 +16922,25 @@ AnimationClip: value: 10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 10 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16959,25 +16959,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16996,25 +16996,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17033,25 +17033,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17070,25 +17070,25 @@ AnimationClip: value: 1.342 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1.342 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17107,25 +17107,25 @@ AnimationClip: value: -0.371 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.371 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17144,25 +17144,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17181,25 +17181,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17218,25 +17218,25 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17255,25 +17255,25 @@ AnimationClip: value: 20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 20 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17292,25 +17292,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17329,25 +17329,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17366,25 +17366,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17403,25 +17403,25 @@ AnimationClip: value: 2.833 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 2.833 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 2.833 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17440,25 +17440,25 @@ AnimationClip: value: -0.373 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.373 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: -0.373 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17477,25 +17477,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17514,25 +17514,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17551,25 +17551,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17588,25 +17588,25 @@ AnimationClip: value: 55.646 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 55.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 55.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17625,25 +17625,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17662,25 +17662,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17699,25 +17699,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.11666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -17729,6 +17729,36 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -18479,36 +18509,6 @@ AnimationClip: path: mawashi/mawashipose/rope2 classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashipose/rope3 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim.meta index b62300348..b5ed7cb9d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim new file mode 100644 index 000000000..62d77cfa6 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim @@ -0,0 +1,19121 @@ +%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: SumoPosePBopMiss4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 95.262} + 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.06666667 + value: {x: 0, y: 180, z: 95.262} + 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.13333334 + value: {x: 0, y: 180, z: 95.262} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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.06666667 + value: {x: 0, y: 0, z: 170.78} + 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.13333334 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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.06666667 + value: {x: 0, y: 0, z: 30.23} + 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.13333334 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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.06666667 + value: {x: 0, y: 180, z: -60} + 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.13333334 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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.06666667 + value: {x: 0, y: 180, z: 18} + 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.13333334 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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.06666667 + value: {x: 0, y: 0, z: -10} + 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.13333334 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -27} + 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.06666667 + value: {x: 0, y: 0, z: -27} + 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.13333334 + value: {x: 0, y: 0, z: -27} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 35.999} + 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.06666667 + value: {x: 0, y: 0, z: 35.999} + 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.13333334 + value: {x: 0, y: 0, z: 35.999} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -29.99} + 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.06666667 + value: {x: 0, y: 0, z: -29.99} + 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.13333334 + value: {x: 0, y: 0, z: -29.99} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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.06666667 + value: {x: 0, y: 180, z: -6.302} + 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.13333334 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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.06666667 + value: {x: 0, y: 180, z: -36.302} + 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.13333334 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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.06666667 + value: {x: 0, y: 180, z: -21.302} + 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.13333334 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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.06666667 + value: {x: 0, y: 180, z: -11.302} + 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.13333334 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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.06666667 + value: {x: 0, y: 180, z: 3.697} + 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.13333334 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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.06666667 + value: {x: 0, y: 180, z: 13.697} + 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.13333334 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -95.262} + 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.06666667 + value: {x: 0, y: 0, z: -95.262} + 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.13333334 + value: {x: 0, y: 0, z: -95.262} + 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: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.28, y: -3.99, z: 0} + 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.06666667 + value: {x: 2.28, y: -3.99, z: 0} + 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.13333334 + value: {x: 2.28, y: -3.99, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/arms + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.6131, y: 0.891, z: 0} + 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.06666667 + value: {x: 1.6131, y: 0.891, z: 0} + 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.13333334 + value: {x: 1.6131, y: 0.891, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3087, y: 1.0425, z: 0} + 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.06666667 + value: {x: 1.3087, y: 1.0425, z: 0} + 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.13333334 + value: {x: 1.3087, y: 1.0425, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.011, y: 1.0387, z: 0} + 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.06666667 + value: {x: 0.011, y: 1.0387, z: 0} + 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.13333334 + value: {x: 0.011, y: 1.0387, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.408, y: 0.993, z: 0} + 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.06666667 + value: {x: 0.408, y: 0.993, z: 0} + 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.13333334 + value: {x: 0.408, y: 0.993, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.06666667 + value: {x: 1.5399, y: 0.6593, z: 0} + 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.13333334 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.285, y: 1.233, z: 0} + 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.06666667 + value: {x: -0.285, y: 1.233, z: 0} + 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.13333334 + value: {x: -0.285, y: 1.233, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.902, y: 0.694, z: 0} + 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.06666667 + value: {x: -0.902, y: 0.694, z: 0} + 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.13333334 + value: {x: -0.902, y: 0.694, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.3059, y: -0.6299, z: 0} + 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.06666667 + value: {x: -0.3059, y: -0.6299, z: 0} + 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.13333334 + value: {x: -0.3059, y: -0.6299, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.6653, y: -0.2847, z: 0} + 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.06666667 + value: {x: -1.6653, y: -0.2847, z: 0} + 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.13333334 + value: {x: -1.6653, y: -0.2847, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.5558, y: 0.0163, z: 0} + 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.06666667 + value: {x: -1.5558, y: 0.0163, z: 0} + 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.13333334 + value: {x: -1.5558, y: 0.0163, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.376, y: 0.119, z: 0} + 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.06666667 + value: {x: -1.376, y: 0.119, z: 0} + 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.13333334 + value: {x: -1.376, y: 0.119, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.3761, y: -0.3237, z: 0} + 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.06666667 + value: {x: -0.3761, y: -0.3237, z: 0} + 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.13333334 + value: {x: -0.3761, y: -0.3237, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.601, y: -0.07, z: 0} + 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.06666667 + value: {x: -0.601, y: -0.07, z: 0} + 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.13333334 + value: {x: -0.601, y: -0.07, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.256, y: 0.9558, z: 0} + 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.06666667 + value: {x: -0.256, y: 0.9558, z: 0} + 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.13333334 + value: {x: -0.256, y: 0.9558, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.629, y: -0.571, z: 0} + 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.06666667 + value: {x: 0.629, y: -0.571, z: 0} + 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.13333334 + value: {x: 0.629, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8924, y: 1.2542, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.981, y: 0.6869995, 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.06666667 + value: {x: 0.827, y: 1.3, z: 0} + inSlope: {x: -0.981, y: 0.6869995, 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.13333334 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9268, y: 0.2558, z: 0} + 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.06666667 + value: {x: 0.9268, y: 0.2558, z: 0} + 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.13333334 + value: {x: 0.9268, y: 0.2558, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.037, y: 0.0114, z: 0} + 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.06666667 + value: {x: 1.037, y: 0.0114, z: 0} + 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.13333334 + value: {x: 1.037, y: 0.0114, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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.06666667 + value: {x: 1.1327, y: -0.577, z: 0} + 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.13333334 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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.06666667 + value: {x: 1.7383, y: -0.077, z: 0} + 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.13333334 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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.06666667 + value: {x: 1.5412, y: -0.294, z: 0} + 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.13333334 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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.06666667 + value: {x: 1.2367, y: -0.423, z: 0} + 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.13333334 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.06666667 + value: {x: 0.8795, y: -0.4536, z: 0} + 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.13333334 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5365, y: -0.407, z: 0} + 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.06666667 + value: {x: 0.5365, y: -0.407, z: 0} + 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.13333334 + value: {x: 0.5365, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.2721, y: 0.5418, z: 0} + 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.06666667 + value: {x: 0.2721, y: 0.5418, z: 0} + 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.13333334 + value: {x: 0.2721, y: 0.5418, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 1.29, z: 1} + 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.06666667 + value: {x: 1.049, y: 1.29, z: 1} + 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.13333334 + value: {x: 1.049, y: 1.29, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.13333334 + value: {x: 1.2, y: 1, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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.06666667 + value: {x: 1.05, y: 0.98, z: 1} + 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.13333334 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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.06666667 + value: {x: 0.987, y: 1.004, z: 1} + 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.13333334 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.014, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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.06666667 + value: {x: 1.034, y: 0.997, z: 1} + 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.13333334 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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.06666667 + value: {x: 1.061, y: 1.003, z: 1} + 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.13333334 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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.06666667 + value: {x: 1.074, y: 1.01, z: 1} + 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.13333334 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5, y: 1, z: 1} + 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.06666667 + value: {x: 1.5, y: 1, z: 1} + 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.13333334 + value: {x: 1.5, y: 1, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 2.28 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.28 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.28 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -3.99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -3.99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -3.99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 95.262 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 95.262 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 95.262 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.6131 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.6131 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.6131 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.891 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.891 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.891 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 170.78 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0425 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0425 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.0425 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 30.23 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.011 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.011 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.011 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0387 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.0387 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.0387 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -60 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.408 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.408 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.408 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.993 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.993 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.993 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5399 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6593 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.285 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.285 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.285 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.233 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.233 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.233 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.902 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.902 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.902 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.694 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.694 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.694 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3059 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.3059 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3059 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6299 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.6299 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.6299 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.6653 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.6653 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.6653 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2847 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.2847 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.2847 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.5558 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.5558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.5558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0163 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0163 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0163 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.376 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.376 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.376 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.119 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.119 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.119 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3761 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.3761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3761 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3237 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.3237 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.3237 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 35.999 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 35.999 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 35.999 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.601 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.601 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.601 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.07 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.07 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.07 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29.99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29.99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -29.99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.256 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.256 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9558 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.629 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.629 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.571 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8924 + inSlope: 0 + outSlope: -0.981 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.827 + inSlope: -0.981 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.827 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2542 + inSlope: 0 + outSlope: 0.6869995 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: 0.6869995 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9268 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9268 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9268 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2558 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.2558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.2558 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.037 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.037 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.037 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0114 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.0114 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.0114 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1327 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.577 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -6.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.7383 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.077 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -36.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.987 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.004 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5412 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.294 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -21.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.014 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2367 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.423 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -11.302 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.034 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.997 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8795 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.4536 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 3.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.061 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.003 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5365 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.5365 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.407 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 13.697 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.074 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.01 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2721 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.2721 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.2721 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5418 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.5418 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.5418 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -95.262 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -95.262 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -95.262 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.5 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.5 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim.meta new file mode 100644 index 000000000..4812eb96e --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c80f8441a1f6ea64ea8ab48e68a19520 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim new file mode 100644 index 000000000..d08f7c4a6 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim @@ -0,0 +1,18979 @@ +%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: SumoPosePBopMiss6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 99} + 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.06666667 + value: {x: 0, y: 180, z: 99} + 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.13333334 + value: {x: 0, y: 180, z: 99} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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.06666667 + value: {x: 0, y: 0, z: 287.6} + 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.13333334 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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.06666667 + value: {x: 0, y: 0, z: 69.27} + 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.13333334 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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.06666667 + value: {x: 0, y: 180, z: 86.8} + 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.13333334 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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.06666667 + value: {x: 0, y: 180, z: -31.4} + 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.13333334 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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.06666667 + value: {x: 0, y: 180, z: -29} + 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.13333334 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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.06666667 + value: {x: 0, y: 0, z: 157.93} + 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.13333334 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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.06666667 + value: {x: 0, y: 0, z: -63.09} + 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.13333334 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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.06666667 + value: {x: 0, y: 180, z: -15.7} + 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.13333334 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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.06666667 + value: {x: 0, y: 0, z: -30} + 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.13333334 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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.06666667 + value: {x: 0, y: 0, z: 0} + 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.13333334 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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.06666667 + value: {x: 0, y: 180, z: 0} + 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.13333334 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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.06666667 + value: {x: 0, y: 180, z: -1.98} + 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.13333334 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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.06666667 + value: {x: 0, y: 180, z: -1.98} + 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.13333334 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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.06666667 + value: {x: 0, y: 180, z: -2.56} + 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.13333334 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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.06666667 + value: {x: 0, y: 180, z: -10} + 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.13333334 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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.06666667 + value: {x: 0, y: 180, z: -32.1} + 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.13333334 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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.06666667 + value: {x: 0, y: 180, z: -19.6} + 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.13333334 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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.06666667 + value: {x: 0, y: 180, z: -9.2} + 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.13333334 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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.06666667 + value: {x: 0, y: 180, z: 8.7} + 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.13333334 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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.06666667 + value: {x: 0, y: 180, z: 23.7} + 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.13333334 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -99} + 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.06666667 + value: {x: 0, y: 0, z: -99} + 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.13333334 + value: {x: 0, y: 0, z: -99} + 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: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 3.9, y: -2.3, z: 0} + 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.06666667 + value: {x: 3.9, y: -2.3, z: 0} + 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.13333334 + value: {x: 3.9, y: -2.3, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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.06666667 + value: {x: 0.788, y: 1.005, z: 0} + 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.13333334 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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.06666667 + value: {x: 0.386, y: 0.806, z: 0} + 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.13333334 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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.06666667 + value: {x: -0.213, y: 0.609, z: 0} + 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.13333334 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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.06666667 + value: {x: -0.415, y: 0.665, z: 0} + 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.13333334 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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.06666667 + value: {x: 0.981, y: 1.179, z: 0} + 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.13333334 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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.06666667 + value: {x: 0.117, y: 0.677, z: 0} + 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.13333334 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.402, z: 0} + 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.06666667 + value: {x: -0.063, y: 0.402, z: 0} + 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.13333334 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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.06666667 + value: {x: 0.313, y: -0.583, z: 0} + 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.13333334 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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.06666667 + value: {x: -0.985, y: -0.403, z: 0} + 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.13333334 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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.06666667 + value: {x: -0.77, y: -0.158, z: 0} + 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.13333334 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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.06666667 + value: {x: -0.472, y: 0.021, z: 0} + 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.13333334 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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.06666667 + value: {x: 0.324, y: -0.087, z: 0} + 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.13333334 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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.06666667 + value: {x: -0.573, y: -0.107, z: 0} + 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.13333334 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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.06666667 + value: {x: 0.122, y: 0, z: 0} + 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.13333334 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.612, y: 0.736, z: 0} + 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.06666667 + value: {x: 0.612, y: 0.736, z: 0} + 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.13333334 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.023, y: -0.39, z: 0} + 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.06666667 + value: {x: 2.023, y: -0.39, z: 0} + 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.13333334 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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.06666667 + value: {x: -0.49, y: -0.582, z: 0} + 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.13333334 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.14, y: 0.8, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.30000004, y: 1.4999994, 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.06666667 + value: {x: 0.12, y: 0.9, z: 0} + inSlope: {x: -0.30000004, y: 1.4999994, 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.13333334 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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.06666667 + value: {x: -0.84, y: -0.15, z: 0} + 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.13333334 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.904, y: 0.111, z: 0} + 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.06666667 + value: {x: 0.904, y: 0.111, z: 0} + 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.13333334 + value: {x: 0.904, y: 0.111, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.938, y: -0.013, z: 0} + 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.06666667 + value: {x: 0.938, y: -0.013, z: 0} + 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.13333334 + value: {x: 0.938, y: -0.013, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.43, z: 0} + 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.06666667 + value: {x: 0.954, y: -0.43, z: 0} + 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.13333334 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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.06666667 + value: {x: 0.963, y: 0.151, z: 0} + 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.13333334 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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.06666667 + value: {x: 1.61, y: -0.137, z: 0} + 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.13333334 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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.06666667 + value: {x: 1.341, y: -0.33, z: 0} + 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.13333334 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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.06666667 + value: {x: 0.929, y: -0.395, z: 0} + 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.13333334 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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.06666667 + value: {x: 0.488, y: -0.35, z: 0} + 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.13333334 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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.06666667 + value: {x: 0.221, y: -0.203, z: 0} + 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.13333334 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.596, y: 0.257, z: 0} + 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.06666667 + value: {x: -0.596, y: 0.257, z: 0} + 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.13333334 + value: {x: -0.596, y: 0.257, z: 0} + 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: shadow + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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.06666667 + value: {x: 0.9, y: 1, z: 1} + 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.13333334 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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.06666667 + value: {x: 1, y: 1.2, z: 1} + 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.13333334 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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.06666667 + value: {x: 1, y: 1.4, z: 1} + 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.13333334 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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.06666667 + value: {x: 1.2, y: 1.2, z: 1} + 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.13333334 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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.06666667 + value: {x: 1, y: 1, z: 1} + 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.13333334 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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.06666667 + value: {x: 1.2, y: 1, z: 1} + 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.13333334 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.1, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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.06666667 + value: {x: 1, y: 0.8, z: 1} + 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.13333334 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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.06666667 + value: {x: 2, y: 1, z: 1} + 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.13333334 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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.06666667 + value: {x: 1.2, y: 0.6, z: 1} + 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.13333334 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.1, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.1, y: 1.3, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.049, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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.06666667 + value: {x: 1.08, y: 0.8, z: 1} + 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.13333334 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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.06666667 + value: {x: 1.05, y: 1.3, z: 1} + 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.13333334 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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.06666667 + value: {x: 0.9, y: 0.9, z: 1} + 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.13333334 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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.06666667 + value: {x: 1.4, y: 1.9, z: 1} + 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.13333334 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.06666667 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - time: 0.13333334 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.15 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 3.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: -2.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.788 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.005 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 287.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 15 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.386 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.806 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 69.27 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.213 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.609 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 86.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 19 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 19 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.415 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.665 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -31.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 16 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 16 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.981 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.179 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -29 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 18 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 18 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.117 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.677 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 157.93 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.063 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.402 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.402 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.313 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.583 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.985 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.403 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 9 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.77 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.158 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -63.09 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 7 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.472 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.021 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -15.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.324 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.087 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 10 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.573 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.107 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -30 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 11 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 11 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.122 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.612 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.612 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.736 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.736 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 4 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.023 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2.023 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.39 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6666667 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.54901963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 20 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 20 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.49 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.582 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.14 + inSlope: 0 + outSlope: -0.30000004 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.12 + inSlope: -0.30000004 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 1.4999994 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: 1.4999994 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.84 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.15 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.904 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.904 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.904 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.111 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.111 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.111 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.938 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.938 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.938 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.013 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.013 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -1.98 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.049 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 13 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 13 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.954 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.43 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -2.56 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.08 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.8 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 14 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 14 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.963 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.151 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -10 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.05 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.3 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.39215687 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 12 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 12 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.61 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.137 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -32.1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.341 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.33 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -19.6 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 17 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 17 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.929 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.395 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -9.2 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.488 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.35 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 8.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.221 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.203 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 180 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 23.7 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.596 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -0.596 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -0.596 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.257 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0.257 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0.257 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -99 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: -99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: -99 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.4 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1.9 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.06666667 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.13333334 + value: 1 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.06666667 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + - serializedVersion: 3 + time: 0.13333334 + value: 0 + inSlope: -0 + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim.meta new file mode 100644 index 000000000..18dd970a4 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePBopMiss6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0856896ce64064b4ab87c20fd959dce3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss1.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss1.anim.meta index 3382b11f9..7ba709342 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss1.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss1.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss2.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss2.anim.meta index 5cb01a8ee..b4d738a65 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss2.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss2.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss3.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss3.anim.meta index 1b9201793..b9a39142d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss3.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss3.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim new file mode 100644 index 000000000..6e6ed1bdc --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim @@ -0,0 +1,10703 @@ +%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: SumoPosePMiss4 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 95.262} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 170.78} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 30.23} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -60} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 18} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -10} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -27} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 35.999} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -29.99} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -6.302} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -36.302} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -21.302} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -11.302} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 3.697} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 13.697} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -95.262} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.6131, y: 0.891, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.3087, y: 1.0425, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.011, y: 1.0387, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.408, y: 0.993, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5399, y: 0.6593, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.285, y: 1.233, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.902, y: 0.694, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.3059, y: -0.6299, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.6653, y: -0.2847, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.5558, y: 0.0163, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.376, y: 0.119, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.3761, y: -0.3237, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.601, y: -0.07, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.256, y: 0.9558, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.629, y: -0.571, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.827, y: 1.3, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9268, y: 0.2558, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.037, y: 0.0114, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1327, y: -0.577, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.7383, y: -0.077, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5412, y: -0.294, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2367, y: -0.423, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.8795, y: -0.4536, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.5365, y: -0.407, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.2721, y: 0.5418, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.28, y: -3.99, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: body/arms + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 1.29, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 0.98, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.987, y: 1.004, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.014, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.034, y: 0.997, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.061, y: 1.003, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.074, y: 1.01, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.5, y: 1, z: 1} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: body/legs/feet/foot1 + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1084398213 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 592702164, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 4790225683669189021, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1386723927, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 95.262 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.6131 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.891 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 170.78 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3087 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0425 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 30.23 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.011 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.0387 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -60 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.408 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.993 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5399 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6593 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.285 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.233 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.902 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.694 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3059 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.6299 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.6653 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.2847 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.5558 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0163 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -27 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.376 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.119 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3761 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.3237 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 35.999 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.601 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.07 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29.99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.256 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9558 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.629 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.571 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + 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_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + 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_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.827 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9268 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2558 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + 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_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.29 + 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_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.037 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.0114 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1327 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.577 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -6.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.98 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.7383 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.077 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -36.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.987 + 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_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.004 + 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_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5412 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.294 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -21.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.014 + 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_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + 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_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2367 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.423 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -11.302 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.034 + 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_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.997 + 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_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8795 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.4536 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.697 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.061 + 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_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.003 + 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_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5365 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.407 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13.697 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.074 + 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_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.01 + 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_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.2721 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.5418 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.5 + 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_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.28 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + 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: -3.99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: body/arms + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -95.262 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalScale.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim.meta new file mode 100644 index 000000000..570297855 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss4.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e0663ae1c339d14fa2b6a71cc7ef74f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim new file mode 100644 index 000000000..e604ee78e --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim @@ -0,0 +1,10633 @@ +%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: SumoPosePMiss6 + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 99} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 287.6} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 69.27} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 86.8} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -31.4} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -29} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 157.93} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -63.09} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -15.7} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -30} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -1.98} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -2.56} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -10} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -32.1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -19.6} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: -9.2} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 8.7} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 180, z: 23.7} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -99} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: shadow + m_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.788, y: 1.005, z: 0} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.386, y: 0.806, z: 0} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.213, y: 0.609, z: 0} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.415, y: 0.665, z: 0} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.981, y: 1.179, z: 0} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.117, y: 0.677, z: 0} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.063, y: 0.402, z: 0} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.313, y: -0.583, z: 0} + 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: body/legs/feet/foot1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.985, y: -0.403, z: 0} + 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: body/legs/feet/foot2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.77, y: -0.158, z: 0} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.472, y: 0.021, z: 0} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.324, y: -0.087, z: 0} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.573, y: -0.107, z: 0} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.122, y: 0, z: 0} + 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: effects + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.612, y: 0.736, z: 0} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2.023, y: -0.39, z: 0} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.49, y: -0.582, z: 0} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.12, y: 0.9, z: 0} + 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: head + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.84, y: -0.15, z: 0} + 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: mawashi + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.904, y: 0.111, z: 0} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.938, y: -0.013, z: 0} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.954, y: -0.43, z: 0} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.963, y: 0.151, z: 0} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.61, y: -0.137, z: 0} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.341, y: -0.33, z: 0} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.929, y: -0.395, z: 0} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.488, y: -0.35, z: 0} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.221, y: -0.203, z: 0} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -0.596, y: 0.257, z: 0} + 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: shadow + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 3.9, y: -2.3, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 0} + tangentMode: 0 + weightedMode: 0 + inWeight: {x: 0, y: 0.33333334, z: 0.33333334} + outWeight: {x: 0, y: 0.33333334, z: 0.33333334} + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + path: + m_ScaleCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 1, z: 1} + 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: body/arms/armL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.2, z: 1} + 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: body/arms/armL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1.4, z: 1} + 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: body/arms/armR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/armR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/arms/handL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1.2, z: 1} + 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: body/arms/handR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/bodyMain + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 1, z: 1} + 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: body/legs/legL2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 1, z: 1} + 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: body/legs/legR + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.1, z: 1} + 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: body/legs/legR2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1, y: 0.8, z: 1} + 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: effects/speedLines + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 2, y: 1, z: 1} + 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: effects/stompDust + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.2, y: 0.6, z: 1} + 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: effects/stompEffect + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.1, y: 1.3, z: 1} + 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: mawashi/mawashi1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.049, y: 0.8, z: 1} + 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: mawashi/mawashi2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.08, y: 0.8, z: 1} + 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: mawashi/mawashipose/mawashi3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.05, y: 1.3, z: 1} + 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: mawashi/mawashipose/mawashi4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope1 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope2 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope3 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope4 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0.9, y: 0.9, z: 1} + 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: mawashi/mawashipose/rope5 + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 1.4, y: 1.9, z: 1} + 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: shadow + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + - time: 0 + value: {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + attribute: m_Sprite + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + 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: 1084398213 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 943701017 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 555744692 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3795518085 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2277694864 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3762991556 + script: {fileID: 0} + typeID: 212 + customType: 26 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1444465954 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3028012996 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2232729227 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1614475291 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 325130508 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3916309615 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 986526986 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 416786868 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1303807585 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 539842885 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3082402562 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 4100744858 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 269231122 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3795518085 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 3158217454 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 624411476 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 1409312576 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2132509672 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2178873358 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3006295111 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 416786868 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1208695978 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2817783452 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2132509672 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3028012996 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2232729227 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1614475291 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 325130508 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3916309615 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 986526986 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1303807585 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 539842885 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3082402562 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4100744858 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3158217454 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 4009177873 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2013160107 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 16339517 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2661140382 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3919247112 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1970700845 + attribute: 3 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 269231122 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3312051265 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2153468655 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 624411476 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2526845255 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 1409312576 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 4215373228 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 3395613411 + attribute: 2334886179 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2115801691, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1260757383, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -984678509, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1480280113, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -857069126, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -803690760, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4732146126202908803, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1117560845, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1711166965817147809, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 1789991668, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: 708203317, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -1970756331250828024, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -2488178651933775441, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -4588480885815971562, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + - {fileID: -928235379, guid: 5fab63953294eec448d9d3b72eedc95f, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.788 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.005 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 287.6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 15 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.386 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.806 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 69.27 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.213 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.609 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 86.8 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + 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_LocalScale.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 19 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.415 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.665 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -31.4 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 16 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/armR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.981 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.179 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -29 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 18 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.117 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.677 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 157.93 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/arms/handR + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/arms/handR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.063 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.402 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/bodyMain + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/bodyMain + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.313 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.583 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot1 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.985 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.403 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/feet/foot2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/feet/foot2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 9 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/feet/foot2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.77 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.158 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -63.09 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 7 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.472 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.021 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -15.7 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: body/legs/legL2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legL2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.324 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.087 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipX + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 10 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.573 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.107 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -30 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: body/legs/legR2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_FlipX + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 11 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: body/legs/legR2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.122 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.612 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.736 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/speedLines + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 4 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/speedLines + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2.023 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.39 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 2 + 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_LocalScale.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: effects/stompDust + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.r + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6666667 + 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_Color.g + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.54901963 + 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_Color.b + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 20 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: effects/stompDust + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.49 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.582 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.2 + 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_LocalScale.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.6 + 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_LocalScale.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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_Color.a + path: effects/stompEffect + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.12 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: head/head + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.84 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.15 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.904 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.111 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.1 + 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_LocalScale.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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_LocalScale.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.938 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.013 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.98 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.049 + 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_LocalScale.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashi2 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 13 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashi2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mawashi/mawashipose + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.954 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.43 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -2.56 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.08 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.8 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi3 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.r + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.g + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.b + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 14 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi3 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.963 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.151 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -10 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.05 + 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_LocalScale.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.3 + 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_LocalScale.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi/mawashipose/mawashi4 + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.g + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.39215687 + 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_Color.b + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 12 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/mawashi4 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.61 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.137 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -32.1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope1 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.341 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.33 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -19.6 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 17 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_SortingOrder + path: mawashi/mawashipose/rope2 + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.929 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.395 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -9.2 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.488 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.35 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 8.7 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.221 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.203 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 180 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 23.7 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.9 + 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_LocalScale.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -0.596 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0.257 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.4 + 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_LocalScale.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1.9 + 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_LocalScale.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_LocalScale.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 3.9 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + 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: -2.3 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mawashi + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -99 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_FlipY + path: body/arms/handR + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope5 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompDust + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: effects/stompEffect + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: shadow + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/mawashi4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope3 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashipose/rope4 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/handR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/handR + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim.meta new file mode 100644 index 000000000..dcf8d8bdd --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPosePMiss6.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 88b65dfdaaba1844ebe1ea060ef84b9e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim index 3de505049..8d3c76370 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim @@ -29,8 +29,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 4.33} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 545.69995} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -38,8 +38,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 40.71} - inSlope: {x: 0, y: 0, z: 112.90002} - outSlope: {x: 0, y: 0, z: 112.90002} + inSlope: {x: -0, y: -0, z: 545.69995} + outSlope: {x: 0, y: 0, z: 33.870007} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 33.870007} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -56,7 +56,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -99,7 +99,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -108,7 +108,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,8 +133,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 4.33} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 545.69995} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -142,8 +142,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 40.71} - inSlope: {x: 0, y: 0, z: 112.90002} - outSlope: {x: 0, y: 0, z: 112.90002} + inSlope: {x: -0, y: -0, z: 545.69995} + outSlope: {x: 0, y: 0, z: 33.870007} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -151,7 +151,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 33.870007} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -160,7 +160,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -185,7 +185,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -194,7 +194,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -203,7 +203,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -212,7 +212,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -237,7 +237,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -246,7 +246,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -255,7 +255,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -264,7 +264,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -289,7 +289,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -298,7 +298,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -307,7 +307,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -316,7 +316,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -341,7 +341,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -350,8 +350,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 15.000001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -359,7 +359,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 15.000001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -368,7 +368,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -393,7 +393,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -402,7 +402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -411,7 +411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -420,7 +420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -445,7 +445,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -454,8 +454,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 15.000001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -463,7 +463,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 15.000001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -472,7 +472,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -497,7 +497,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -506,7 +506,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -515,7 +515,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -524,7 +524,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -549,7 +549,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -558,7 +558,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -567,7 +567,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -576,7 +576,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -601,7 +601,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -610,7 +610,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -619,7 +619,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -628,7 +628,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -653,7 +653,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -662,7 +662,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -671,7 +671,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -680,7 +680,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -705,7 +705,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -714,7 +714,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -740,8 +740,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.952, y: 0.436, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 2.159999, y: 0.7500001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -749,8 +749,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.096, y: 0.486, z: 0} - inSlope: {x: 0, y: 0.4450001, z: 0} - outSlope: {x: 0, y: 0.4450001, z: 0} + inSlope: {x: 2.159999, y: 0.7500001, z: -0} + outSlope: {x: -0.026999833, y: 0.3840001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -758,7 +758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.087, y: 0.614, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.026999833, y: 0.3840001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -767,7 +767,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.087, y: 0.614, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -792,7 +792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -801,7 +801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -810,7 +810,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -819,7 +819,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -844,8 +844,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.064, y: 0.436, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.3699996, y: 0.7500001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -853,8 +853,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.094, y: 0.486, z: 0} - inSlope: {x: -0.020000054, y: 0.4450001, z: 0} - outSlope: {x: -0.020000054, y: 0.4450001, z: 0} + inSlope: {x: -2.3699996, y: 0.7500001, z: -0} + outSlope: {x: -0.0060000126, y: 0.3840001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -862,7 +862,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.096, y: 0.614, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.0060000126, y: 0.3840001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -871,7 +871,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.096, y: 0.614, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -896,7 +896,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -905,7 +905,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -914,7 +914,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -923,7 +923,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -948,7 +948,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.513, y: 0.62, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.513, y: 0.62, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -966,7 +966,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.513, y: 0.62, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -975,7 +975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.513, y: 0.62, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1000,7 +1000,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1009,7 +1009,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1018,7 +1018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1027,7 +1027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1052,7 +1052,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1061,7 +1061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1070,7 +1070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1079,7 +1079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1104,7 +1104,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.998, y: 0.077, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1113,8 +1113,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.998, y: 0.077, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0.15599999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1122,7 +1122,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.998, y: 0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.15599999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1131,7 +1131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.998, y: 0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1156,7 +1156,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1165,7 +1165,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1174,7 +1174,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1183,7 +1183,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1208,7 +1208,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.018, y: 0.077, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1217,8 +1217,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.018, y: 0.077, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0.15599999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1226,7 +1226,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.018, y: 0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.15599999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1235,7 +1235,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.018, y: 0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1260,7 +1260,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1269,7 +1269,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1278,7 +1278,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1287,7 +1287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1312,7 +1312,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.198, y: -0.296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1321,7 +1321,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -1.198, y: -0.296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1330,7 +1330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -1.198, y: -0.296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1339,7 +1339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -1.198, y: -0.296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1364,7 +1364,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1373,7 +1373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1382,7 +1382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1391,7 +1391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1408,7 +1408,7 @@ AnimationClip: time: 0 value: {x: 0.508, y: 0.83, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -10.8, y: 7.9500003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1416,8 +1416,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.212, y: 1.36, z: 0} - inSlope: {x: -2.3999999, y: 1.4999988, z: 0} - outSlope: {x: -2.3999999, y: 1.4999988, z: 0} + inSlope: {x: -10.8, y: 7.9500003, z: -0} + outSlope: {x: -1.1999999, y: 0.7499992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1425,8 +1425,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.292, y: 1.41, z: 0} - inSlope: {x: -0.40500006, y: 0.08000017, z: 0} - outSlope: {x: -0.40500006, y: 0.08000017, z: 0} + inSlope: {x: -1.1999999, y: 0.7499992, z: -0} + outSlope: {x: -0.24600007, y: 0.02400005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1434,7 +1434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.374, y: 1.418, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.24600007, y: 0.02400005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1443,7 +1443,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.374, y: 1.418, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1468,7 +1468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.508, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1477,7 +1477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.508, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1486,7 +1486,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.508, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1495,7 +1495,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.508, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1520,7 +1520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.521, y: 0.1406, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1529,7 +1529,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.521, y: 0.1406, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1538,7 +1538,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.521, y: 0.1406, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1547,7 +1547,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.521, y: 0.1406, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1564,7 +1564,7 @@ AnimationClip: time: 0 value: {x: 0.528, y: -0.573, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -11.054999, y: -0.2700001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1572,8 +1572,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.209, y: -0.591, z: 0} - inSlope: {x: -2.07, y: 0, z: 0} - outSlope: {x: -2.07, y: 0, z: 0} + inSlope: {x: -11.054999, y: -0.2700001, z: -0} + outSlope: {x: -1.0349998, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1581,8 +1581,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.278, y: -0.591, z: 0} - inSlope: {x: -0.3625, y: 0, z: 0} - outSlope: {x: -0.3625, y: 0, z: 0} + inSlope: {x: -1.0349998, y: -0, z: -0} + outSlope: {x: -0.22800003, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1590,7 +1590,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.354, y: -0.591, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.22800003, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1599,7 +1599,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.354, y: -0.591, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1616,7 +1616,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -10.8, y: 7.9499993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1624,8 +1624,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.72, y: 0.53, z: 0} - inSlope: {x: -2.3399992, y: 1.5000006, z: 0} - outSlope: {x: -2.3399992, y: 1.5000006, z: 0} + inSlope: {x: -10.8, y: 7.9499993, z: -0} + outSlope: {x: -1.1699991, y: 0.7500001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1633,8 +1633,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.798, y: 0.58, z: 0} - inSlope: {x: -0.39999995, y: 0.08000018, z: 0} - outSlope: {x: -0.39999995, y: 0.08000018, z: 0} + inSlope: {x: -1.1699991, y: 0.7500001, z: -0} + outSlope: {x: -0.24600007, y: 0.02400005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1642,7 +1642,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.88, y: 0.588, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.24600007, y: 0.02400005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1651,7 +1651,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.88, y: 0.588, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1668,7 +1668,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -10.8, y: 7.9499993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1676,8 +1676,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.72, y: 0.53, z: 0} - inSlope: {x: -2.3399992, y: 1.5000006, z: 0} - outSlope: {x: -2.3399992, y: 1.5000006, z: 0} + inSlope: {x: -10.8, y: 7.9499993, z: -0} + outSlope: {x: -1.1699991, y: 0.7500001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1685,8 +1685,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.798, y: 0.58, z: 0} - inSlope: {x: -0.39999995, y: 0.08000018, z: 0} - outSlope: {x: -0.39999995, y: 0.08000018, z: 0} + inSlope: {x: -1.1699991, y: 0.7500001, z: -0} + outSlope: {x: -0.24600007, y: 0.02400005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1694,7 +1694,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.88, y: 0.588, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.24600007, y: 0.02400005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1703,7 +1703,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.88, y: 0.588, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1729,7 +1729,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1738,7 +1738,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1747,7 +1747,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1756,7 +1756,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1781,7 +1781,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1790,7 +1790,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1799,7 +1799,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1808,7 +1808,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1833,7 +1833,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1842,7 +1842,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1851,7 +1851,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1860,7 +1860,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1885,7 +1885,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1894,7 +1894,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1903,7 +1903,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1912,7 +1912,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1937,7 +1937,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1946,7 +1946,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1955,7 +1955,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1964,7 +1964,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1989,7 +1989,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1998,7 +1998,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2007,7 +2007,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2016,7 +2016,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2041,7 +2041,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2050,7 +2050,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2059,7 +2059,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2068,7 +2068,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2093,7 +2093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2102,7 +2102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2111,7 +2111,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2120,7 +2120,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2145,7 +2145,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2154,7 +2154,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2163,7 +2163,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2172,7 +2172,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2197,7 +2197,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2206,7 +2206,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2215,7 +2215,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2224,7 +2224,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2249,7 +2249,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2258,7 +2258,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2267,7 +2267,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2276,7 +2276,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2293,7 +2293,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -6.8849993, y: -0.93749994, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2301,7 +2301,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.541, y: 0.9375, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -6.8849993, y: -0.93749994, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2310,8 +2310,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.541, y: 0.9375, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -0.23100008, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2319,7 +2319,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.464, y: 0.9375, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.23100008, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2328,7 +2328,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.464, y: 0.9375, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2346,44 +2346,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2401,44 +2401,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2456,44 +2456,44 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2511,44 +2511,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2566,44 +2566,44 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2621,44 +2621,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2676,44 +2676,44 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2731,44 +2731,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2786,44 +2786,44 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2841,44 +2841,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2896,44 +2896,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2951,44 +2951,44 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3006,44 +3006,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3061,44 +3061,44 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3116,44 +3116,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3171,44 +3171,44 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3226,44 +3226,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3281,44 +3281,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3336,44 +3336,44 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3391,44 +3391,44 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3446,44 +3446,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3501,44 +3501,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3556,44 +3556,44 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3612,43 +3612,43 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3667,43 +3667,43 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3722,43 +3722,43 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3777,43 +3777,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3831,44 +3831,44 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3887,43 +3887,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3941,44 +3941,44 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3996,44 +3996,44 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4051,44 +4051,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4106,44 +4106,44 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4161,44 +4161,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4216,44 +4216,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4271,44 +4271,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5247,44 +5247,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5303,43 +5303,43 @@ AnimationClip: value: 0.952 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.952 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.159999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.096 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.159999 + outSlope: -0.026999833 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.087 - inSlope: 0 + inSlope: -0.026999833 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5358,43 +5358,43 @@ AnimationClip: value: 0.436 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.436 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.7500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.486 - inSlope: 0.4450001 - outSlope: 0.4450001 - tangentMode: 136 + inSlope: 0.7500001 + outSlope: 0.3840001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.614 - inSlope: 0 + inSlope: 0.3840001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.614 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5413,43 +5413,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5468,43 +5468,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5523,43 +5523,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5578,43 +5578,43 @@ AnimationClip: value: 4.33 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 4.33 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 545.69995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 40.71 - inSlope: 112.90002 - outSlope: 112.90002 - tangentMode: 136 + inSlope: 545.69995 + outSlope: 33.870007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 52 - inSlope: 0 + inSlope: 33.870007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5633,43 +5633,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5688,43 +5688,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5743,43 +5743,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5797,44 +5797,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5852,44 +5852,44 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5908,43 +5908,43 @@ AnimationClip: value: 0.594 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5963,43 +5963,43 @@ AnimationClip: value: 0.646 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6018,43 +6018,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6073,43 +6073,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6128,43 +6128,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6183,43 +6183,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6238,43 +6238,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6293,43 +6293,43 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6348,43 +6348,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6402,44 +6402,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6457,44 +6457,44 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6513,43 +6513,43 @@ AnimationClip: value: 0.064 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.064 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.3699996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.094 - inSlope: -0.020000054 - outSlope: -0.020000054 - tangentMode: 136 + inSlope: -2.3699996 + outSlope: -0.0060000126 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.096 - inSlope: 0 + inSlope: -0.0060000126 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.096 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6568,43 +6568,43 @@ AnimationClip: value: 0.436 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.436 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.7500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.486 - inSlope: 0.4450001 - outSlope: 0.4450001 - tangentMode: 136 + inSlope: 0.7500001 + outSlope: 0.3840001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.614 - inSlope: 0 + inSlope: 0.3840001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.614 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6623,43 +6623,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6678,43 +6678,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6733,43 +6733,43 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6788,43 +6788,43 @@ AnimationClip: value: 4.33 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 4.33 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 545.69995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 40.71 - inSlope: 112.90002 - outSlope: 112.90002 - tangentMode: 136 + inSlope: 545.69995 + outSlope: 33.870007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 52 - inSlope: 0 + inSlope: 33.870007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6843,43 +6843,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6898,43 +6898,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6953,43 +6953,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7007,44 +7007,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7062,44 +7062,44 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7118,43 +7118,43 @@ AnimationClip: value: -0.48 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.48 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.48 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.48 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.48 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7173,43 +7173,43 @@ AnimationClip: value: 0.646 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7228,43 +7228,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7283,43 +7283,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7338,43 +7338,43 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7393,43 +7393,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7448,43 +7448,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7503,43 +7503,43 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7558,43 +7558,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7612,44 +7612,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7667,44 +7667,44 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7723,43 +7723,43 @@ AnimationClip: value: -0.513 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.513 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.513 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.513 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.513 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7778,43 +7778,43 @@ AnimationClip: value: 0.62 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7833,43 +7833,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7888,43 +7888,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7943,43 +7943,43 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7998,43 +7998,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8052,44 +8052,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8107,44 +8107,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8162,44 +8162,44 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8218,43 +8218,43 @@ AnimationClip: value: 0.51 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8273,43 +8273,43 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8328,43 +8328,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8383,43 +8383,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8438,43 +8438,43 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8493,43 +8493,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8547,44 +8547,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8602,44 +8602,44 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8658,43 +8658,43 @@ AnimationClip: value: -0.642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8713,43 +8713,43 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8768,43 +8768,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8822,44 +8822,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8877,44 +8877,44 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8933,43 +8933,43 @@ AnimationClip: value: -0.998 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.998 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.998 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.998 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.998 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8988,43 +8988,43 @@ AnimationClip: value: 0.077 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.077 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.077 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.15599999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.129 - inSlope: 0 + inSlope: 0.15599999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9043,43 +9043,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9098,43 +9098,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9153,43 +9153,43 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9208,43 +9208,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 5 - inSlope: 0 + inSlope: 15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9263,43 +9263,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9318,43 +9318,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9373,43 +9373,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9428,43 +9428,43 @@ AnimationClip: value: -0.474 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9483,43 +9483,43 @@ AnimationClip: value: -0.074 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9538,43 +9538,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9593,43 +9593,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9648,43 +9648,43 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9703,43 +9703,43 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9758,43 +9758,43 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9813,43 +9813,43 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9868,43 +9868,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9922,44 +9922,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9977,44 +9977,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10032,44 +10032,44 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10088,43 +10088,43 @@ AnimationClip: value: -0.018 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.018 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.018 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.018 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.018 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10143,43 +10143,43 @@ AnimationClip: value: 0.077 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.077 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.077 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.15599999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.129 - inSlope: 0 + inSlope: 0.15599999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.129 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10198,43 +10198,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10253,43 +10253,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10308,43 +10308,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10363,43 +10363,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 5 - inSlope: 0 + inSlope: 15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10418,43 +10418,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10473,43 +10473,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10528,43 +10528,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10582,44 +10582,44 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10638,43 +10638,43 @@ AnimationClip: value: 0.357 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10693,43 +10693,43 @@ AnimationClip: value: -0.074 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10748,43 +10748,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10803,43 +10803,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10858,43 +10858,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10913,43 +10913,43 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10968,43 +10968,43 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11023,43 +11023,43 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11078,43 +11078,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11132,44 +11132,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11187,44 +11187,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11242,44 +11242,44 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11298,43 +11298,43 @@ AnimationClip: value: -1.198 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.198 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -1.198 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -1.198 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -1.198 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11353,43 +11353,43 @@ AnimationClip: value: -0.296 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11408,43 +11408,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11463,43 +11463,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11518,43 +11518,43 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11573,43 +11573,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11628,43 +11628,43 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11683,43 +11683,43 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11738,43 +11738,43 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11793,43 +11793,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11847,44 +11847,44 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11903,43 +11903,43 @@ AnimationClip: value: -0.518 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11958,43 +11958,43 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12013,43 +12013,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12068,43 +12068,43 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12123,43 +12123,43 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12178,43 +12178,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12233,43 +12233,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12287,44 +12287,44 @@ AnimationClip: time: 0 value: 0.508 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -10.8 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.212 - inSlope: -2.3999999 - outSlope: -2.3999999 - tangentMode: 136 + inSlope: -10.8 + outSlope: -1.1999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.292 - inSlope: -0.40500006 - outSlope: -0.40500006 - tangentMode: 136 + inSlope: -1.1999999 + outSlope: -0.24600007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.374 - inSlope: 0 + inSlope: -0.24600007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12342,44 +12342,44 @@ AnimationClip: time: 0 value: 0.83 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 7.9500003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.36 - inSlope: 1.4999988 - outSlope: 1.4999988 - tangentMode: 136 + inSlope: 7.9500003 + outSlope: 0.7499992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.41 - inSlope: 0.08000017 - outSlope: 0.08000017 - tangentMode: 136 + inSlope: 0.7499992 + outSlope: 0.02400005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.418 - inSlope: 0 + inSlope: 0.02400005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.418 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12398,43 +12398,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12453,43 +12453,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12508,43 +12508,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12563,43 +12563,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12617,44 +12617,44 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12673,43 +12673,43 @@ AnimationClip: value: 0.508 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.508 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.508 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.508 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.508 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12728,43 +12728,43 @@ AnimationClip: value: 0.248 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.248 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.248 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.248 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.248 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12783,43 +12783,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12838,43 +12838,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12893,43 +12893,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12948,43 +12948,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13003,43 +13003,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13058,43 +13058,43 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13113,43 +13113,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13167,44 +13167,44 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13223,43 +13223,43 @@ AnimationClip: value: 0.521 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.521 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13278,43 +13278,43 @@ AnimationClip: value: 0.1406 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.1406 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.1406 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.1406 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.1406 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13333,43 +13333,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13388,43 +13388,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13443,43 +13443,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13498,43 +13498,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13552,44 +13552,44 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13607,44 +13607,44 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13662,44 +13662,44 @@ AnimationClip: time: 0 value: 0.528 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -11.054999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.209 - inSlope: -2.07 - outSlope: -2.07 - tangentMode: 136 + inSlope: -11.054999 + outSlope: -1.0349998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.278 - inSlope: -0.3625 - outSlope: -0.3625 - tangentMode: 136 + inSlope: -1.0349998 + outSlope: -0.22800003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.354 - inSlope: 0 + inSlope: -0.22800003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.354 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13717,44 +13717,44 @@ AnimationClip: time: 0 value: -0.573 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.2700001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.591 - inSlope: 0 + inSlope: -0.2700001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.591 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13773,43 +13773,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13827,44 +13827,44 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -6.8849993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.541 - inSlope: 0 + inSlope: -6.8849993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.541 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.23100008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.464 - inSlope: 0 + inSlope: -0.23100008 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.464 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13882,44 +13882,44 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.93749994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.9375 - inSlope: 0 + inSlope: -0.93749994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.9375 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9375 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.9375 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13938,43 +13938,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13992,44 +13992,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14047,44 +14047,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14102,44 +14102,44 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -14157,44 +14157,44 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -10.8 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.72 - inSlope: -2.3399992 - outSlope: -2.3399992 - tangentMode: 136 + inSlope: -10.8 + outSlope: -1.1699991 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.798 - inSlope: -0.39999995 - outSlope: -0.39999995 - tangentMode: 136 + inSlope: -1.1699991 + outSlope: -0.24600007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.88 - inSlope: 0 + inSlope: -0.24600007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.88 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14212,44 +14212,44 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 7.9499993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.53 - inSlope: 1.5000006 - outSlope: 1.5000006 - tangentMode: 136 + inSlope: 7.9499993 + outSlope: 0.7500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.58 - inSlope: 0.08000018 - outSlope: 0.08000018 - tangentMode: 136 + inSlope: 0.7500001 + outSlope: 0.02400005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.588 - inSlope: 0 + inSlope: 0.02400005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.588 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14268,43 +14268,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14322,44 +14322,44 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -10.8 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.72 - inSlope: -2.3399992 - outSlope: -2.3399992 - tangentMode: 136 + inSlope: -10.8 + outSlope: -1.1699991 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.798 - inSlope: -0.39999995 - outSlope: -0.39999995 - tangentMode: 136 + inSlope: -1.1699991 + outSlope: -0.24600007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.88 - inSlope: 0 + inSlope: -0.24600007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.88 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14377,44 +14377,44 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 7.9499993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.53 - inSlope: 1.5000006 - outSlope: 1.5000006 - tangentMode: 136 + inSlope: 7.9499993 + outSlope: 0.7500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.58 - inSlope: 0.08000018 - outSlope: 0.08000018 - tangentMode: 136 + inSlope: 0.7500001 + outSlope: 0.02400005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.588 - inSlope: 0 + inSlope: 0.02400005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.588 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14433,43 +14433,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14488,25 +14488,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14525,25 +14525,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14562,25 +14562,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14599,7 +14599,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR2 + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -14609,7 +14609,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR2 + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -14619,7 +14619,67 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR2 + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi classID: 4 script: {fileID: 0} - curve: @@ -14659,7 +14719,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armL2 + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -14669,7 +14729,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armL2 + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -14679,37 +14739,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -14779,7 +14809,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -14789,7 +14819,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -14799,7 +14829,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -14839,7 +14869,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -14849,7 +14879,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -14859,7 +14889,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -14899,7 +14929,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legL2 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -14909,7 +14939,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legL2 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -14919,7 +14949,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legL2 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -14929,7 +14959,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legL + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -14939,7 +14969,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legL + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -14949,37 +14979,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim.meta index 2426ff55f..e5e6ffc74 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoPoseSwitch.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim index 22b039bf6..7efc47388 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,8 +38,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 89.99999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -47,8 +47,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 89.99999} + outSlope: {x: 0, y: 0, z: -150.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -56,8 +56,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: -5} - inSlope: {x: 0, y: 0, z: -120.00001} - outSlope: {x: 0, y: 0, z: -120.00001} + inSlope: {x: -0, y: -0, z: -150.00002} + outSlope: {x: 0, y: 0, z: -90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -65,8 +65,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -8} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -90.00001} + outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -74,8 +74,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: -3} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 300.00003} + outSlope: {x: 0, y: 0, z: -90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -83,8 +83,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -90.00001} + outSlope: {x: 0, y: 0, z: 90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -92,8 +92,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: -3} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 90.00001} + outSlope: {x: 0, y: 0, z: -30.000002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -101,7 +101,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -30.000002} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -110,7 +110,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -119,7 +119,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: -5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -144,8 +144,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -36} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -153,8 +153,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -30} - inSlope: {x: 0, y: 0, z: 180.00002} - outSlope: {x: 0, y: 0, z: 180.00002} + inSlope: {x: -0, y: -0, z: 90.00001} + outSlope: {x: 0, y: 0, z: 674.99994} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -162,8 +162,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 15} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 674.99994} + outSlope: {x: 0, y: 0, z: -60.000004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -171,7 +171,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -60.000004} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -180,7 +180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -189,7 +189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -198,7 +198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -207,8 +207,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 120.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -216,8 +216,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 21} - inSlope: {x: 0, y: 0, z: 114.00001} - outSlope: {x: 0, y: 0, z: 114.00001} + inSlope: {x: -0, y: -0, z: 120.00001} + outSlope: {x: 0, y: 0, z: 110.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -225,7 +225,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 32} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 110.00001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -234,7 +234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 32} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -259,8 +259,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -300.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -268,8 +268,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -300.00003} + outSlope: {x: 0, y: 0, z: 299.99997} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -277,7 +277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 299.99997} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -286,7 +286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -295,7 +295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -304,7 +304,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -313,7 +313,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -322,7 +322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -331,7 +331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -340,7 +340,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -349,7 +349,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -374,8 +374,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -525.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -383,8 +383,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -10} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -525.00006} + outSlope: {x: 0, y: 0, z: 943.3499} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -392,8 +392,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 52.89} - inSlope: {x: 0, y: 0, z: 860} - outSlope: {x: 0, y: 0, z: 860} + inSlope: {x: -0, y: -0, z: 943.3499} + outSlope: {x: 0, y: 0, z: 693.30005} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -401,8 +401,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 76} - inSlope: {x: 0, y: 0, z: 676.65} - outSlope: {x: 0, y: 0, z: 676.65} + inSlope: {x: -0, y: -0, z: 693.30005} + outSlope: {x: 0, y: 0, z: 660.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -410,8 +410,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 98} - inSlope: {x: 0, y: 0, z: 800.00006} - outSlope: {x: 0, y: 0, z: 800.00006} + inSlope: {x: -0, y: -0, z: 660.00006} + outSlope: {x: 0, y: 0, z: 1080.0001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -419,8 +419,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 116} - inSlope: {x: 0, y: 0, z: 320.00003} - outSlope: {x: 0, y: 0, z: 320.00003} + inSlope: {x: -0, y: -0, z: 1080.0001} + outSlope: {x: 0, y: 0, z: 120.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -428,8 +428,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 120} - inSlope: {x: 0, y: 0, z: 210.00002} - outSlope: {x: 0, y: 0, z: 210.00002} + inSlope: {x: -0, y: -0, z: 120.00001} + outSlope: {x: 0, y: 0, z: 300.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -437,8 +437,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 130} - inSlope: {x: 0, y: 0, z: 200.00002} - outSlope: {x: 0, y: 0, z: 200.00002} + inSlope: {x: -0, y: -0, z: 300.00003} + outSlope: {x: 0, y: 0, z: 150.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -446,8 +446,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 140} - inSlope: {x: 0, y: 0, z: 186.05998} - outSlope: {x: 0, y: 0, z: 186.05998} + inSlope: {x: -0, y: -0, z: 150.00002} + outSlope: {x: 0, y: 0, z: 210.09996} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -455,7 +455,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 161.01} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 210.09996} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -464,7 +464,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 161.01} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -489,8 +489,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -10} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -570.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -498,8 +498,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -48} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -570.00006} + outSlope: {x: 0, y: 0, z: 671.69995} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -507,8 +507,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: -3.22} - inSlope: {x: 0, y: 0, z: 598.89996} - outSlope: {x: 0, y: 0, z: 598.89996} + inSlope: {x: -0, y: -0, z: 671.69995} + outSlope: {x: 0, y: 0, z: 453.30005} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -516,7 +516,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 11.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 453.30005} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -525,7 +525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 11.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -534,7 +534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 11.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -543,8 +543,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 11.89} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -146.70001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -552,7 +552,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 7} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -146.70001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -561,8 +561,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 7} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 110.100006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -570,7 +570,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 18.01} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 110.100006} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -579,7 +579,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 18.01} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -604,8 +604,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 40} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -570.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -613,8 +613,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 2} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -570.00006} + outSlope: {x: 0, y: 0, z: 851.55} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -622,8 +622,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 58.77} - inSlope: {x: 0, y: 0, z: 604.7999} - outSlope: {x: 0, y: 0, z: 604.7999} + inSlope: {x: -0, y: -0, z: 851.55} + outSlope: {x: 0, y: 0, z: 453.6} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 73.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 453.6} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 73.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 73.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -658,8 +658,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 73.89} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -146.7} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -667,7 +667,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 69} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -146.7} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -676,8 +676,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 69} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 110.10003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -685,7 +685,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 80.01} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 110.10003} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -694,7 +694,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 80.01} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -720,7 +720,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -729,7 +729,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -738,7 +738,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -747,7 +747,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -756,7 +756,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -765,7 +765,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -774,7 +774,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -783,7 +783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -792,7 +792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -801,7 +801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -810,7 +810,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -835,7 +835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -844,7 +844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -853,7 +853,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -862,7 +862,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -871,7 +871,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -880,7 +880,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -916,7 +916,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -925,7 +925,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -959,7 +959,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -968,7 +968,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -977,7 +977,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -986,7 +986,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -995,7 +995,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1004,7 +1004,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1013,7 +1013,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1022,7 +1022,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1031,7 +1031,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1040,7 +1040,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1065,7 +1065,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1074,7 +1074,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1083,7 +1083,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1092,7 +1092,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1101,7 +1101,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1110,7 +1110,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1119,7 +1119,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1128,7 +1128,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1137,7 +1137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1146,7 +1146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1155,7 +1155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1180,7 +1180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1189,7 +1189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1198,7 +1198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1207,7 +1207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1216,7 +1216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1225,7 +1225,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1261,7 +1261,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1270,7 +1270,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1304,7 +1304,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1313,7 +1313,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1340,7 +1340,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1349,7 +1349,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1358,7 +1358,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1367,7 +1367,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1376,7 +1376,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1385,7 +1385,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1410,7 +1410,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1419,7 +1419,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1428,7 +1428,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1437,7 +1437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1446,7 +1446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1455,7 +1455,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1464,7 +1464,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1473,7 +1473,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1482,7 +1482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1491,7 +1491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1500,7 +1500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1525,8 +1525,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.2147, y: 0.4321, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.7445002, y: 0.7035001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1534,8 +1534,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.331, y: 0.479, z: 0} - inSlope: {x: 0, y: 1.4070002, z: 0} - outSlope: {x: 0, y: 1.4070002, z: 0} + inSlope: {x: -1.7445002, y: 0.7035001, z: -0} + outSlope: {x: 3.0914998, y: 3.09, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1543,8 +1543,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.1249, y: 0.685, z: 0} - inSlope: {x: 2.5159996, y: 0.35999987, z: 0} - outSlope: {x: 2.5159996, y: 0.35999987, z: 0} + inSlope: {x: 3.0914998, y: 3.09, z: -0} + outSlope: {x: 1.8870001, y: 0.27000013, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1552,8 +1552,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.062, y: 0.694, z: 0} - inSlope: {x: 1.182, y: 0, z: 0} - outSlope: {x: 1.182, y: 0, z: 0} + inSlope: {x: 1.8870001, y: 0.27000013, z: -0} + outSlope: {x: 0.59099996, y: -0.5699999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1561,8 +1561,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.0423, y: 0.675, z: 0} - inSlope: {x: 1.2, y: -1.0800005, z: 0} - outSlope: {x: 1.2, y: -1.0800005, z: 0} + inSlope: {x: 0.59099996, y: -0.5699999, z: -0} + outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1570,8 +1570,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.002, y: 0.64, z: 0} - inSlope: {x: 1.0319997, y: -1.0600008, z: 0} - outSlope: {x: 1.0319997, y: -1.0600008, z: 0} + inSlope: {x: 2.4180002, y: -2.1000018, z: -0} + outSlope: {x: 0.38700002, y: -0.54000026, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1579,8 +1579,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.0109, y: 0.622, z: 0} - inSlope: {x: 0.77400005, y: -1.0800005, z: 0} - outSlope: {x: 0.77400005, y: -1.0800005, z: 0} + inSlope: {x: 0.38700002, y: -0.54000026, z: -0} + outSlope: {x: 1.2030001, y: -2.999999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1588,8 +1588,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.051, y: 0.522, z: 0} - inSlope: {x: 0.08000004, y: -1.3200009, z: 0} - outSlope: {x: 0.08000004, y: -1.3200009, z: 0} + inSlope: {x: 1.2030001, y: -2.999999, z: -0} + outSlope: {x: 0.030000007, y: -0.49500036, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1597,8 +1597,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.053, y: 0.489, z: 0} - inSlope: {x: 0, y: -0.79200053, z: 0} - outSlope: {x: 0, y: -0.79200053, z: 0} + inSlope: {x: 0.030000007, y: -0.49500036, z: -0} + outSlope: {x: -0.09999999, y: -1.1750002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1606,7 +1606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.043, y: 0.3715, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.09999999, y: -1.1750002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1615,7 +1615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.043, y: 0.3715, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1640,8 +1640,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.53, y: 0.743, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 6.2400007, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1649,8 +1649,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.946, y: 0.743, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 6.2400007, y: -0, z: -0} + outSlope: {x: -9.57, y: 10.44, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1658,8 +1658,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.308, y: 1.439, z: 0} - inSlope: {x: -1.5999984, y: 0.8400015, z: 0} - outSlope: {x: -1.5999984, y: 0.8400015, z: 0} + inSlope: {x: -9.57, y: 10.44, z: -0} + outSlope: {x: -1.1999998, y: 0.6300009, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1667,8 +1667,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.268, y: 1.46, z: 0} - inSlope: {x: -2.1000001, y: 0.4650003, z: 0} - outSlope: {x: -2.1000001, y: 0.4650003, z: 0} + inSlope: {x: -1.1999998, y: 0.6300009, z: -0} + outSlope: {x: -3.0000005, y: 0.29999974, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1676,8 +1676,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.168, y: 1.47, z: 0} - inSlope: {x: -5.8200006, y: 0.3799987, z: 0} - outSlope: {x: -5.8200006, y: 0.3799987, z: 0} + inSlope: {x: -3.0000005, y: 0.29999974, z: -0} + outSlope: {x: -11.460001, y: 0.5399967, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1685,8 +1685,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.023, y: 1.479, z: 0} - inSlope: {x: -8, y: 0, z: 0} - outSlope: {x: -8, y: 0, z: 0} + inSlope: {x: -11.460001, y: 0.5399967, z: -0} + outSlope: {x: -6.27, y: -3.8699987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1694,8 +1694,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.232, y: 1.35, z: 0} - inSlope: {x: -0.6000007, y: -4.4999995, z: 0} - outSlope: {x: -0.6000007, y: -4.4999995, z: 0} + inSlope: {x: -6.27, y: -3.8699987, z: -0} + outSlope: {x: -0.3000002, y: -5.1300006, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1703,8 +1703,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.242, y: 1.179, z: 0} - inSlope: {x: -0.40000024, y: -2.7, z: 0} - outSlope: {x: -0.40000024, y: -2.7, z: 0} + inSlope: {x: -0.3000002, y: -5.1300006, z: -0} + outSlope: {x: -1.62, y: -1.4849998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1712,8 +1712,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.35, y: 1.08, z: 0} - inSlope: {x: -1.2420001, y: -1.9740001, z: 0} - outSlope: {x: -1.2420001, y: -1.9740001, z: 0} + inSlope: {x: -1.62, y: -1.4849998, z: -0} + outSlope: {x: -0.9900001, y: -2.3000004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1721,7 +1721,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.449, y: 0.85, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.9900001, y: -2.3000004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.449, y: 0.85, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1747,7 +1747,7 @@ AnimationClip: time: 0 value: {x: -0.157, y: 0.267, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 19.649998, y: 9.119999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1755,8 +1755,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 11.189, y: 5.802, z: 0} - outSlope: {x: 11.189, y: 5.802, z: 0} + inSlope: {x: 19.649998, y: 9.119999, z: -0} + outSlope: {x: 6.9585004, y: 4.143, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1764,8 +1764,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.9619, y: 0.8472, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 6.9585004, y: 4.143, z: -0} + outSlope: {x: -6.9584994, y: -4.1429996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1773,7 +1773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -6.9584994, y: -4.1429996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1782,7 +1782,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1791,7 +1791,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1800,7 +1800,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1809,7 +1809,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1818,7 +1818,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1827,7 +1827,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.498, y: 0.571, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1870,8 +1870,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.847, y: 0.7084, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.04500032, y: 1.2089995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1879,8 +1879,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.85, y: 0.789, z: 0} - inSlope: {x: 0, y: 2.417999, z: 0} - outSlope: {x: 0, y: 2.417999, z: 0} + inSlope: {x: 0.04500032, y: 1.2089995, z: -0} + outSlope: {x: -3.105, y: 12.719999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1888,8 +1888,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.643, y: 1.637, z: 0} - inSlope: {x: -4.399, y: 6.7840023, z: 0} - outSlope: {x: -4.399, y: 6.7840023, z: 0} + inSlope: {x: -3.105, y: 12.719999, z: -0} + outSlope: {x: -6.987, y: 5.088001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1897,8 +1897,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.4101, y: 1.8066, z: 0} - inSlope: {x: -8.235001, y: 3.7154999, z: 0} - outSlope: {x: -8.235001, y: 3.7154999, z: 0} + inSlope: {x: -6.987, y: 5.088001, z: -0} + outSlope: {x: -9.483001, y: 2.3429992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1906,8 +1906,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.094, y: 1.8847, z: 0} - inSlope: {x: -16.594002, y: 0, z: 0} - outSlope: {x: -16.594002, y: 0, z: 0} + inSlope: {x: -9.483001, y: 2.3429992, z: -0} + outSlope: {x: -30.816002, y: -10.529996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1915,8 +1915,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.4196, y: 1.7092, z: 0} - inSlope: {x: -13.72, y: -6.2879996, z: 0} - outSlope: {x: -13.72, y: -6.2879996, z: 0} + inSlope: {x: -30.816002, y: -10.529996, z: -0} + outSlope: {x: -5.1720004, y: -4.1670017, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1924,8 +1924,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.592, y: 1.5703, z: 0} - inSlope: {x: -3.4724998, y: -6.228, z: 0} - outSlope: {x: -3.4724998, y: -6.228, z: 0} + inSlope: {x: -5.1720004, y: -4.1670017, z: -0} + outSlope: {x: -1.7729993, y: -8.289, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1933,8 +1933,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.6511, y: 1.294, z: 0} - inSlope: {x: -0.75600153, y: -4.133001, z: 0} - outSlope: {x: -0.75600153, y: -4.133001, z: 0} + inSlope: {x: -1.7729993, y: -8.289, z: -0} + outSlope: {x: -0.28350058, y: -2.0550015, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1942,8 +1942,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.67, y: 1.157, z: 0} - inSlope: {x: -0.45360094, y: -3.288002, z: 0} - outSlope: {x: -0.45360094, y: -3.288002, z: 0} + inSlope: {x: -0.28350058, y: -2.0550015, z: -0} + outSlope: {x: -1.5920002, y: -4.3599997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1951,7 +1951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.8292, y: 0.721, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5920002, y: -4.3599997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.8292, y: 0.721, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1985,8 +1985,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.119, y: 0.311, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 3.0750003, y: 5.1750007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1994,8 +1994,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.086, y: 0.656, z: 0} - inSlope: {x: 0, y: 3.7470002, z: 0} - outSlope: {x: 0, y: 3.7470002, z: 0} + inSlope: {x: 3.0750003, y: 5.1750007, z: -0} + outSlope: {x: -3.0359998, y: 2.3189993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2003,8 +2003,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.1164, y: 0.8106, z: 0} - inSlope: {x: -1.2159995, y: 0, z: 0} - outSlope: {x: -1.2159995, y: 0, z: 0} + inSlope: {x: -3.0359998, y: 2.3189993, z: -0} + outSlope: {x: -0.9119998, y: -0.6539995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2012,8 +2012,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.1468, y: 0.7888, z: 0} - inSlope: {x: -1.1895001, y: -1.1984996, z: 0} - outSlope: {x: -1.1895001, y: -1.1984996, z: 0} + inSlope: {x: -0.9119998, y: -0.6539995, z: -0} + outSlope: {x: -1.4670004, y: -1.7429997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2021,8 +2021,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.1957, y: 0.7307, z: 0} - inSlope: {x: -3.912001, y: -0.1360035, z: 0} - outSlope: {x: -3.912001, y: -0.1360035, z: 0} + inSlope: {x: -1.4670004, y: -1.7429997, z: -0} + outSlope: {x: -17.538, y: -0.10200263, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2030,8 +2030,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.488, y: 0.729, z: 0} - inSlope: {x: -2.1999998, y: -0.13600351, z: 0} - outSlope: {x: -2.1999998, y: -0.13600351, z: 0} + inSlope: {x: -17.538, y: -0.10200263, z: -0} + outSlope: {x: -0.82500017, y: -2.1089997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2039,8 +2039,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.5155, y: 0.6587, z: 0} - inSlope: {x: -0.87, y: -4.035, z: 0} - outSlope: {x: -0.87, y: -4.035, z: 0} + inSlope: {x: -0.82500017, y: -2.1089997, z: -0} + outSlope: {x: -0.9149999, y: -5.961, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2048,8 +2048,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.546, y: 0.46, z: 0} - inSlope: {x: -0.7150001, y: -2.987, z: 0} - outSlope: {x: -0.7150001, y: -2.987, z: 0} + inSlope: {x: -0.9149999, y: -5.961, z: -0} + outSlope: {x: -0.6150002, y: -1.5, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2057,8 +2057,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.587, y: 0.36, z: 0} - inSlope: {x: 0, y: -1.9800001, z: 0} - outSlope: {x: 0, y: -1.9800001, z: 0} + inSlope: {x: -0.6150002, y: -1.5, z: -0} + outSlope: {x: 0.34000042, y: -2.3000004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2066,7 +2066,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.553, y: 0.13, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.34000042, y: -2.3000004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2075,7 +2075,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.553, y: 0.13, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2100,8 +2100,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.199, y: 0.467, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 4.6800003, y: 5.565, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2109,8 +2109,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.113, y: 0.838, z: 0} - inSlope: {x: 0, y: 3.7845001, z: 0} - outSlope: {x: 0, y: 3.7845001, z: 0} + inSlope: {x: 4.6800003, y: 5.565, z: -0} + outSlope: {x: -5.055, y: 2.004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2118,8 +2118,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.224, y: 0.9716, z: 0} - inSlope: {x: -2.2840006, y: 0, z: 0} - outSlope: {x: -2.2840006, y: 0, z: 0} + inSlope: {x: -5.055, y: 2.004, z: -0} + outSlope: {x: -1.713, y: -1.5000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2127,8 +2127,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.2811, y: 0.9216, z: 0} - inSlope: {x: -1.6334999, y: -1.6139997, z: 0} - outSlope: {x: -1.6334999, y: -1.6139997, z: 0} + inSlope: {x: -1.713, y: -1.5000005, z: -0} + outSlope: {x: -1.5539995, y: -1.727999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2136,8 +2136,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.3329, y: 0.864, z: 0} - inSlope: {x: -4.143999, y: -0.28800014, z: 0} - outSlope: {x: -4.143999, y: -0.28800014, z: 0} + inSlope: {x: -1.5539995, y: -1.727999, z: -0} + outSlope: {x: -17.316002, y: -0.2160001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2145,8 +2145,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.6215, y: 0.8604, z: 0} - inSlope: {x: -2.24, y: -0.28800014, z: 0} - outSlope: {x: -2.24, y: -0.28800014, z: 0} + inSlope: {x: -17.316002, y: -0.2160001, z: -0} + outSlope: {x: -0.84, y: -1.9919999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2154,8 +2154,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.6495, y: 0.794, z: 0} - inSlope: {x: -1.0725001, y: -3.9360006, z: 0} - outSlope: {x: -1.0725001, y: -3.9360006, z: 0} + inSlope: {x: -0.84, y: -1.9919999, z: -0} + outSlope: {x: -1.3050003, y: -5.8800015, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2163,8 +2163,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.693, y: 0.598, z: 0} - inSlope: {x: -0.72499996, y: -2.9800005, z: 0} - outSlope: {x: -0.72499996, y: -2.9800005, z: 0} + inSlope: {x: -1.3050003, y: -5.8800015, z: -0} + outSlope: {x: -0.4349998, y: -1.5300001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2172,8 +2172,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.722, y: 0.496, z: 0} - inSlope: {x: 0, y: -2.16, z: 0} - outSlope: {x: 0, y: -2.16, z: 0} + inSlope: {x: -0.4349998, y: -1.5300001, z: -0} + outSlope: {x: 0.18000008, y: -2.58, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2181,7 +2181,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.704, y: 0.238, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.18000008, y: -2.58, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2190,7 +2190,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.704, y: 0.238, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2216,7 +2216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2225,7 +2225,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2234,7 +2234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2243,7 +2243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2252,7 +2252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2261,7 +2261,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2270,7 +2270,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2279,7 +2279,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2288,7 +2288,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2297,7 +2297,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2306,7 +2306,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2331,7 +2331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2340,7 +2340,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2349,7 +2349,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2358,7 +2358,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2367,7 +2367,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2376,7 +2376,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2385,7 +2385,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2394,7 +2394,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2403,7 +2403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2412,7 +2412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2421,7 +2421,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2446,8 +2446,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.195, y: 0.795, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 2.9249992, y: 3, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2455,8 +2455,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.39, y: 0.995, z: 1} - inSlope: {x: 0, y: 4.4625, z: 0} - outSlope: {x: 0, y: 4.4625, z: 0} + inSlope: {x: 2.9249992, y: 3, z: -0} + outSlope: {x: -5.8499994, y: 5.924999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2464,8 +2464,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1.39, z: 1} - inSlope: {x: -0.19999993, y: 0, z: 0} - outSlope: {x: -0.19999993, y: 0, z: 0} + inSlope: {x: -5.8499994, y: 5.924999, z: -0} + outSlope: {x: -0.14999987, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2473,7 +2473,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.995, y: 1.39, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.14999987, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,8 +2482,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.995, y: 1.39, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.945, y: 1.295, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -3.000001, y: -5.700002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,8 +2500,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.945, y: 1.295, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.5000005, y: -8.999999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2509,8 +2509,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.995, y: 0.995, z: 1} - inSlope: {x: 0, y: -2.000001, z: 0} - outSlope: {x: 0, y: -2.000001, z: 0} + inSlope: {x: 1.5000005, y: -8.999999, z: -0} + outSlope: {x: 0, y: -0.75000024, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2518,8 +2518,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.995, y: 0.945, z: 1} - inSlope: {x: 0, y: -1.2000004, z: 0} - outSlope: {x: 0, y: -1.2000004, z: 0} + inSlope: {x: -0, y: -0.75000024, z: -0} + outSlope: {x: 0, y: -2.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2527,7 +2527,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.995, y: 0.695, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -2.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2536,7 +2536,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.995, y: 0.695, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2553,7 +2553,7 @@ AnimationClip: time: 0 value: {x: 2.5, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -29.999998, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2561,8 +2561,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: -20.000002, y: 0, z: 0} - outSlope: {x: -20.000002, y: 0, z: 0} + inSlope: {x: -29.999998, y: -0, z: -0} + outSlope: {x: -15.000001, y: -4.5000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2570,8 +2570,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.5, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -15.000001, y: -4.5000005, z: -0} + outSlope: {x: 14.999999, y: 4.5, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2579,7 +2579,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 14.999999, y: 4.5, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2588,7 +2588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2597,7 +2597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2606,7 +2606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,7 +2615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2624,7 +2624,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2633,7 +2633,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2642,7 +2642,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2651,7 +2651,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2676,8 +2676,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 6, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2685,8 +2685,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.4, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 6, y: -0, z: -0} + outSlope: {x: -5.9999995, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2694,7 +2694,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2703,7 +2703,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2712,7 +2712,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2721,7 +2721,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2730,7 +2730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2739,7 +2739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2748,7 +2748,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2757,7 +2757,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2766,7 +2766,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2784,107 +2784,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2902,107 +2902,107 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3020,107 +3020,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3138,107 +3138,107 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3256,107 +3256,107 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3374,107 +3374,107 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3492,107 +3492,107 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3610,107 +3610,107 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3728,107 +3728,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3846,107 +3846,107 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3964,107 +3964,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4082,107 +4082,107 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4201,106 +4201,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4318,107 +4318,107 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4437,7 +4437,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4456,7 +4456,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4977,106 +4977,106 @@ AnimationClip: value: 0.5206 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5095,106 +5095,106 @@ AnimationClip: value: -0.534 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5213,106 +5213,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5331,106 +5331,106 @@ AnimationClip: value: -0.8585 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5449,106 +5449,106 @@ AnimationClip: value: -0.5017 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5567,106 +5567,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5684,107 +5684,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5803,106 +5803,106 @@ AnimationClip: value: -0.411 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5921,106 +5921,106 @@ AnimationClip: value: -0.117 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6039,106 +6039,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6157,106 +6157,106 @@ AnimationClip: value: 0.222 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6275,106 +6275,106 @@ AnimationClip: value: -0.134 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6393,106 +6393,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6511,106 +6511,106 @@ AnimationClip: value: 0.0842 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6629,106 +6629,106 @@ AnimationClip: value: 0.0594 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6747,106 +6747,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6865,106 +6865,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6983,106 +6983,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7101,106 +7101,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7218,107 +7218,107 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7337,106 +7337,106 @@ AnimationClip: value: 0.14 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7455,106 +7455,106 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7573,106 +7573,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7690,107 +7690,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7808,107 +7808,107 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7927,106 +7927,106 @@ AnimationClip: value: 0.156 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8045,106 +8045,106 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8163,106 +8163,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8281,106 +8281,106 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8399,106 +8399,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8517,106 +8517,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8634,107 +8634,107 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8753,106 +8753,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8871,106 +8871,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8989,106 +8989,106 @@ AnimationClip: value: -6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -6 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 89.99999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 89.99999 + outSlope: -150.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -5 - inSlope: -120.00001 - outSlope: -120.00001 - tangentMode: 136 + inSlope: -150.00002 + outSlope: -90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -8 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -90.00001 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -3 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 300.00003 + outSlope: -90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -6 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -90.00001 + outSlope: 90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -3 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 90.00001 + outSlope: -30.000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -5 - inSlope: 0 + inSlope: -30.000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9107,106 +9107,106 @@ AnimationClip: value: -0.2147 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.2147 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.7445002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.331 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -1.7445002 + outSlope: 3.0914998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.1249 - inSlope: 2.5159996 - outSlope: 2.5159996 - tangentMode: 136 + inSlope: 3.0914998 + outSlope: 1.8870001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.062 - inSlope: 1.182 - outSlope: 1.182 - tangentMode: 136 + inSlope: 1.8870001 + outSlope: 0.59099996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.0423 - inSlope: 1.2 - outSlope: 1.2 - tangentMode: 136 + inSlope: 0.59099996 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.002 - inSlope: 1.0319997 - outSlope: 1.0319997 - tangentMode: 136 + inSlope: 2.4180002 + outSlope: 0.38700002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.0109 - inSlope: 0.77400005 - outSlope: 0.77400005 - tangentMode: 136 + inSlope: 0.38700002 + outSlope: 1.2030001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.051 - inSlope: 0.08000004 - outSlope: 0.08000004 - tangentMode: 136 + inSlope: 1.2030001 + outSlope: 0.030000007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.053 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.030000007 + outSlope: -0.09999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.043 - inSlope: 0 + inSlope: -0.09999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.043 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9225,106 +9225,106 @@ AnimationClip: value: 0.4321 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.4321 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.7035001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.479 - inSlope: 1.4070002 - outSlope: 1.4070002 - tangentMode: 136 + inSlope: 0.7035001 + outSlope: 3.09 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.685 - inSlope: 0.35999987 - outSlope: 0.35999987 - tangentMode: 136 + inSlope: 3.09 + outSlope: 0.27000013 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.694 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.27000013 + outSlope: -0.5699999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.675 - inSlope: -1.0800005 - outSlope: -1.0800005 - tangentMode: 136 + inSlope: -0.5699999 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.64 - inSlope: -1.0600008 - outSlope: -1.0600008 - tangentMode: 136 + inSlope: -2.1000018 + outSlope: -0.54000026 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.622 - inSlope: -1.0800005 - outSlope: -1.0800005 - tangentMode: 136 + inSlope: -0.54000026 + outSlope: -2.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.522 - inSlope: -1.3200009 - outSlope: -1.3200009 - tangentMode: 136 + inSlope: -2.999999 + outSlope: -0.49500036 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.489 - inSlope: -0.79200053 - outSlope: -0.79200053 - tangentMode: 136 + inSlope: -0.49500036 + outSlope: -1.1750002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.3715 - inSlope: 0 + inSlope: -1.1750002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.3715 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9343,106 +9343,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9461,106 +9461,106 @@ AnimationClip: value: 1.195 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.195 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.9249992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.39 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.9249992 + outSlope: -5.8499994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: -0.19999993 - outSlope: -0.19999993 - tangentMode: 136 + inSlope: -5.8499994 + outSlope: -0.14999987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.995 - inSlope: 0 + inSlope: -0.14999987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.995 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.945 - inSlope: 0 + inSlope: -3.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.945 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.995 - inSlope: 0 + inSlope: 1.5000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.995 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.995 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.995 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9579,106 +9579,106 @@ AnimationClip: value: 0.795 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.795 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.995 - inSlope: 4.4625 - outSlope: 4.4625 - tangentMode: 136 + inSlope: 3 + outSlope: 5.924999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.39 - inSlope: 0 + inSlope: 5.924999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.39 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.39 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.295 - inSlope: 0 + inSlope: -5.700002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.295 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -8.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.995 - inSlope: -2.000001 - outSlope: -2.000001 - tangentMode: 136 + inSlope: -8.999999 + outSlope: -0.75000024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.945 - inSlope: -1.2000004 - outSlope: -1.2000004 - tangentMode: 136 + inSlope: -0.75000024 + outSlope: -2.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.695 - inSlope: 0 + inSlope: -2.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.695 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9697,106 +9697,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9814,107 +9814,107 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9932,107 +9932,107 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10050,107 +10050,107 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10169,106 +10169,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10287,106 +10287,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10405,106 +10405,106 @@ AnimationClip: value: -36 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -36 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -30 - inSlope: 180.00002 - outSlope: 180.00002 - tangentMode: 136 + inSlope: 90.00001 + outSlope: 674.99994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 15 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 674.99994 + outSlope: -60.000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 13 - inSlope: 0 + inSlope: -60.000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 13 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 120.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 21 - inSlope: 114.00001 - outSlope: 114.00001 - tangentMode: 136 + inSlope: 120.00001 + outSlope: 110.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 32 - inSlope: 0 + inSlope: 110.00001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 32 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10523,106 +10523,106 @@ AnimationClip: value: 0.53 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.53 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 6.2400007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.946 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 6.2400007 + outSlope: -9.57 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.308 - inSlope: -1.5999984 - outSlope: -1.5999984 - tangentMode: 136 + inSlope: -9.57 + outSlope: -1.1999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.268 - inSlope: -2.1000001 - outSlope: -2.1000001 - tangentMode: 136 + inSlope: -1.1999998 + outSlope: -3.0000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.168 - inSlope: -5.8200006 - outSlope: -5.8200006 - tangentMode: 136 + inSlope: -3.0000005 + outSlope: -11.460001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.023 - inSlope: -8 - outSlope: -8 - tangentMode: 136 + inSlope: -11.460001 + outSlope: -6.27 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.232 - inSlope: -0.6000007 - outSlope: -0.6000007 - tangentMode: 136 + inSlope: -6.27 + outSlope: -0.3000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.242 - inSlope: -0.40000024 - outSlope: -0.40000024 - tangentMode: 136 + inSlope: -0.3000002 + outSlope: -1.62 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.35 - inSlope: -1.2420001 - outSlope: -1.2420001 - tangentMode: 136 + inSlope: -1.62 + outSlope: -0.9900001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.449 - inSlope: 0 + inSlope: -0.9900001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.449 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10641,106 +10641,106 @@ AnimationClip: value: 0.743 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.743 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.743 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 10.44 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.439 - inSlope: 0.8400015 - outSlope: 0.8400015 - tangentMode: 136 + inSlope: 10.44 + outSlope: 0.6300009 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.46 - inSlope: 0.4650003 - outSlope: 0.4650003 - tangentMode: 136 + inSlope: 0.6300009 + outSlope: 0.29999974 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.47 - inSlope: 0.3799987 - outSlope: 0.3799987 - tangentMode: 136 + inSlope: 0.29999974 + outSlope: 0.5399967 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.479 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.5399967 + outSlope: -3.8699987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.35 - inSlope: -4.4999995 - outSlope: -4.4999995 - tangentMode: 136 + inSlope: -3.8699987 + outSlope: -5.1300006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.179 - inSlope: -2.7 - outSlope: -2.7 - tangentMode: 136 + inSlope: -5.1300006 + outSlope: -1.4849998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.08 - inSlope: -1.9740001 - outSlope: -1.9740001 - tangentMode: 136 + inSlope: -1.4849998 + outSlope: -2.3000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.85 - inSlope: 0 + inSlope: -2.3000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.85 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10759,106 +10759,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10876,107 +10876,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10995,106 +10995,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11113,106 +11113,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11231,106 +11231,106 @@ AnimationClip: value: 25 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 25 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -300.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -300.00003 + outSlope: 299.99997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 25 - inSlope: 0 + inSlope: 299.99997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 25 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11348,107 +11348,107 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11466,107 +11466,107 @@ AnimationClip: time: 0 value: -0.157 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 19.649998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.498 - inSlope: 11.189 - outSlope: 11.189 - tangentMode: 136 + inSlope: 19.649998 + outSlope: 6.9585004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.9619 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 6.9585004 + outSlope: -6.9584994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.498 - inSlope: 0 + inSlope: -6.9584994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.498 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11584,107 +11584,107 @@ AnimationClip: time: 0 value: 0.267 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 9.119999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.571 - inSlope: 5.802 - outSlope: 5.802 - tangentMode: 136 + inSlope: 9.119999 + outSlope: 4.143 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.8472 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 4.143 + outSlope: -4.1429996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.571 - inSlope: 0 + inSlope: -4.1429996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.571 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11703,106 +11703,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11820,107 +11820,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11938,107 +11938,107 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12057,106 +12057,106 @@ AnimationClip: value: 0.847 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.847 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.04500032 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.85 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.04500032 + outSlope: -3.105 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.643 - inSlope: -4.399 - outSlope: -4.399 - tangentMode: 136 + inSlope: -3.105 + outSlope: -6.987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.4101 - inSlope: -8.235001 - outSlope: -8.235001 - tangentMode: 136 + inSlope: -6.987 + outSlope: -9.483001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.094 - inSlope: -16.594002 - outSlope: -16.594002 - tangentMode: 136 + inSlope: -9.483001 + outSlope: -30.816002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.4196 - inSlope: -13.72 - outSlope: -13.72 - tangentMode: 136 + inSlope: -30.816002 + outSlope: -5.1720004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.592 - inSlope: -3.4724998 - outSlope: -3.4724998 - tangentMode: 136 + inSlope: -5.1720004 + outSlope: -1.7729993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.6511 - inSlope: -0.75600153 - outSlope: -0.75600153 - tangentMode: 136 + inSlope: -1.7729993 + outSlope: -0.28350058 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.67 - inSlope: -0.45360094 - outSlope: -0.45360094 - tangentMode: 136 + inSlope: -0.28350058 + outSlope: -1.5920002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.8292 - inSlope: 0 + inSlope: -1.5920002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.8292 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12175,106 +12175,106 @@ AnimationClip: value: 0.7084 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.7084 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.2089995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.789 - inSlope: 2.417999 - outSlope: 2.417999 - tangentMode: 136 + inSlope: 1.2089995 + outSlope: 12.719999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.637 - inSlope: 6.7840023 - outSlope: 6.7840023 - tangentMode: 136 + inSlope: 12.719999 + outSlope: 5.088001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.8066 - inSlope: 3.7154999 - outSlope: 3.7154999 - tangentMode: 136 + inSlope: 5.088001 + outSlope: 2.3429992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.8847 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.3429992 + outSlope: -10.529996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.7092 - inSlope: -6.2879996 - outSlope: -6.2879996 - tangentMode: 136 + inSlope: -10.529996 + outSlope: -4.1670017 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.5703 - inSlope: -6.228 - outSlope: -6.228 - tangentMode: 136 + inSlope: -4.1670017 + outSlope: -8.289 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.294 - inSlope: -4.133001 - outSlope: -4.133001 - tangentMode: 136 + inSlope: -8.289 + outSlope: -2.0550015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.157 - inSlope: -3.288002 - outSlope: -3.288002 - tangentMode: 136 + inSlope: -2.0550015 + outSlope: -4.3599997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.721 - inSlope: 0 + inSlope: -4.3599997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.721 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12293,106 +12293,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12411,106 +12411,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12529,106 +12529,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12647,106 +12647,106 @@ AnimationClip: value: 25 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 25 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -525.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -10 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -525.00006 + outSlope: 943.3499 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 52.89 - inSlope: 860 - outSlope: 860 - tangentMode: 136 + inSlope: 943.3499 + outSlope: 693.30005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 76 - inSlope: 676.65 - outSlope: 676.65 - tangentMode: 136 + inSlope: 693.30005 + outSlope: 660.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 98 - inSlope: 800.00006 - outSlope: 800.00006 - tangentMode: 136 + inSlope: 660.00006 + outSlope: 1080.0001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 116 - inSlope: 320.00003 - outSlope: 320.00003 - tangentMode: 136 + inSlope: 1080.0001 + outSlope: 120.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 120 - inSlope: 210.00002 - outSlope: 210.00002 - tangentMode: 136 + inSlope: 120.00001 + outSlope: 300.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 130 - inSlope: 200.00002 - outSlope: 200.00002 - tangentMode: 136 + inSlope: 300.00003 + outSlope: 150.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 140 - inSlope: 186.05998 - outSlope: 186.05998 - tangentMode: 136 + inSlope: 150.00002 + outSlope: 210.09996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 161.01 - inSlope: 0 + inSlope: 210.09996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 161.01 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12765,106 +12765,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12883,106 +12883,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13001,106 +13001,106 @@ AnimationClip: value: -10 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -10 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -570.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -48 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -570.00006 + outSlope: 671.69995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -3.22 - inSlope: 598.89996 - outSlope: 598.89996 - tangentMode: 136 + inSlope: 671.69995 + outSlope: 453.30005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 11.89 - inSlope: 0 + inSlope: 453.30005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 11.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 11.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 11.89 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -146.70001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 7 - inSlope: 0 + inSlope: -146.70001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 7 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 110.100006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 18.01 - inSlope: 0 + inSlope: 110.100006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 18.01 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13119,106 +13119,106 @@ AnimationClip: value: -0.119 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.119 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.0750003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.086 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 3.0750003 + outSlope: -3.0359998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.1164 - inSlope: -1.2159995 - outSlope: -1.2159995 - tangentMode: 136 + inSlope: -3.0359998 + outSlope: -0.9119998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.1468 - inSlope: -1.1895001 - outSlope: -1.1895001 - tangentMode: 136 + inSlope: -0.9119998 + outSlope: -1.4670004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.1957 - inSlope: -3.912001 - outSlope: -3.912001 - tangentMode: 136 + inSlope: -1.4670004 + outSlope: -17.538 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.488 - inSlope: -2.1999998 - outSlope: -2.1999998 - tangentMode: 136 + inSlope: -17.538 + outSlope: -0.82500017 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.5155 - inSlope: -0.87 - outSlope: -0.87 - tangentMode: 136 + inSlope: -0.82500017 + outSlope: -0.9149999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.546 - inSlope: -0.7150001 - outSlope: -0.7150001 - tangentMode: 136 + inSlope: -0.9149999 + outSlope: -0.6150002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.587 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.6150002 + outSlope: 0.34000042 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.553 - inSlope: 0 + inSlope: 0.34000042 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.553 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13237,106 +13237,106 @@ AnimationClip: value: 0.311 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.311 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.1750007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.656 - inSlope: 3.7470002 - outSlope: 3.7470002 - tangentMode: 136 + inSlope: 5.1750007 + outSlope: 2.3189993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.8106 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.3189993 + outSlope: -0.6539995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.7888 - inSlope: -1.1984996 - outSlope: -1.1984996 - tangentMode: 136 + inSlope: -0.6539995 + outSlope: -1.7429997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.7307 - inSlope: -0.1360035 - outSlope: -0.1360035 - tangentMode: 136 + inSlope: -1.7429997 + outSlope: -0.10200263 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.729 - inSlope: -0.13600351 - outSlope: -0.13600351 - tangentMode: 136 + inSlope: -0.10200263 + outSlope: -2.1089997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.6587 - inSlope: -4.035 - outSlope: -4.035 - tangentMode: 136 + inSlope: -2.1089997 + outSlope: -5.961 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.46 - inSlope: -2.987 - outSlope: -2.987 - tangentMode: 136 + inSlope: -5.961 + outSlope: -1.5 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.36 - inSlope: -1.9800001 - outSlope: -1.9800001 - tangentMode: 136 + inSlope: -1.5 + outSlope: -2.3000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.13 - inSlope: 0 + inSlope: -2.3000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13355,106 +13355,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13473,106 +13473,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13591,106 +13591,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13709,106 +13709,106 @@ AnimationClip: value: 40 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 40 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -570.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -570.00006 + outSlope: 851.55 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 58.77 - inSlope: 604.7999 - outSlope: 604.7999 - tangentMode: 136 + inSlope: 851.55 + outSlope: 453.6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 73.89 - inSlope: 0 + inSlope: 453.6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 73.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 73.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 73.89 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -146.7 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 69 - inSlope: 0 + inSlope: -146.7 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 69 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 110.10003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 80.01 - inSlope: 0 + inSlope: 110.10003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 80.01 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13827,106 +13827,106 @@ AnimationClip: value: -0.199 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.199 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 4.6800003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.113 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 4.6800003 + outSlope: -5.055 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.224 - inSlope: -2.2840006 - outSlope: -2.2840006 - tangentMode: 136 + inSlope: -5.055 + outSlope: -1.713 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.2811 - inSlope: -1.6334999 - outSlope: -1.6334999 - tangentMode: 136 + inSlope: -1.713 + outSlope: -1.5539995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.3329 - inSlope: -4.143999 - outSlope: -4.143999 - tangentMode: 136 + inSlope: -1.5539995 + outSlope: -17.316002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.6215 - inSlope: -2.24 - outSlope: -2.24 - tangentMode: 136 + inSlope: -17.316002 + outSlope: -0.84 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.6495 - inSlope: -1.0725001 - outSlope: -1.0725001 - tangentMode: 136 + inSlope: -0.84 + outSlope: -1.3050003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.693 - inSlope: -0.72499996 - outSlope: -0.72499996 - tangentMode: 136 + inSlope: -1.3050003 + outSlope: -0.4349998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.722 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.4349998 + outSlope: 0.18000008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.704 - inSlope: 0 + inSlope: 0.18000008 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.704 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13945,106 +13945,106 @@ AnimationClip: value: 0.467 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.467 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.565 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.838 - inSlope: 3.7845001 - outSlope: 3.7845001 - tangentMode: 136 + inSlope: 5.565 + outSlope: 2.004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.9716 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.004 + outSlope: -1.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.9216 - inSlope: -1.6139997 - outSlope: -1.6139997 - tangentMode: 136 + inSlope: -1.5000005 + outSlope: -1.727999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.864 - inSlope: -0.28800014 - outSlope: -0.28800014 - tangentMode: 136 + inSlope: -1.727999 + outSlope: -0.2160001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.8604 - inSlope: -0.28800014 - outSlope: -0.28800014 - tangentMode: 136 + inSlope: -0.2160001 + outSlope: -1.9919999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.794 - inSlope: -3.9360006 - outSlope: -3.9360006 - tangentMode: 136 + inSlope: -1.9919999 + outSlope: -5.8800015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.598 - inSlope: -2.9800005 - outSlope: -2.9800005 - tangentMode: 136 + inSlope: -5.8800015 + outSlope: -1.5300001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.496 - inSlope: -2.16 - outSlope: -2.16 - tangentMode: 136 + inSlope: -1.5300001 + outSlope: -2.58 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.238 - inSlope: 0 + inSlope: -2.58 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.238 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14063,106 +14063,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14180,107 +14180,107 @@ AnimationClip: time: 0 value: 2.5 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -29.999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.5 - inSlope: -20.000002 - outSlope: -20.000002 - tangentMode: 136 + inSlope: -29.999998 + outSlope: -15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -15.000001 + outSlope: 14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.5 - inSlope: 0 + inSlope: 14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14299,106 +14299,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -4.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.7 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -4.5000005 + outSlope: 4.5 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: 4.5 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14417,106 +14417,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14535,106 +14535,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.4 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 6 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14653,106 +14653,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14771,106 +14771,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14889,106 +14889,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15006,107 +15006,107 @@ AnimationClip: time: 0 value: 8 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 8 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 8 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15125,7 +15125,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15144,7 +15144,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -15253,66 +15253,6 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x path: effects/speedLines classID: 4 script: {fileID: 0} @@ -15326,6 +15266,16 @@ AnimationClip: path: effects/speedLines classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: effects/speedLines + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -15333,7 +15283,57 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: effects/speedLines + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head classID: 4 script: {fileID: 0} m_HasGenericRootTransform: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim.meta index 9910f1080..ca39ef4f1 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapBack.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim index 62dc961a1..9c98d15d5 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,8 +38,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 6} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -89.99999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -89.99999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -56,8 +56,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -65,8 +65,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: 3} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 90.00001} + outSlope: {x: 0, y: 0, z: Infinity} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -74,8 +74,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 180, z: -2.321} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -319.26} + outSlope: {x: 0, y: 0, z: 69.630005} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -83,7 +83,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 69.630005} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -92,7 +92,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -101,7 +101,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -110,7 +110,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -119,7 +119,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -144,8 +144,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -20} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 120.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -153,8 +153,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -12} - inSlope: {x: 0, y: 0, z: 240.00002} - outSlope: {x: 0, y: 0, z: 240.00002} + inSlope: {x: -0, y: -0, z: 120.00001} + outSlope: {x: 0, y: 0, z: 374.99997} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -162,7 +162,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 374.99997} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -171,7 +171,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -180,7 +180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -189,7 +189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -198,7 +198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -207,8 +207,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 120.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -216,8 +216,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 21} - inSlope: {x: 0, y: 0, z: 114.00001} - outSlope: {x: 0, y: 0, z: 114.00001} + inSlope: {x: -0, y: -0, z: 120.00001} + outSlope: {x: 0, y: 0, z: 110.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -225,7 +225,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 32} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 110.00001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -234,7 +234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 32} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -259,8 +259,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 22} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -480.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -268,8 +268,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -10} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -480.00003} + outSlope: {x: 0, y: 0, z: 899.99994} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -277,8 +277,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 50} - inSlope: {x: 0, y: 0, z: 900} - outSlope: {x: 0, y: 0, z: 900} + inSlope: {x: -0, y: -0, z: 899.99994} + outSlope: {x: 0, y: 0, z: 900.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -286,8 +286,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 80} - inSlope: {x: 0, y: 0, z: 750.00006} - outSlope: {x: 0, y: 0, z: 750.00006} + inSlope: {x: -0, y: -0, z: 900.00006} + outSlope: {x: 0, y: 0, z: 600.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -295,8 +295,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 100} - inSlope: {x: 0, y: 0, z: 720.00006} - outSlope: {x: 0, y: 0, z: 720.00006} + inSlope: {x: -0, y: -0, z: 600.00006} + outSlope: {x: 0, y: 0, z: 960.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -304,8 +304,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 116} - inSlope: {x: 0, y: 0, z: 440.00003} - outSlope: {x: 0, y: 0, z: 440.00003} + inSlope: {x: -0, y: -0, z: 960.00006} + outSlope: {x: 0, y: 0, z: 180.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -313,8 +313,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 122} - inSlope: {x: 0, y: 0, z: 165.00002} - outSlope: {x: 0, y: 0, z: 165.00002} + inSlope: {x: -0, y: -0, z: 180.00002} + outSlope: {x: 0, y: 0, z: 150.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -322,8 +322,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 127} - inSlope: {x: 0, y: 0, z: 160.00002} - outSlope: {x: 0, y: 0, z: 160.00002} + inSlope: {x: -0, y: -0, z: 150.00002} + outSlope: {x: 0, y: 0, z: 165.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -331,8 +331,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 138} - inSlope: {x: 0, y: 0, z: 138.00002} - outSlope: {x: 0, y: 0, z: 138.00002} + inSlope: {x: -0, y: -0, z: 165.00002} + outSlope: {x: 0, y: 0, z: 120.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -340,7 +340,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 150} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 120.00001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -349,7 +349,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 150} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -374,8 +374,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 25} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -75.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -383,8 +383,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 20} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -75.00001} + outSlope: {x: 0, y: 0, z: 494.99997} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -392,8 +392,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 53} - inSlope: {x: 0, y: 0, z: 640} - outSlope: {x: 0, y: 0, z: 640} + inSlope: {x: -0, y: -0, z: 494.99997} + outSlope: {x: 0, y: 0, z: 930.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -401,8 +401,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 84} - inSlope: {x: 0, y: 0, z: 765.00006} - outSlope: {x: 0, y: 0, z: 765.00006} + inSlope: {x: -0, y: -0, z: 930.00006} + outSlope: {x: 0, y: 0, z: 600.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -410,8 +410,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 104} - inSlope: {x: 0, y: 0, z: 720.00006} - outSlope: {x: 0, y: 0, z: 720.00006} + inSlope: {x: -0, y: -0, z: 600.00006} + outSlope: {x: 0, y: 0, z: 960.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -419,8 +419,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 120} - inSlope: {x: 0, y: 0, z: 440.00003} - outSlope: {x: 0, y: 0, z: 440.00003} + inSlope: {x: -0, y: -0, z: 960.00006} + outSlope: {x: 0, y: 0, z: 180.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -428,8 +428,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 126} - inSlope: {x: 0, y: 0, z: 150.00002} - outSlope: {x: 0, y: 0, z: 150.00002} + inSlope: {x: -0, y: -0, z: 180.00002} + outSlope: {x: 0, y: 0, z: 120.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -437,8 +437,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 130} - inSlope: {x: 0, y: 0, z: 140.00002} - outSlope: {x: 0, y: 0, z: 140.00002} + inSlope: {x: -0, y: -0, z: 120.00001} + outSlope: {x: 0, y: 0, z: 150.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -446,8 +446,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 140} - inSlope: {x: 0, y: 0, z: 138.00002} - outSlope: {x: 0, y: 0, z: 138.00002} + inSlope: {x: -0, y: -0, z: 150.00002} + outSlope: {x: 0, y: 0, z: 130.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -455,7 +455,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 153} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 130.00002} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -464,7 +464,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 153} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -489,8 +489,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 14} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -375.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -498,8 +498,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -11} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -375.00003} + outSlope: {x: 0, y: 0, z: 779.99994} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -507,7 +507,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 779.99994} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -516,7 +516,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -525,7 +525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -534,7 +534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -543,7 +543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -552,7 +552,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -561,8 +561,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 41} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -50.000004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -570,7 +570,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 36} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -50.000004} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -579,7 +579,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 36} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -604,8 +604,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -21} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -375.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -613,8 +613,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -46} - inSlope: {x: 0, y: 0, z: -352.50003} - outSlope: {x: 0, y: 0, z: -352.50003} + inSlope: {x: -0, y: -0, z: -375.00003} + outSlope: {x: 0, y: 0, z: -329.99997} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -622,7 +622,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: -68} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -329.99997} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: -68} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -68} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,8 +649,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: -68} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 1620.0001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -658,8 +658,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -14} - inSlope: {x: 0, y: 0, z: 1140.0001} - outSlope: {x: 0, y: 0, z: 1140.0001} + inSlope: {x: -0, y: -0, z: 1620.0001} + outSlope: {x: 0, y: 0, z: 660.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -667,8 +667,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 8} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 660.00006} + outSlope: {x: 0, y: 0, z: -210.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -676,7 +676,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -210.00002} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -685,7 +685,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -694,7 +694,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: -6} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -719,8 +719,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 22} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -255.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -728,7 +728,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -255.00002} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -737,7 +737,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -746,7 +746,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -755,7 +755,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -764,7 +764,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -773,7 +773,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -782,7 +782,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -791,7 +791,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -800,7 +800,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -809,7 +809,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 5} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -835,7 +835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -844,7 +844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -853,7 +853,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -862,7 +862,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -871,7 +871,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -880,7 +880,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -889,7 +889,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -898,7 +898,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -907,7 +907,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -916,7 +916,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -925,7 +925,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -950,7 +950,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -959,7 +959,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -968,7 +968,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -977,7 +977,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -986,7 +986,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -995,7 +995,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1004,7 +1004,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1013,7 +1013,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1022,7 +1022,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1031,7 +1031,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1040,7 +1040,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1065,7 +1065,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1074,7 +1074,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1083,7 +1083,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1092,7 +1092,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1101,7 +1101,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1110,7 +1110,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1119,7 +1119,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1128,7 +1128,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1137,7 +1137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1146,7 +1146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1155,7 +1155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1180,7 +1180,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1189,7 +1189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1198,7 +1198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1207,7 +1207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1216,7 +1216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1225,7 +1225,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1261,7 +1261,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1270,7 +1270,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1304,7 +1304,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1313,7 +1313,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1322,7 +1322,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1331,7 +1331,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1340,7 +1340,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1349,7 +1349,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1358,7 +1358,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1367,7 +1367,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1376,7 +1376,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1385,7 +1385,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1410,7 +1410,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1419,7 +1419,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1428,7 +1428,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1437,7 +1437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1446,7 +1446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1455,7 +1455,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1464,7 +1464,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1473,7 +1473,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1482,7 +1482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1491,7 +1491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1500,7 +1500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1525,8 +1525,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.222, y: 0.414, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.9050002, y: 1.92, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1534,8 +1534,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.349, y: 0.542, z: 0} - inSlope: {x: 0, y: 2.1975002, z: 0} - outSlope: {x: 0, y: 2.1975002, z: 0} + inSlope: {x: -1.9050002, y: 1.92, z: -0} + outSlope: {x: 3.285, y: 2.4750001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1543,7 +1543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.13, y: 0.707, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 3.285, y: 2.4750001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1552,8 +1552,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.13, y: 0.707, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 2.16, y: 1.2899996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1561,8 +1561,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.058, y: 0.75, z: 0} - inSlope: {x: 1.0400001, y: 0, z: 0} - outSlope: {x: 1.0400001, y: 0, z: 0} + inSlope: {x: 2.16, y: 1.2899996, z: -0} + outSlope: {x: 0.77999985, y: Infinity, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1570,8 +1570,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.045, y: 0.66, z: 0} - inSlope: {x: 0.66, y: -0.8800031, z: 0} - outSlope: {x: 0.66, y: -0.8800031, z: 0} + inSlope: {x: 0.77999985, y: -5.3999987, z: -0} + outSlope: {x: 0.6000001, y: -0.33000115, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1579,8 +1579,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.025, y: 0.649, z: 0} - inSlope: {x: 1.2000002, y: -0.6600023, z: 0} - outSlope: {x: 1.2000002, y: -0.6600023, z: 0} + inSlope: {x: 0.6000001, y: -0.33000115, z: -0} + outSlope: {x: 2.49, y: -3.8700004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1588,8 +1588,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.058, y: 0.52, z: 0} - inSlope: {x: 0, y: -0.8399988, z: 0} - outSlope: {x: 0, y: -0.8399988, z: 0} + inSlope: {x: 2.49, y: -3.8700004, z: -0} + outSlope: {x: 0, y: -0.31499955, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1597,8 +1597,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.058, y: 0.499, z: 0} - inSlope: {x: 0, y: -0.50399923, z: 0} - outSlope: {x: 0, y: -0.50399923, z: 0} + inSlope: {x: -0, y: -0.31499955, z: -0} + outSlope: {x: 0, y: -1.1900003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1606,7 +1606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.058, y: 0.38, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -1.1900003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1615,7 +1615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.058, y: 0.38, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1640,8 +1640,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.584, y: 0.65, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 3.69, y: 3.4500005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1649,8 +1649,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.83, y: 0.88, z: 0} - inSlope: {x: 0, y: 5.4600005, z: 0} - outSlope: {x: 0, y: 5.4600005, z: 0} + inSlope: {x: 3.69, y: 3.4500005, z: -0} + outSlope: {x: -5.4299994, y: 7.47, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1658,8 +1658,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.468, y: 1.378, z: 0} - inSlope: {x: -0.31999922, y: 1.2799977, z: 0} - outSlope: {x: -0.31999922, y: 1.2799977, z: 0} + inSlope: {x: -5.4299994, y: 7.47, z: -0} + outSlope: {x: -0.2399996, y: 0.9599984, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1667,8 +1667,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.46, y: 1.41, z: 0} - inSlope: {x: -0.47999924, y: 1.8299998, z: 0} - outSlope: {x: -0.47999924, y: 1.8299998, z: 0} + inSlope: {x: -0.2399996, y: 0.9599984, z: -0} + outSlope: {x: -4.200001, y: 2.7000012, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1676,8 +1676,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.32, y: 1.5, z: 0} - inSlope: {x: -6.6600003, y: 0, z: 0} - outSlope: {x: -6.6600003, y: 0, z: 0} + inSlope: {x: -4.200001, y: 2.7000012, z: -0} + outSlope: {x: -11.58, y: -0.5999995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1685,8 +1685,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.127, y: 1.49, z: 0} - inSlope: {x: -8.26, y: -0.7999993, z: 0} - outSlope: {x: -8.26, y: -0.7999993, z: 0} + inSlope: {x: -11.58, y: -0.5999995, z: -0} + outSlope: {x: -6.6000004, y: -2.4000015, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1694,8 +1694,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.093, y: 1.41, z: 0} - inSlope: {x: -5.55, y: -3.7650008, z: 0} - outSlope: {x: -5.55, y: -3.7650008, z: 0} + inSlope: {x: -6.6000004, y: -2.4000015, z: -0} + outSlope: {x: -4.5000005, y: -5.1300006, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1703,8 +1703,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.243, y: 1.239, z: 0} - inSlope: {x: -2.2700002, y: -2.4099996, z: 0} - outSlope: {x: -2.2700002, y: -2.4099996, z: 0} + inSlope: {x: -4.5000005, y: -5.1300006, z: -0} + outSlope: {x: -1.155, y: -1.0499991, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1712,8 +1712,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.32, y: 1.169, z: 0} - inSlope: {x: -0.93000007, y: -1.6799985, z: 0} - outSlope: {x: -0.93000007, y: -1.6799985, z: 0} + inSlope: {x: -1.155, y: -1.0499991, z: -0} + outSlope: {x: -0.78000015, y: -2.2900004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1721,7 +1721,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.398, y: 0.94, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.78000015, y: -2.2900004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1730,7 +1730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.398, y: 0.94, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1755,8 +1755,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.0637, y: 0.7654, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.2894998, y: 1.1490003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1764,8 +1764,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.083, y: 0.842, z: 0} - inSlope: {x: 0, y: 2.2980006, z: 0} - outSlope: {x: 0, y: 2.2980006, z: 0} + inSlope: {x: 0.2894998, y: 1.1490003, z: -0} + outSlope: {x: -5.5499988, y: 14.13, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1773,8 +1773,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.713, y: 1.784, z: 0} - inSlope: {x: -7.2699995, y: 10.279994, z: 0} - outSlope: {x: -7.2699995, y: 10.279994, z: 0} + inSlope: {x: -5.5499988, y: 14.13, z: -0} + outSlope: {x: -10.71, y: 7.7099957, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1782,8 +1782,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.356, y: 2.041, z: 0} - inSlope: {x: -12.045, y: 3.0000114, z: 0} - outSlope: {x: -12.045, y: 3.0000114, z: 0} + inSlope: {x: -10.71, y: 7.7099957, z: -0} + outSlope: {x: -13.380001, y: 1.5000058, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1791,8 +1791,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.09, y: 2.091, z: 0} - inSlope: {x: -16.52, y: 0, z: 0} - outSlope: {x: -16.52, y: 0, z: 0} + inSlope: {x: -13.380001, y: 1.5000058, z: -0} + outSlope: {x: -22.800001, y: -10.740009, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1800,8 +1800,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.47, y: 1.912, z: 0} - inSlope: {x: -12.620002, y: -5.780001, z: 0} - outSlope: {x: -12.620002, y: -5.780001, z: 0} + inSlope: {x: -22.800001, y: -10.740009, z: -0} + outSlope: {x: -7.530001, y: -3.299997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1809,8 +1809,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.721, y: 1.802, z: 0} - inSlope: {x: -5.685, y: -6.5249996, z: 0} - outSlope: {x: -5.685, y: -6.5249996, z: 0} + inSlope: {x: -7.530001, y: -3.299997, z: -0} + outSlope: {x: -3.839999, y: -9.750002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1818,8 +1818,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.849, y: 1.477, z: 0} - inSlope: {x: -2.7199998, y: -4.5600014, z: 0} - outSlope: {x: -2.7199998, y: -4.5600014, z: 0} + inSlope: {x: -3.839999, y: -9.750002, z: -0} + outSlope: {x: -2.16, y: -1.9650007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1827,8 +1827,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.993, y: 1.346, z: 0} - inSlope: {x: -1.4760004, y: -3.066, z: 0} - outSlope: {x: -1.4760004, y: -3.066, z: 0} + inSlope: {x: -2.16, y: -1.9650007, z: -0} + outSlope: {x: -1.0200007, y: -3.7999995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1836,7 +1836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -1.095, y: 0.966, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.0200007, y: -3.7999995, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1845,7 +1845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -1.095, y: 0.966, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1870,8 +1870,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.7199, y: 0.6143, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.6815002, y: 2.8605, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1879,8 +1879,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.832, y: 0.805, z: 0} - inSlope: {x: 0, y: 5.721, z: 0} - outSlope: {x: 0, y: 5.721, z: 0} + inSlope: {x: 1.6815002, y: 2.8605, z: -0} + outSlope: {x: -5.835, y: 9.24, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1888,8 +1888,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.443, y: 1.421, z: 0} - inSlope: {x: -5.3700004, y: 6.32, z: 0} - outSlope: {x: -5.3700004, y: 6.32, z: 0} + inSlope: {x: -5.835, y: 9.24, z: -0} + outSlope: {x: -4.4400005, y: 4.7400002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1897,8 +1897,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.295, y: 1.579, z: 0} - inSlope: {x: -6.405, y: 3.4950008, z: 0} - outSlope: {x: -6.405, y: 3.4950008, z: 0} + inSlope: {x: -4.4400005, y: 4.7400002, z: -0} + outSlope: {x: -8.37, y: 2.2500017, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1906,8 +1906,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.016, y: 1.654, z: 0} - inSlope: {x: -10.920001, y: 0, z: 0} - outSlope: {x: -10.920001, y: 0, z: 0} + inSlope: {x: -8.37, y: 2.2500017, z: -0} + outSlope: {x: -16.02, y: -7.620006, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1915,8 +1915,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.251, y: 1.527, z: 0} - inSlope: {x: -9.46, y: -4.6600013, z: 0} - outSlope: {x: -9.46, y: -4.6600013, z: 0} + inSlope: {x: -16.02, y: -7.620006, z: -0} + outSlope: {x: -6.1800003, y: -3.1799986, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1924,8 +1924,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.457, y: 1.421, z: 0} - inSlope: {x: -4.5600004, y: -5.805, z: 0} - outSlope: {x: -4.5600004, y: -5.805, z: 0} + inSlope: {x: -6.1800003, y: -3.1799986, z: -0} + outSlope: {x: -2.9400008, y: -8.430001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1933,8 +1933,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.555, y: 1.14, z: 0} - inSlope: {x: -1.9000003, y: -3.200002, z: 0} - outSlope: {x: -1.9000003, y: -3.200002, z: 0} + inSlope: {x: -2.9400008, y: -8.430001, z: -0} + outSlope: {x: -1.3800002, y: -1.2000008, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1942,8 +1942,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.647, y: 1.06, z: 0} - inSlope: {x: -0.894, y: -1.9200011, z: 0} - outSlope: {x: -0.894, y: -1.9200011, z: 0} + inSlope: {x: -1.3800002, y: -1.2000008, z: -0} + outSlope: {x: -0.5699999, y: -2.9799993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1951,7 +1951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.704, y: 0.762, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.5699999, y: -2.9799993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1960,7 +1960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.704, y: 0.762, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1985,8 +1985,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.148, y: 0.416, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 3.0450003, y: 5.0985007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1994,8 +1994,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.055, y: 0.7559, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 3.0450003, y: 5.0985007, z: -0} + outSlope: {x: -4.44, y: -1.3785007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2003,8 +2003,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.241, y: 0.664, z: 0} - inSlope: {x: -1.6400002, y: 0, z: 0} - outSlope: {x: -1.6400002, y: 0, z: 0} + inSlope: {x: -4.44, y: -1.3785007, z: -0} + outSlope: {x: -1.2300004, y: 0.15000166, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2012,8 +2012,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.282, y: 0.669, z: 0} - inSlope: {x: -2.265, y: 0.05999923, z: 0} - outSlope: {x: -2.265, y: 0.05999923, z: 0} + inSlope: {x: -1.2300004, y: 0.15000166, z: -0} + outSlope: {x: -3.2999997, y: 0.029999616, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2021,8 +2021,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.392, y: 0.67, z: 0} - inSlope: {x: -3.7799997, y: 0, z: 0} - outSlope: {x: -3.7799997, y: 0, z: 0} + inSlope: {x: -3.2999997, y: 0.029999616, z: -0} + outSlope: {x: -4.7400002, y: -0.29999974, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2030,8 +2030,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.471, y: 0.665, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -4.7400002, y: -0.29999974, z: -0} + outSlope: {x: 1.5599997, y: 2.729999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2039,8 +2039,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.419, y: 0.756, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.5599997, y: 2.729999, z: -0} + outSlope: {x: -5.730001, y: -6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2048,8 +2048,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.61, y: 0.556, z: 0} - inSlope: {x: -1.7199998, y: -2.69, z: 0} - outSlope: {x: -1.7199998, y: -2.69, z: 0} + inSlope: {x: -5.730001, y: -6, z: -0} + outSlope: {x: -0.6449998, y: -1.0350002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2057,8 +2057,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.653, y: 0.487, z: 0} - inSlope: {x: 0, y: -1.4399999, z: 0} - outSlope: {x: 0, y: -1.4399999, z: 0} + inSlope: {x: -0.6449998, y: -1.0350002, z: -0} + outSlope: {x: 0.7, y: -1.7099998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2066,7 +2066,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.583, y: 0.316, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.7, y: -1.7099998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2075,7 +2075,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.583, y: 0.316, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2100,8 +2100,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.119, y: 0.584, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 4.0800004, y: 4.680001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2109,8 +2109,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.153, y: 0.896, z: 0} - inSlope: {x: 0, y: 1.229999, z: 0} - outSlope: {x: 0, y: 1.229999, z: 0} + inSlope: {x: 4.0800004, y: 4.680001, z: -0} + outSlope: {x: -5.3699994, y: 0.6149992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2118,8 +2118,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.205, y: 0.937, z: 0} - inSlope: {x: -1.52, y: 0.32000065, z: 0} - outSlope: {x: -1.52, y: 0.32000065, z: 0} + inSlope: {x: -5.3699994, y: 0.6149992, z: -0} + outSlope: {x: -1.1400001, y: 0.2400005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2127,8 +2127,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.243, y: 0.945, z: 0} - inSlope: {x: -2.22, y: 0.16500057, z: 0} - outSlope: {x: -2.22, y: 0.16500057, z: 0} + inSlope: {x: -1.1400001, y: 0.2400005, z: -0} + outSlope: {x: -3.2999997, y: 0.09000064, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2136,8 +2136,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.353, y: 0.948, z: 0} - inSlope: {x: -3.86, y: 0, z: 0} - outSlope: {x: -3.86, y: 0, z: 0} + inSlope: {x: -3.2999997, y: 0.09000064, z: -0} + outSlope: {x: -4.9800005, y: -0.6600023, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2145,8 +2145,8 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: -0.436, y: 0.937, z: 0} - inSlope: {x: -2.9000003, y: 0, z: 0} - outSlope: {x: -2.9000003, y: 0, z: 0} + inSlope: {x: -4.9800005, y: -0.6600023, z: -0} + outSlope: {x: -1.8600003, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2154,8 +2154,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.498, y: 0.937, z: 0} - inSlope: {x: -3.7200007, y: 0, z: 0} - outSlope: {x: -3.7200007, y: 0, z: 0} + inSlope: {x: -1.8600003, y: -0, z: -0} + outSlope: {x: -6.1800003, y: -7.5000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2163,8 +2163,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: -0.704, y: 0.687, z: 0} - inSlope: {x: -1.6000007, y: -2.0799994, z: 0} - outSlope: {x: -1.6000007, y: -2.0799994, z: 0} + inSlope: {x: -6.1800003, y: -7.5000005, z: -0} + outSlope: {x: -0.6000004, y: -0.77999985, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2172,8 +2172,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: -0.744, y: 0.635, z: 0} - inSlope: {x: 0, y: -1.2479997, z: 0} - outSlope: {x: 0, y: -1.2479997, z: 0} + inSlope: {x: -0.6000004, y: -0.77999985, z: -0} + outSlope: {x: 0.8900005, y: -1.88, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2181,7 +2181,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.655, y: 0.447, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.8900005, y: -1.88, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2190,7 +2190,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.655, y: 0.447, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2215,7 +2215,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2224,7 +2224,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2233,7 +2233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2242,7 +2242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2251,7 +2251,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2260,7 +2260,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2269,7 +2269,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2278,7 +2278,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2287,7 +2287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2296,7 +2296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2305,7 +2305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2322,7 +2322,7 @@ AnimationClip: time: 0 value: {x: 0.042, y: 0.357, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 12.599999, y: 4.7399993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2330,8 +2330,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.462, y: 0.515, z: 0} - inSlope: {x: 9.43, y: 3.8700004, z: 0} - outSlope: {x: 9.43, y: 3.8700004, z: 0} + inSlope: {x: 12.599999, y: 4.7399993, z: -0} + outSlope: {x: 7.8450003, y: 3.4350007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2339,7 +2339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 7.8450003, y: 3.4350007, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2348,7 +2348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2357,7 +2357,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2366,7 +2366,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2375,7 +2375,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2384,7 +2384,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2393,7 +2393,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2402,7 +2402,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2411,7 +2411,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2420,7 +2420,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.985, y: 0.744, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2446,7 +2446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2455,7 +2455,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2464,7 +2464,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2473,7 +2473,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2482,7 +2482,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2491,7 +2491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2500,7 +2500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2509,7 +2509,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2518,7 +2518,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2527,7 +2527,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2536,7 +2536,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2561,8 +2561,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.19, y: 0.795, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 2.999999, y: 3.0450003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2570,8 +2570,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.39, y: 0.998, z: 1} - inSlope: {x: 0, y: 4.4625, z: 0} - outSlope: {x: 0, y: 4.4625, z: 0} + inSlope: {x: 2.999999, y: 3.0450003, z: -0} + outSlope: {x: -5.924999, y: 5.879999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2579,7 +2579,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.995, y: 1.39, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.924999, y: 5.879999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2588,8 +2588,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.995, y: 1.39, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.05999923, y: 2.850001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2597,8 +2597,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.997, y: 1.485, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.05999923, y: 2.850001, z: -0} + outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2606,7 +2606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.9, y: 1.305, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.8200006, y: -10.800005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2615,8 +2615,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.9, y: 1.305, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 3.000001, y: -9.149999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2624,8 +2624,8 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: -1.9999999, z: 0} - outSlope: {x: 0, y: -1.9999999, z: 0} + inSlope: {x: 3.000001, y: -9.149999, z: -0} + outSlope: {x: 0, y: -0.75000024, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2633,8 +2633,8 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1, y: 0.95, z: 1} - inSlope: {x: 0, y: -1.2000004, z: 0} - outSlope: {x: 0, y: -1.2000004, z: 0} + inSlope: {x: -0, y: -0.75000024, z: -0} + outSlope: {x: 0, y: -2.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2642,7 +2642,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -2.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2651,7 +2651,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 0.7, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2676,8 +2676,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -3.000001, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2685,8 +2685,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -3.000001, y: -0, z: -0} + outSlope: {x: 9, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2694,7 +2694,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 9, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2703,7 +2703,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2712,7 +2712,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2721,7 +2721,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2730,7 +2730,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2739,7 +2739,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2748,7 +2748,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2757,7 +2757,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2766,7 +2766,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.6, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2791,7 +2791,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2800,7 +2800,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2809,7 +2809,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2818,7 +2818,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2827,7 +2827,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2836,7 +2836,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2845,7 +2845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2854,7 +2854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2863,7 +2863,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2872,7 +2872,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2881,7 +2881,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2898,7 +2898,7 @@ AnimationClip: time: 0 value: {x: 2.5, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -29.999998, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2906,8 +2906,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.5, y: 1, z: 1} - inSlope: {x: -20.000002, y: 0, z: 0} - outSlope: {x: -20.000002, y: 0, z: 0} + inSlope: {x: -29.999998, y: -0, z: -0} + outSlope: {x: -15.000001, y: -1.5000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2915,7 +2915,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -15.000001, y: -1.5000005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2924,7 +2924,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2933,7 +2933,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2942,7 +2942,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2951,7 +2951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2960,7 +2960,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2969,7 +2969,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2978,7 +2978,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2987,7 +2987,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2996,7 +2996,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.5, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3021,8 +3021,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 6, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -3030,8 +3030,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.4, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 6, y: -0, z: -0} + outSlope: {x: -5.9999995, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -3039,7 +3039,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.9999995, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3048,7 +3048,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3057,7 +3057,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3066,7 +3066,7 @@ AnimationClip: - serializedVersion: 3 time: 0.25 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3075,7 +3075,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3084,7 +3084,7 @@ AnimationClip: - serializedVersion: 3 time: 0.31666666 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3093,7 +3093,7 @@ AnimationClip: - serializedVersion: 3 time: 0.38333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3102,7 +3102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3111,7 +3111,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -3129,107 +3129,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3247,107 +3247,107 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3365,107 +3365,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3483,107 +3483,107 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3601,107 +3601,107 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3719,107 +3719,107 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3837,107 +3837,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3955,107 +3955,107 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4073,107 +4073,107 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4191,107 +4191,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4309,107 +4309,107 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4428,106 +4428,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5185,106 +5185,106 @@ AnimationClip: value: 0.5206 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5303,106 +5303,106 @@ AnimationClip: value: -0.534 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5421,106 +5421,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5538,107 +5538,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5657,106 +5657,106 @@ AnimationClip: value: -0.8585 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5775,106 +5775,106 @@ AnimationClip: value: -0.5017 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5893,106 +5893,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6011,106 +6011,106 @@ AnimationClip: value: -0.411 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6129,106 +6129,106 @@ AnimationClip: value: -0.117 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6247,106 +6247,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6365,106 +6365,106 @@ AnimationClip: value: 0.222 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6483,106 +6483,106 @@ AnimationClip: value: -0.134 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6601,106 +6601,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6719,106 +6719,106 @@ AnimationClip: value: 0.0842 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6837,106 +6837,106 @@ AnimationClip: value: 0.0594 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6955,106 +6955,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7073,106 +7073,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7191,106 +7191,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7309,106 +7309,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7426,107 +7426,107 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7544,107 +7544,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7662,107 +7662,107 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7781,106 +7781,106 @@ AnimationClip: value: 0.14 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7899,106 +7899,106 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8017,106 +8017,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8135,106 +8135,106 @@ AnimationClip: value: 1.19 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.19 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.39 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.999999 + outSlope: -5.924999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.995 - inSlope: 0 + inSlope: -5.924999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.995 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.05999923 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.997 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.05999923 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.9 - inSlope: 0 + inSlope: -5.8200006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.9 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: 3.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8253,106 +8253,106 @@ AnimationClip: value: 0.795 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.795 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.0450003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.998 - inSlope: 4.4625 - outSlope: 4.4625 - tangentMode: 136 + inSlope: 3.0450003 + outSlope: 5.879999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.39 - inSlope: 0 + inSlope: 5.879999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.39 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.850001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.485 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.850001 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.305 - inSlope: 0 + inSlope: -10.800005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.305 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -9.149999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: -1.9999999 - outSlope: -1.9999999 - tangentMode: 136 + inSlope: -9.149999 + outSlope: -0.75000024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.95 - inSlope: -1.2000004 - outSlope: -1.2000004 - tangentMode: 136 + inSlope: -0.75000024 + outSlope: -2.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.7 - inSlope: 0 + inSlope: -2.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8371,106 +8371,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8489,106 +8489,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8607,106 +8607,106 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8725,106 +8725,106 @@ AnimationClip: value: 6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 6 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -89.99999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -89.99999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 3 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 90.00001 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -2.321 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -319.26 + outSlope: 69.630005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: 69.630005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8842,107 +8842,107 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8961,106 +8961,106 @@ AnimationClip: value: -0.222 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.222 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.9050002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.349 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -1.9050002 + outSlope: 3.285 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.13 - inSlope: 0 + inSlope: 3.285 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.13 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.16 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.058 - inSlope: 1.0400001 - outSlope: 1.0400001 - tangentMode: 136 + inSlope: 2.16 + outSlope: 0.77999985 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.045 - inSlope: 0.66 - outSlope: 0.66 - tangentMode: 136 + inSlope: 0.77999985 + outSlope: 0.6000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.025 - inSlope: 1.2000002 - outSlope: 1.2000002 - tangentMode: 136 + inSlope: 0.6000001 + outSlope: 2.49 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.058 - inSlope: 0 + inSlope: 2.49 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9079,106 +9079,106 @@ AnimationClip: value: 0.414 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.414 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.92 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.542 - inSlope: 2.1975002 - outSlope: 2.1975002 - tangentMode: 136 + inSlope: 1.92 + outSlope: 2.4750001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.707 - inSlope: 0 + inSlope: 2.4750001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.707 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.2899996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.75 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 1.2899996 + outSlope: Infinity + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.66 - inSlope: -0.8800031 - outSlope: -0.8800031 - tangentMode: 136 + inSlope: -5.3999987 + outSlope: -0.33000115 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.649 - inSlope: -0.6600023 - outSlope: -0.6600023 - tangentMode: 136 + inSlope: -0.33000115 + outSlope: -3.8700004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.52 - inSlope: -0.8399988 - outSlope: -0.8399988 - tangentMode: 136 + inSlope: -3.8700004 + outSlope: -0.31499955 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.499 - inSlope: -0.50399923 - outSlope: -0.50399923 - tangentMode: 136 + inSlope: -0.31499955 + outSlope: -1.1900003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.38 - inSlope: 0 + inSlope: -1.1900003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.38 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9197,106 +9197,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9314,107 +9314,107 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9433,106 +9433,106 @@ AnimationClip: value: 0.584 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.584 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.69 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.83 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 3.69 + outSlope: -5.4299994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.468 - inSlope: -0.31999922 - outSlope: -0.31999922 - tangentMode: 136 + inSlope: -5.4299994 + outSlope: -0.2399996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.46 - inSlope: -0.47999924 - outSlope: -0.47999924 - tangentMode: 136 + inSlope: -0.2399996 + outSlope: -4.200001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.32 - inSlope: -6.6600003 - outSlope: -6.6600003 - tangentMode: 136 + inSlope: -4.200001 + outSlope: -11.58 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.127 - inSlope: -8.26 - outSlope: -8.26 - tangentMode: 136 + inSlope: -11.58 + outSlope: -6.6000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.093 - inSlope: -5.55 - outSlope: -5.55 - tangentMode: 136 + inSlope: -6.6000004 + outSlope: -4.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.243 - inSlope: -2.2700002 - outSlope: -2.2700002 - tangentMode: 136 + inSlope: -4.5000005 + outSlope: -1.155 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.32 - inSlope: -0.93000007 - outSlope: -0.93000007 - tangentMode: 136 + inSlope: -1.155 + outSlope: -0.78000015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.398 - inSlope: 0 + inSlope: -0.78000015 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.398 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9551,106 +9551,106 @@ AnimationClip: value: 0.65 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.65 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.4500005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.88 - inSlope: 5.4600005 - outSlope: 5.4600005 - tangentMode: 136 + inSlope: 3.4500005 + outSlope: 7.47 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.378 - inSlope: 1.2799977 - outSlope: 1.2799977 - tangentMode: 136 + inSlope: 7.47 + outSlope: 0.9599984 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.41 - inSlope: 1.8299998 - outSlope: 1.8299998 - tangentMode: 136 + inSlope: 0.9599984 + outSlope: 2.7000012 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.5 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.7000012 + outSlope: -0.5999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.49 - inSlope: -0.7999993 - outSlope: -0.7999993 - tangentMode: 136 + inSlope: -0.5999995 + outSlope: -2.4000015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.41 - inSlope: -3.7650008 - outSlope: -3.7650008 - tangentMode: 136 + inSlope: -2.4000015 + outSlope: -5.1300006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.239 - inSlope: -2.4099996 - outSlope: -2.4099996 - tangentMode: 136 + inSlope: -5.1300006 + outSlope: -1.0499991 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.169 - inSlope: -1.6799985 - outSlope: -1.6799985 - tangentMode: 136 + inSlope: -1.0499991 + outSlope: -2.2900004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.94 - inSlope: 0 + inSlope: -2.2900004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.94 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9669,106 +9669,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9787,106 +9787,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9905,106 +9905,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10023,106 +10023,106 @@ AnimationClip: value: -20 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -20 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 120.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -12 - inSlope: 240.00002 - outSlope: 240.00002 - tangentMode: 136 + inSlope: 120.00001 + outSlope: 374.99997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 13 - inSlope: 0 + inSlope: 374.99997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 13 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 120.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 21 - inSlope: 114.00001 - outSlope: 114.00001 - tangentMode: 136 + inSlope: 120.00001 + outSlope: 110.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 32 - inSlope: 0 + inSlope: 110.00001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 32 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10140,107 +10140,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10259,106 +10259,106 @@ AnimationClip: value: 1.0637 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.0637 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.2894998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.083 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.2894998 + outSlope: -5.5499988 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.713 - inSlope: -7.2699995 - outSlope: -7.2699995 - tangentMode: 136 + inSlope: -5.5499988 + outSlope: -10.71 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.356 - inSlope: -12.045 - outSlope: -12.045 - tangentMode: 136 + inSlope: -10.71 + outSlope: -13.380001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.09 - inSlope: -16.52 - outSlope: -16.52 - tangentMode: 136 + inSlope: -13.380001 + outSlope: -22.800001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.47 - inSlope: -12.620002 - outSlope: -12.620002 - tangentMode: 136 + inSlope: -22.800001 + outSlope: -7.530001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.721 - inSlope: -5.685 - outSlope: -5.685 - tangentMode: 136 + inSlope: -7.530001 + outSlope: -3.839999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.849 - inSlope: -2.7199998 - outSlope: -2.7199998 - tangentMode: 136 + inSlope: -3.839999 + outSlope: -2.16 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.993 - inSlope: -1.4760004 - outSlope: -1.4760004 - tangentMode: 136 + inSlope: -2.16 + outSlope: -1.0200007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -1.095 - inSlope: 0 + inSlope: -1.0200007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -1.095 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10377,106 +10377,106 @@ AnimationClip: value: 0.7654 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.7654 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.1490003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.842 - inSlope: 2.2980006 - outSlope: 2.2980006 - tangentMode: 136 + inSlope: 1.1490003 + outSlope: 14.13 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.784 - inSlope: 10.279994 - outSlope: 10.279994 - tangentMode: 136 + inSlope: 14.13 + outSlope: 7.7099957 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 2.041 - inSlope: 3.0000114 - outSlope: 3.0000114 - tangentMode: 136 + inSlope: 7.7099957 + outSlope: 1.5000058 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 2.091 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 1.5000058 + outSlope: -10.740009 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.912 - inSlope: -5.780001 - outSlope: -5.780001 - tangentMode: 136 + inSlope: -10.740009 + outSlope: -3.299997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.802 - inSlope: -6.5249996 - outSlope: -6.5249996 - tangentMode: 136 + inSlope: -3.299997 + outSlope: -9.750002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.477 - inSlope: -4.5600014 - outSlope: -4.5600014 - tangentMode: 136 + inSlope: -9.750002 + outSlope: -1.9650007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.346 - inSlope: -3.066 - outSlope: -3.066 - tangentMode: 136 + inSlope: -1.9650007 + outSlope: -3.7999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.966 - inSlope: 0 + inSlope: -3.7999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.966 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10495,106 +10495,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10613,106 +10613,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10731,106 +10731,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10849,106 +10849,106 @@ AnimationClip: value: 22 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 22 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -480.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -10 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -480.00003 + outSlope: 899.99994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 50 - inSlope: 900 - outSlope: 900 - tangentMode: 136 + inSlope: 899.99994 + outSlope: 900.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 80 - inSlope: 750.00006 - outSlope: 750.00006 - tangentMode: 136 + inSlope: 900.00006 + outSlope: 600.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 100 - inSlope: 720.00006 - outSlope: 720.00006 - tangentMode: 136 + inSlope: 600.00006 + outSlope: 960.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 116 - inSlope: 440.00003 - outSlope: 440.00003 - tangentMode: 136 + inSlope: 960.00006 + outSlope: 180.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 122 - inSlope: 165.00002 - outSlope: 165.00002 - tangentMode: 136 + inSlope: 180.00002 + outSlope: 150.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 127 - inSlope: 160.00002 - outSlope: 160.00002 - tangentMode: 136 + inSlope: 150.00002 + outSlope: 165.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 138 - inSlope: 138.00002 - outSlope: 138.00002 - tangentMode: 136 + inSlope: 165.00002 + outSlope: 120.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 150 - inSlope: 0 + inSlope: 120.00001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 150 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10966,107 +10966,107 @@ AnimationClip: time: 0 value: 19 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 19 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 19 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11085,106 +11085,106 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -3.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -3.000001 + outSlope: 9 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.6 - inSlope: 0 + inSlope: 9 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11203,106 +11203,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11321,106 +11321,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11439,106 +11439,106 @@ AnimationClip: value: 0.7199 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.7199 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.6815002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.832 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 1.6815002 + outSlope: -5.835 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.443 - inSlope: -5.3700004 - outSlope: -5.3700004 - tangentMode: 136 + inSlope: -5.835 + outSlope: -4.4400005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.295 - inSlope: -6.405 - outSlope: -6.405 - tangentMode: 136 + inSlope: -4.4400005 + outSlope: -8.37 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.016 - inSlope: -10.920001 - outSlope: -10.920001 - tangentMode: 136 + inSlope: -8.37 + outSlope: -16.02 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.251 - inSlope: -9.46 - outSlope: -9.46 - tangentMode: 136 + inSlope: -16.02 + outSlope: -6.1800003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.457 - inSlope: -4.5600004 - outSlope: -4.5600004 - tangentMode: 136 + inSlope: -6.1800003 + outSlope: -2.9400008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.555 - inSlope: -1.9000003 - outSlope: -1.9000003 - tangentMode: 136 + inSlope: -2.9400008 + outSlope: -1.3800002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.647 - inSlope: -0.894 - outSlope: -0.894 - tangentMode: 136 + inSlope: -1.3800002 + outSlope: -0.5699999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.704 - inSlope: 0 + inSlope: -0.5699999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.704 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11557,106 +11557,106 @@ AnimationClip: value: 0.6143 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.6143 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.8605 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.805 - inSlope: 5.721 - outSlope: 5.721 - tangentMode: 136 + inSlope: 2.8605 + outSlope: 9.24 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.421 - inSlope: 6.32 - outSlope: 6.32 - tangentMode: 136 + inSlope: 9.24 + outSlope: 4.7400002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.579 - inSlope: 3.4950008 - outSlope: 3.4950008 - tangentMode: 136 + inSlope: 4.7400002 + outSlope: 2.2500017 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.654 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.2500017 + outSlope: -7.620006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.527 - inSlope: -4.6600013 - outSlope: -4.6600013 - tangentMode: 136 + inSlope: -7.620006 + outSlope: -3.1799986 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.421 - inSlope: -5.805 - outSlope: -5.805 - tangentMode: 136 + inSlope: -3.1799986 + outSlope: -8.430001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.14 - inSlope: -3.200002 - outSlope: -3.200002 - tangentMode: 136 + inSlope: -8.430001 + outSlope: -1.2000008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.06 - inSlope: -1.9200011 - outSlope: -1.9200011 - tangentMode: 136 + inSlope: -1.2000008 + outSlope: -2.9799993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.762 - inSlope: 0 + inSlope: -2.9799993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.762 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11675,106 +11675,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11793,106 +11793,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11911,106 +11911,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12029,106 +12029,106 @@ AnimationClip: value: 25 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 25 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -75.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 20 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -75.00001 + outSlope: 494.99997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 53 - inSlope: 640 - outSlope: 640 - tangentMode: 136 + inSlope: 494.99997 + outSlope: 930.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 84 - inSlope: 765.00006 - outSlope: 765.00006 - tangentMode: 136 + inSlope: 930.00006 + outSlope: 600.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 104 - inSlope: 720.00006 - outSlope: 720.00006 - tangentMode: 136 + inSlope: 600.00006 + outSlope: 960.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 120 - inSlope: 440.00003 - outSlope: 440.00003 - tangentMode: 136 + inSlope: 960.00006 + outSlope: 180.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 126 - inSlope: 150.00002 - outSlope: 150.00002 - tangentMode: 136 + inSlope: 180.00002 + outSlope: 120.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 130 - inSlope: 140.00002 - outSlope: 140.00002 - tangentMode: 136 + inSlope: 120.00001 + outSlope: 150.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 140 - inSlope: 138.00002 - outSlope: 138.00002 - tangentMode: 136 + inSlope: 150.00002 + outSlope: 130.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 153 - inSlope: 0 + inSlope: 130.00002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 153 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12146,107 +12146,107 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12264,107 +12264,107 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -14.999999 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12383,106 +12383,106 @@ AnimationClip: value: -0.148 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.148 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.0450003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.055 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 3.0450003 + outSlope: -4.44 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.241 - inSlope: -1.6400002 - outSlope: -1.6400002 - tangentMode: 136 + inSlope: -4.44 + outSlope: -1.2300004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.282 - inSlope: -2.265 - outSlope: -2.265 - tangentMode: 136 + inSlope: -1.2300004 + outSlope: -3.2999997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.392 - inSlope: -3.7799997 - outSlope: -3.7799997 - tangentMode: 136 + inSlope: -3.2999997 + outSlope: -4.7400002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.471 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -4.7400002 + outSlope: 1.5599997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.419 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 1.5599997 + outSlope: -5.730001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.61 - inSlope: -1.7199998 - outSlope: -1.7199998 - tangentMode: 136 + inSlope: -5.730001 + outSlope: -0.6449998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.653 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.6449998 + outSlope: 0.7 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.583 - inSlope: 0 + inSlope: 0.7 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.583 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12501,106 +12501,106 @@ AnimationClip: value: 0.416 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.416 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.0985007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.7559 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 5.0985007 + outSlope: -1.3785007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.664 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -1.3785007 + outSlope: 0.15000166 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.669 - inSlope: 0.05999923 - outSlope: 0.05999923 - tangentMode: 136 + inSlope: 0.15000166 + outSlope: 0.029999616 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.67 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.029999616 + outSlope: -0.29999974 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.665 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.29999974 + outSlope: 2.729999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.756 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 2.729999 + outSlope: -6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.556 - inSlope: -2.69 - outSlope: -2.69 - tangentMode: 136 + inSlope: -6 + outSlope: -1.0350002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.487 - inSlope: -1.4399999 - outSlope: -1.4399999 - tangentMode: 136 + inSlope: -1.0350002 + outSlope: -1.7099998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.316 - inSlope: 0 + inSlope: -1.7099998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.316 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12619,106 +12619,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12737,106 +12737,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12855,106 +12855,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12973,106 +12973,106 @@ AnimationClip: value: 14 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 14 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -375.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -11 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -375.00003 + outSlope: 779.99994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 41 - inSlope: 0 + inSlope: 779.99994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 41 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 41 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 41 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 41 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 41 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 41 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -50.000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 36 - inSlope: 0 + inSlope: -50.000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 36 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13091,106 +13091,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13209,106 +13209,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13327,106 +13327,106 @@ AnimationClip: value: -21 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -21 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -375.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -46 - inSlope: -352.50003 - outSlope: -352.50003 - tangentMode: 136 + inSlope: -375.00003 + outSlope: -329.99997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -68 - inSlope: 0 + inSlope: -329.99997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -68 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -68 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -68 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1620.0001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -14 - inSlope: 1140.0001 - outSlope: 1140.0001 - tangentMode: 136 + inSlope: 1620.0001 + outSlope: 660.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 8 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 660.00006 + outSlope: -210.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -6 - inSlope: 0 + inSlope: -210.00002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13445,106 +13445,106 @@ AnimationClip: value: -0.119 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.119 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 4.0800004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.153 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 4.0800004 + outSlope: -5.3699994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.205 - inSlope: -1.52 - outSlope: -1.52 - tangentMode: 136 + inSlope: -5.3699994 + outSlope: -1.1400001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.243 - inSlope: -2.22 - outSlope: -2.22 - tangentMode: 136 + inSlope: -1.1400001 + outSlope: -3.2999997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.353 - inSlope: -3.86 - outSlope: -3.86 - tangentMode: 136 + inSlope: -3.2999997 + outSlope: -4.9800005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.436 - inSlope: -2.9000003 - outSlope: -2.9000003 - tangentMode: 136 + inSlope: -4.9800005 + outSlope: -1.8600003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.498 - inSlope: -3.7200007 - outSlope: -3.7200007 - tangentMode: 136 + inSlope: -1.8600003 + outSlope: -6.1800003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.704 - inSlope: -1.6000007 - outSlope: -1.6000007 - tangentMode: 136 + inSlope: -6.1800003 + outSlope: -0.6000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.744 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.6000004 + outSlope: 0.8900005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.655 - inSlope: 0 + inSlope: 0.8900005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.655 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13563,106 +13563,106 @@ AnimationClip: value: 0.584 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.584 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 4.680001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.896 - inSlope: 1.229999 - outSlope: 1.229999 - tangentMode: 136 + inSlope: 4.680001 + outSlope: 0.6149992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.937 - inSlope: 0.32000065 - outSlope: 0.32000065 - tangentMode: 136 + inSlope: 0.6149992 + outSlope: 0.2400005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.945 - inSlope: 0.16500057 - outSlope: 0.16500057 - tangentMode: 136 + inSlope: 0.2400005 + outSlope: 0.09000064 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.948 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.09000064 + outSlope: -0.6600023 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.937 - inSlope: 0 + inSlope: -0.6600023 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.937 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -7.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.687 - inSlope: -2.0799994 - outSlope: -2.0799994 - tangentMode: 136 + inSlope: -7.5000005 + outSlope: -0.77999985 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.635 - inSlope: -1.2479997 - outSlope: -1.2479997 - tangentMode: 136 + inSlope: -0.77999985 + outSlope: -1.88 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.447 - inSlope: 0 + inSlope: -1.88 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.447 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13681,106 +13681,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13798,107 +13798,107 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.16666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.25 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.31666666 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.38333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13917,106 +13917,106 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14035,106 +14035,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14153,106 +14153,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14271,106 +14271,106 @@ AnimationClip: value: 0.156 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14389,106 +14389,106 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14507,106 +14507,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14624,107 +14624,107 @@ AnimationClip: time: 0 value: 2.5 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -29.999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.5 - inSlope: -20.000002 - outSlope: -20.000002 - tangentMode: 136 + inSlope: -29.999998 + outSlope: -15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.5 - inSlope: 0 + inSlope: -15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14743,106 +14743,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.9 - inSlope: 0 + inSlope: -1.5000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14861,106 +14861,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14978,107 +14978,107 @@ AnimationClip: time: 0 value: 0.042 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 12.599999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.462 - inSlope: 9.43 - outSlope: 9.43 - tangentMode: 136 + inSlope: 12.599999 + outSlope: 7.8450003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.985 - inSlope: 0 + inSlope: 7.8450003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.985 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15096,107 +15096,107 @@ AnimationClip: time: 0 value: 0.357 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.7399993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.515 - inSlope: 3.8700004 - outSlope: 3.8700004 - tangentMode: 136 + inSlope: 4.7399993 + outSlope: 3.4350007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.744 - inSlope: 0 + inSlope: 3.4350007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.744 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15215,106 +15215,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15333,106 +15333,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.4 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 6 + outSlope: -5.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -5.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15451,106 +15451,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15569,106 +15569,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15687,106 +15687,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15805,106 +15805,106 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -15923,106 +15923,106 @@ AnimationClip: value: 22 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 22 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -255.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 5 - inSlope: 0 + inSlope: -255.00002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16041,106 +16041,106 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -15.000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.25 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.31666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.38333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -16159,7 +16159,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -16169,7 +16169,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -16179,7 +16179,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -16219,7 +16219,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR + path: body/arms/armL classID: 4 script: {fileID: 0} - curve: @@ -16229,7 +16229,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR + path: body/arms/armL classID: 4 script: {fileID: 0} - curve: @@ -16239,7 +16239,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR + path: body/arms/armL classID: 4 script: {fileID: 0} - curve: @@ -16249,7 +16249,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armL2 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -16259,7 +16259,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armL2 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -16269,7 +16269,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armL2 + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -16279,7 +16279,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armL + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -16289,7 +16289,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armL + path: effects/speedLines classID: 4 script: {fileID: 0} - curve: @@ -16299,7 +16299,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armL + path: effects/speedLines + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -16332,36 +16362,6 @@ AnimationClip: path: head classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: effects/speedLines - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: effects/speedLines - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: effects/speedLines - classID: 4 - script: {fileID: 0} m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim.meta index 9cc614af4..fed6529ae 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapFront.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim index 5c0618c8a..cb519979a 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim @@ -150,7 +150,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 289.81} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -504.89957} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -158,8 +158,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 272.98} - inSlope: {x: 0, y: 0, z: -83.59986} - outSlope: {x: 0, y: 0, z: -83.59986} + inSlope: {x: -0, y: -0, z: -504.89957} + outSlope: {x: 0, y: 0, z: -31.349947} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 270.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -31.349947} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 270.89} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -193,7 +193,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 9.78} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 311.09998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -201,8 +201,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 20.15} - inSlope: {x: 0, y: 0, z: 83.60002} - outSlope: {x: 0, y: 0, z: 83.60002} + inSlope: {x: -0, y: -0, z: 311.09998} + outSlope: {x: 0, y: 0, z: 31.350004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 22.24} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 31.350004} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 22.24} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -279,7 +279,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -60.23} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -491.09995} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -287,8 +287,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -76.6} - inSlope: {x: 0, y: 0, z: -255.5} - outSlope: {x: 0, y: 0, z: -255.5} + inSlope: {x: -0, y: -0, z: -491.09995} + outSlope: {x: 0, y: 0, z: -137.70001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -85.78} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -137.70001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: -85.78} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -753,7 +753,7 @@ AnimationClip: time: 0 value: {x: -0.056, y: 1.322, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -8.759999, y: -1.6500019, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -761,8 +761,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.348, y: 1.267, z: 0} - inSlope: {x: -2.720001, y: 0, z: 0} - outSlope: {x: -2.720001, y: 0, z: 0} + inSlope: {x: -8.759999, y: -1.6500019, z: -0} + outSlope: {x: -1.0200003, y: 0.73500043, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -770,7 +770,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.416, y: 1.316, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.0200003, y: 0.73500043, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -779,7 +779,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.416, y: 1.316, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -839,7 +839,7 @@ AnimationClip: time: 0 value: {x: -0.92, y: 0.936, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -4.6199994, y: -10.619999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -847,8 +847,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -1.074, y: 0.582, z: 0} - inSlope: {x: -2.1199996, y: 0, z: 0} - outSlope: {x: -2.1199996, y: 0, z: 0} + inSlope: {x: -4.6199994, y: -10.619999, z: -0} + outSlope: {x: -0.8699996, y: 0.014999808, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -856,7 +856,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -1.132, y: 0.583, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.8699996, y: 0.014999808, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -865,7 +865,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -1.132, y: 0.583, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -882,7 +882,7 @@ AnimationClip: time: 0 value: {x: -0.757, y: 0.758, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -2.3429987, y: -7.0620003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -890,8 +890,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.8351, y: 0.5226, z: 0} - inSlope: {x: -1.2699999, y: 0, z: 0} - outSlope: {x: -1.2699999, y: 0, z: 0} + inSlope: {x: -2.3429987, y: -7.0620003, z: -0} + outSlope: {x: -0.7335002, y: 0.17099978, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -899,7 +899,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.884, y: 0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.7335002, y: 0.17099978, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -908,7 +908,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.884, y: 0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -925,7 +925,7 @@ AnimationClip: time: 0 value: {x: 0.072, y: 0.545, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 2.4299998, y: -0.029999612, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -933,8 +933,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.153, y: 0.544, z: 0} - inSlope: {x: 1.1200001, y: 0, z: 0} - outSlope: {x: 1.1200001, y: 0, z: 0} + inSlope: {x: 2.4299998, y: -0.029999612, z: -0} + outSlope: {x: 0.46500006, y: 0.35999987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -942,7 +942,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.184, y: 0.568, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.46500006, y: 0.35999987, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -951,7 +951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.184, y: 0.568, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -976,7 +976,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -985,7 +985,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -994,7 +994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1054,7 +1054,7 @@ AnimationClip: time: 0 value: {x: -0.754, y: -0.043, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.029999612, y: 2.6399999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1062,8 +1062,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.755, y: 0.045, z: 0} - inSlope: {x: 0, y: 1.8000001, z: 0} - outSlope: {x: 0, y: 1.8000001, z: 0} + inSlope: {x: -0.029999612, y: 2.6399999, z: -0} + outSlope: {x: 0.33000025, y: 1.38, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1071,7 +1071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.733, y: 0.137, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.33000025, y: 1.38, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1080,7 +1080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.733, y: 0.137, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1312,7 +1312,7 @@ AnimationClip: time: 0 value: {x: -0.434, y: 1.01, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.04, y: -4.1999993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1320,8 +1320,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.602, y: 0.87, z: 0} - inSlope: {x: -1.6000006, y: 0, z: 0} - outSlope: {x: -1.6000006, y: 0, z: 0} + inSlope: {x: -5.04, y: -4.1999993, z: -0} + outSlope: {x: -0.6000004, y: 0.029999616, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.642, y: 0.872, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.6000004, y: 0.029999616, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.642, y: 0.872, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1355,7 +1355,7 @@ AnimationClip: time: 0 value: {x: -0.014, y: 0.172, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.96299994, y: 0.7769997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1363,8 +1363,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.0461, y: 0.1979, z: 0} - inSlope: {x: -0.489, y: 0.48899996, z: 0} - outSlope: {x: -0.489, y: 0.48899996, z: 0} + inSlope: {x: -0.96299994, y: 0.7769997, z: -0} + outSlope: {x: -0.25199997, y: 0.34500006, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.0629, y: 0.2209, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.25199997, y: 0.34500006, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.0629, y: 0.2209, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2009,7 +2009,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2018,7 +2018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2027,7 +2027,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2052,7 +2052,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2061,7 +2061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2070,7 +2070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2174,35 +2174,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2772,35 +2772,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2818,35 +2818,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2910,35 +2910,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3048,35 +3048,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3094,35 +3094,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3462,35 +3462,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3508,35 +3508,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3554,35 +3554,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4855,35 +4855,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4901,35 +4901,35 @@ AnimationClip: time: 0 value: -0.056 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -8.759999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.348 - inSlope: -2.720001 - outSlope: -2.720001 - tangentMode: 136 + inSlope: -8.759999 + outSlope: -1.0200003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.416 - inSlope: 0 + inSlope: -1.0200003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.416 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4947,35 +4947,35 @@ AnimationClip: time: 0 value: 1.322 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.6500019 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.267 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -1.6500019 + outSlope: 0.73500043 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.316 - inSlope: 0 + inSlope: 0.73500043 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1.316 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4994,34 +4994,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5913,35 +5913,35 @@ AnimationClip: time: 0 value: -0.92 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -4.6199994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -1.074 - inSlope: -2.1199996 - outSlope: -2.1199996 - tangentMode: 136 + inSlope: -4.6199994 + outSlope: -0.8699996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -1.132 - inSlope: 0 + inSlope: -0.8699996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -1.132 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5959,35 +5959,35 @@ AnimationClip: time: 0 value: 0.936 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -10.619999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.582 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -10.619999 + outSlope: 0.014999808 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.583 - inSlope: 0 + inSlope: 0.014999808 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.583 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6006,34 +6006,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6419,35 +6419,35 @@ AnimationClip: time: 0 value: -0.757 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -2.3429987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.8351 - inSlope: -1.2699999 - outSlope: -1.2699999 - tangentMode: 136 + inSlope: -2.3429987 + outSlope: -0.7335002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.884 - inSlope: 0 + inSlope: -0.7335002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.884 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6465,35 +6465,35 @@ AnimationClip: time: 0 value: 0.758 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -7.0620003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.5226 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -7.0620003 + outSlope: 0.17099978 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.534 - inSlope: 0 + inSlope: 0.17099978 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6512,34 +6512,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6558,34 +6558,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6604,34 +6604,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6649,35 +6649,35 @@ AnimationClip: time: 0 value: 289.81 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -504.89957 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 272.98 - inSlope: -83.59986 - outSlope: -83.59986 - tangentMode: 136 + inSlope: -504.89957 + outSlope: -31.349947 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 270.89 - inSlope: 0 + inSlope: -31.349947 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 270.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6925,35 +6925,35 @@ AnimationClip: time: 0 value: 0.072 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.4299998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.153 - inSlope: 1.1200001 - outSlope: 1.1200001 - tangentMode: 136 + inSlope: 2.4299998 + outSlope: 0.46500006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.184 - inSlope: 0 + inSlope: 0.46500006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.184 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6971,35 +6971,35 @@ AnimationClip: time: 0 value: 0.545 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.029999612 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.544 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.029999612 + outSlope: 0.35999987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.568 - inSlope: 0 + inSlope: 0.35999987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.568 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7018,34 +7018,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7064,34 +7064,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7110,34 +7110,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7155,35 +7155,35 @@ AnimationClip: time: 0 value: 9.78 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 311.09998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 20.15 - inSlope: 83.60002 - outSlope: 83.60002 - tangentMode: 136 + inSlope: 311.09998 + outSlope: 31.350004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 22.24 - inSlope: 0 + inSlope: 31.350004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 22.24 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7340,34 +7340,34 @@ AnimationClip: value: 0.51 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7386,34 +7386,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7432,34 +7432,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7478,34 +7478,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7524,34 +7524,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7570,34 +7570,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7661,35 +7661,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7845,35 +7845,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7937,35 +7937,35 @@ AnimationClip: time: 0 value: -0.754 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.029999612 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.755 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.029999612 + outSlope: 0.33000025 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.733 - inSlope: 0 + inSlope: 0.33000025 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.733 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7983,35 +7983,35 @@ AnimationClip: time: 0 value: -0.043 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.6399999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.045 - inSlope: 1.8000001 - outSlope: 1.8000001 - tangentMode: 136 + inSlope: 2.6399999 + outSlope: 1.38 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.137 - inSlope: 0 + inSlope: 1.38 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.137 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8030,34 +8030,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8076,34 +8076,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8122,34 +8122,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8167,35 +8167,35 @@ AnimationClip: time: 0 value: -60.23 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -491.09995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -76.6 - inSlope: -255.5 - outSlope: -255.5 - tangentMode: 136 + inSlope: -491.09995 + outSlope: -137.70001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -85.78 - inSlope: 0 + inSlope: -137.70001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -85.78 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8765,35 +8765,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8904,34 +8904,34 @@ AnimationClip: value: 0.547 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8950,34 +8950,34 @@ AnimationClip: value: -0.259 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8996,34 +8996,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9042,34 +9042,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9088,34 +9088,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9134,34 +9134,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9317,35 +9317,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9777,35 +9777,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10697,35 +10697,35 @@ AnimationClip: time: 0 value: -0.434 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.04 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.602 - inSlope: -1.6000006 - outSlope: -1.6000006 - tangentMode: 136 + inSlope: -5.04 + outSlope: -0.6000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.642 - inSlope: 0 + inSlope: -0.6000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10743,35 +10743,35 @@ AnimationClip: time: 0 value: 1.01 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -4.1999993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.87 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -4.1999993 + outSlope: 0.029999616 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.872 - inSlope: 0 + inSlope: 0.029999616 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.872 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10790,34 +10790,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10973,35 +10973,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11019,35 +11019,35 @@ AnimationClip: time: 0 value: -0.014 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.96299994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.0461 - inSlope: -0.489 - outSlope: -0.489 - tangentMode: 136 + inSlope: -0.96299994 + outSlope: -0.25199997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.0629 - inSlope: 0 + inSlope: -0.25199997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.0629 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11065,35 +11065,35 @@ AnimationClip: time: 0 value: 0.172 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7769997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.1979 - inSlope: 0.48899996 - outSlope: 0.48899996 - tangentMode: 136 + inSlope: 0.7769997 + outSlope: 0.34500006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.2209 - inSlope: 0 + inSlope: 0.34500006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.2209 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11112,34 +11112,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11296,34 +11296,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11342,34 +11342,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11388,34 +11388,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11433,35 +11433,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11755,35 +11755,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11848,34 +11848,34 @@ AnimationClip: value: 0.065 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11894,34 +11894,34 @@ AnimationClip: value: -0.602 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11940,34 +11940,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11986,34 +11986,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12032,34 +12032,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12078,34 +12078,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13616,7 +13616,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legL + path: body/legs/feet/foot1 classID: 4 script: {fileID: 0} - curve: @@ -13626,7 +13626,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legL + path: body/legs/feet/foot1 classID: 4 script: {fileID: 0} - curve: @@ -13636,7 +13636,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legL + path: body/legs/feet/foot1 classID: 4 script: {fileID: 0} - curve: @@ -13646,7 +13646,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - curve: @@ -13656,7 +13656,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - curve: @@ -13666,7 +13666,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} - curve: @@ -13706,7 +13706,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/bodyMain + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -13716,7 +13716,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/bodyMain + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -13726,7 +13726,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/bodyMain + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -13796,7 +13796,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -13806,7 +13806,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -13816,7 +13816,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -13916,7 +13916,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -13926,7 +13926,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -13936,7 +13936,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -13976,7 +13976,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: mawashi/mawashi2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -13986,7 +13986,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: mawashi/mawashi2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -13996,7 +13996,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: mawashi/mawashi2 + path: body/legs/legR classID: 4 script: {fileID: 0} m_HasGenericRootTransform: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim.meta index 64857c11a..d67ec6ec0 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapMiss.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim index 17402a8a8..f90b138f0 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim @@ -85,7 +85,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 60} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -40} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -93,8 +93,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 56} - inSlope: {x: 0, y: 0, z: -53.333332} - outSlope: {x: 0, y: 0, z: -53.333332} + inSlope: {x: -0, y: -0, z: -40} + outSlope: {x: 0, y: 0, z: -114.99999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -102,7 +102,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0, y: 0, z: 33} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: -114.99999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -120,7 +120,7 @@ AnimationClip: time: 0 value: {x: 0.165, y: 0.87, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.99000007, y: 2.3899996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -128,8 +128,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.066, y: 1.109, z: 0} - inSlope: {x: -0.27999997, y: 1.0966666, z: 0} - outSlope: {x: -0.27999997, y: 1.0966666, z: 0} + inSlope: {x: -0.99000007, y: 2.3899996, z: 0} + outSlope: {x: -0.10499998, y: 0.45000014, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -137,7 +137,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.045, y: 1.199, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.10499998, y: 0.45000014, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -154,7 +154,7 @@ AnimationClip: time: 0 value: {x: 0.06, y: 0.037, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.48, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -162,8 +162,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.06, y: 0.085, z: 0} - inSlope: {x: 0, y: 0.14666666, z: 0} - outSlope: {x: 0, y: 0.14666666, z: 0} + inSlope: {x: 0, y: 0.48, z: 0} + outSlope: {x: 0, y: 0.054999996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -171,7 +171,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.06, y: 0.096, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0.054999996, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -188,7 +188,7 @@ AnimationClip: time: 0 value: {x: -0.07, y: 0.43, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.19999999, y: 1.2099999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -196,8 +196,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.05, y: 0.551, z: 0} - inSlope: {x: 0.1, y: 0.5199996, z: 0} - outSlope: {x: 0.1, y: 0.5199996, z: 0} + inSlope: {x: 0.19999999, y: 1.2099999, z: 0} + outSlope: {x: 0.050000004, y: 0.19499986, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -205,7 +205,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: -0.04, y: 0.59, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.050000004, y: 0.19499986, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -278,7 +278,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.155, y: -0.58, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: -0, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -295,7 +295,7 @@ AnimationClip: time: 0 value: {x: 0.227, y: 0.64, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.30999988, y: 1.9499999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -303,8 +303,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.258, y: 0.835, z: 0} - inSlope: {x: 0.26999998, y: 0.8666666, z: 0} - outSlope: {x: 0.26999998, y: 0.8666666, z: 0} + inSlope: {x: 0.30999988, y: 1.9499999, z: -0} + outSlope: {x: 0.25000003, y: 0.32499996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -312,7 +312,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.308, y: 0.9, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.25000003, y: 0.32499996, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -329,7 +329,7 @@ AnimationClip: time: 0 value: {x: -0.305, y: 0.4, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.90000004, y: 2.8, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -337,8 +337,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.395, y: 0.68, z: 0} - inSlope: {x: -0.47666666, y: 1.2733333, z: 0} - outSlope: {x: -0.47666666, y: 1.2733333, z: 0} + inSlope: {x: -0.90000004, y: 2.8, z: -0} + outSlope: {x: -0.265, y: 0.50999993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -346,7 +346,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: -0.448, y: 0.782, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.265, y: 0.50999993, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -363,7 +363,7 @@ AnimationClip: time: 0 value: {x: -0.43299988, y: 0.5810001, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.1000011, y: 2.3299992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -371,8 +371,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.443, y: 0.814, z: 0} - inSlope: {x: -0.11666705, y: 1.123333, z: 0} - outSlope: {x: -0.11666705, y: 1.123333, z: 0} + inSlope: {x: -0.1000011, y: 2.3299992, z: -0} + outSlope: {x: -0.12500001, y: 0.5199998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -380,7 +380,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: -0.468, y: 0.918, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.12500001, y: 0.5199998, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -414,7 +414,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5999997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -422,8 +422,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1.16, z: 0} - inSlope: {x: 0, y: 0.53333443, z: 0} - outSlope: {x: 0, y: 0.53333443, z: 0} + inSlope: {x: 0, y: 1.5999997, z: 0} + outSlope: {x: 0, y: 0.20000039, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -431,7 +431,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 1, y: 1.2, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0, y: 0.20000039, z: 0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -466,7 +466,7 @@ AnimationClip: value: 10 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -485,7 +485,7 @@ AnimationClip: value: 7 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -504,7 +504,7 @@ AnimationClip: value: 7 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -523,7 +523,7 @@ AnimationClip: value: 6 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -542,7 +542,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -561,7 +561,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -580,7 +580,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -599,7 +599,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -618,7 +618,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -637,7 +637,7 @@ AnimationClip: value: 13 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -656,7 +656,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -997,26 +997,26 @@ AnimationClip: time: 0 value: 0.165 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.99000007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.066 - inSlope: -0.27999997 - outSlope: -0.27999997 - tangentMode: 136 + inSlope: -0.99000007 + outSlope: -0.10499998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.045 - inSlope: 0 + inSlope: -0.10499998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1034,26 +1034,26 @@ AnimationClip: time: 0 value: 0.87 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.3899996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.109 - inSlope: 1.0966666 - outSlope: 1.0966666 - tangentMode: 136 + inSlope: 2.3899996 + outSlope: 0.45000014 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 1.199 - inSlope: 0 + inSlope: 0.45000014 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1072,7 +1072,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1091,7 +1091,7 @@ AnimationClip: value: 0.06 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1109,26 +1109,26 @@ AnimationClip: time: 0 value: 0.037 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.48 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.085 - inSlope: 0.14666666 - outSlope: 0.14666666 - tangentMode: 136 + inSlope: 0.48 + outSlope: 0.054999996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.096 - inSlope: 0 + inSlope: 0.054999996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1147,7 +1147,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1166,7 +1166,7 @@ AnimationClip: value: 10 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1185,7 +1185,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1204,7 +1204,7 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1223,7 +1223,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1241,26 +1241,26 @@ AnimationClip: time: 0 value: -0.07 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.19999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.05 - inSlope: 0.1 - outSlope: 0.1 - tangentMode: 136 + inSlope: 0.19999999 + outSlope: 0.050000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.04 - inSlope: 0 + inSlope: 0.050000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1278,26 +1278,26 @@ AnimationClip: time: 0 value: 0.43 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.2099999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.551 - inSlope: 0.5199996 - outSlope: 0.5199996 - tangentMode: 136 + inSlope: 1.2099999 + outSlope: 0.19499986 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.59 - inSlope: 0 + inSlope: 0.19499986 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1316,7 +1316,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1335,7 +1335,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1354,7 +1354,7 @@ AnimationClip: value: 0.95 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1373,7 +1373,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1392,7 +1392,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1410,26 +1410,26 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5999997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.16 - inSlope: 0.53333443 - outSlope: 0.53333443 - tangentMode: 136 + inSlope: 1.5999997 + outSlope: 0.20000039 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 1.2 - inSlope: 0 + inSlope: 0.20000039 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1448,7 +1448,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1467,7 +1467,7 @@ AnimationClip: value: 7 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1486,7 +1486,7 @@ AnimationClip: value: 7 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1505,7 +1505,7 @@ AnimationClip: value: 0.55 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1524,7 +1524,7 @@ AnimationClip: value: -0.26 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1543,7 +1543,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1562,7 +1562,7 @@ AnimationClip: value: -0.69 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1581,7 +1581,7 @@ AnimationClip: value: -0.23 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1600,7 +1600,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1619,7 +1619,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1638,7 +1638,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1657,7 +1657,7 @@ AnimationClip: value: -37 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1676,7 +1676,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1695,7 +1695,7 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1714,7 +1714,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1733,7 +1733,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1752,7 +1752,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1771,7 +1771,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1790,7 +1790,7 @@ AnimationClip: value: 0.511 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1809,7 +1809,7 @@ AnimationClip: value: -0.52 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1828,7 +1828,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1847,7 +1847,7 @@ AnimationClip: value: 6 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1866,7 +1866,7 @@ AnimationClip: value: 0.155 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1885,16 +1885,16 @@ AnimationClip: value: -0.58 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.58 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1913,7 +1913,7 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1932,7 +1932,7 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1951,7 +1951,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1970,7 +1970,7 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1989,7 +1989,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2008,7 +2008,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2027,7 +2027,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2046,7 +2046,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2065,7 +2065,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2084,7 +2084,7 @@ AnimationClip: value: 13 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2102,26 +2102,26 @@ AnimationClip: time: 0 value: 0.227 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.30999988 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.258 - inSlope: 0.26999998 - outSlope: 0.26999998 - tangentMode: 136 + inSlope: 0.30999988 + outSlope: 0.25000003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.308 - inSlope: 0 + inSlope: 0.25000003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2139,26 +2139,26 @@ AnimationClip: time: 0 value: 0.64 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.9499999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.835 - inSlope: 0.8666666 - outSlope: 0.8666666 - tangentMode: 136 + inSlope: 1.9499999 + outSlope: 0.32499996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.9 - inSlope: 0 + inSlope: 0.32499996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2177,16 +2177,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2204,26 +2204,26 @@ AnimationClip: time: 0 value: -0.305 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.90000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.395 - inSlope: -0.47666666 - outSlope: -0.47666666 - tangentMode: 136 + inSlope: -0.90000004 + outSlope: -0.265 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.448 - inSlope: 0 + inSlope: -0.265 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2241,26 +2241,26 @@ AnimationClip: time: 0 value: 0.4 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.8 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.68 - inSlope: 1.2733333 - outSlope: 1.2733333 - tangentMode: 136 + inSlope: 2.8 + outSlope: 0.50999993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.782 - inSlope: 0 + inSlope: 0.50999993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2279,16 +2279,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2306,26 +2306,26 @@ AnimationClip: time: 0 value: -0.43299988 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.1000011 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.443 - inSlope: -0.11666705 - outSlope: -0.11666705 - tangentMode: 136 + inSlope: -0.1000011 + outSlope: -0.12500001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.468 - inSlope: 0 + inSlope: -0.12500001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2343,26 +2343,26 @@ AnimationClip: time: 0 value: 0.5810001 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.3299992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.814 - inSlope: 1.123333 - outSlope: 1.123333 - tangentMode: 136 + inSlope: 2.3299992 + outSlope: 0.5199998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.918 - inSlope: 0 + inSlope: 0.5199998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2381,16 +2381,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2409,16 +2409,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2437,16 +2437,16 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2464,26 +2464,26 @@ AnimationClip: time: 0 value: 60 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -40 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 56 - inSlope: -53.333332 - outSlope: -53.333332 - tangentMode: 136 + inSlope: -40 + outSlope: -114.99999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 33 - inSlope: 0 + inSlope: -114.99999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2502,7 +2502,7 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2514,66 +2514,6 @@ AnimationClip: classID: 1 script: {fileID: 0} m_EulerEditorCurves: - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -2634,6 +2574,66 @@ AnimationClip: path: body/legs/legL classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim.meta index addd100f7..7b218a506 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapPrepare.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim index 9f5381cb4..1e71e5f05 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 8} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,8 +38,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 8} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 1500.0001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -47,8 +47,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 58} - inSlope: {x: 0, y: 0, z: 510.00003} - outSlope: {x: 0, y: 0, z: 510.00003} + inSlope: {x: -0, y: -0, z: 1500.0001} + outSlope: {x: 0, y: 0, z: 262.50003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -56,8 +56,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 93} - inSlope: {x: 0, y: 0, z: 72.00001} - outSlope: {x: 0, y: 0, z: 72.00001} + inSlope: {x: -0, y: -0, z: 262.50003} + outSlope: {x: 0, y: 0, z: 30} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -65,7 +65,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 99} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 30} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -74,7 +74,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 99} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -99,7 +99,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: -10.39} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -108,8 +108,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -10.39} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 491.7} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -117,8 +117,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 6} - inSlope: {x: 0, y: 0, z: 21.599983} - outSlope: {x: 0, y: 0, z: 21.599983} + inSlope: {x: -0, y: -0, z: 491.7} + outSlope: {x: 0, y: 0, z: 6.750001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -126,8 +126,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 6.9} - inSlope: {x: 0, y: 0, z: 10.800003} - outSlope: {x: 0, y: 0, z: 10.800003} + inSlope: {x: -0, y: -0, z: 6.750001} + outSlope: {x: 0, y: 0, z: 25.5} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -135,7 +135,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 12} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 25.5} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -144,7 +144,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 12} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -161,7 +161,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 39.59} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 312.3} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -169,7 +169,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 312.3} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -178,8 +178,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 50} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 150.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -187,8 +187,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 55} - inSlope: {x: 0, y: 0, z: 42.000004} - outSlope: {x: 0, y: 0, z: 42.000004} + inSlope: {x: -0, y: -0, z: 150.00002} + outSlope: {x: 0, y: 0, z: 15.000001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -196,8 +196,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 57} - inSlope: {x: 0, y: 0, z: 21.000002} - outSlope: {x: 0, y: 0, z: 21.000002} + inSlope: {x: -0, y: -0, z: 15.000001} + outSlope: {x: 0, y: 0, z: 25} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -205,7 +205,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 62} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 25} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -214,7 +214,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 62} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -239,7 +239,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -248,8 +248,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -510.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -257,8 +257,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -17} - inSlope: {x: 0, y: 0, z: -144.00002} - outSlope: {x: 0, y: 0, z: -144.00002} + inSlope: {x: -0, y: -0, z: -510.00003} + outSlope: {x: 0, y: 0, z: -52.500004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -266,8 +266,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -24} - inSlope: {x: 0, y: 0, z: -36.000004} - outSlope: {x: 0, y: 0, z: -36.000004} + inSlope: {x: -0, y: -0, z: -52.500004} + outSlope: {x: 0, y: 0, z: -25} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -275,7 +275,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: -29} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -25} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -284,7 +284,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: -29} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -379,7 +379,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -388,8 +388,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 510.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -397,8 +397,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 17} - inSlope: {x: 0, y: 0, z: 192.00002} - outSlope: {x: 0, y: 0, z: 192.00002} + inSlope: {x: -0, y: -0, z: 510.00003} + outSlope: {x: 0, y: 0, z: 112.50001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -406,8 +406,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 32} - inSlope: {x: 0, y: 0, z: 60.000004} - outSlope: {x: 0, y: 0, z: 60.000004} + inSlope: {x: -0, y: -0, z: 112.50001} + outSlope: {x: 0, y: 0, z: 25} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -415,7 +415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 37} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 25} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -424,7 +424,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 37} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -519,7 +519,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 @@ -528,8 +528,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -30} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -899.99994} + outSlope: {x: 0, y: 0, z: 1110.0001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -537,8 +537,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 7} - inSlope: {x: 0, y: 0, z: 120} - outSlope: {x: 0, y: 0, z: 120} + inSlope: {x: -0, y: -0, z: 1110.0001} + outSlope: {x: 0, y: 0, z: 37.500004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -546,8 +546,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: 12} - inSlope: {x: 0, y: 0, z: 27.000002} - outSlope: {x: 0, y: 0, z: 27.000002} + inSlope: {x: -0, y: -0, z: 37.500004} + outSlope: {x: 0, y: 0, z: 20} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -555,7 +555,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 180, z: 16} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 20} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -564,7 +564,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 16} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -589,7 +589,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -598,8 +598,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 510.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -607,8 +607,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 17} - inSlope: {x: 0, y: 0, z: 144.00002} - outSlope: {x: 0, y: 0, z: 144.00002} + inSlope: {x: -0, y: -0, z: 510.00003} + outSlope: {x: 0, y: 0, z: 52.500004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -616,8 +616,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 24} - inSlope: {x: 0, y: 0, z: 36.000004} - outSlope: {x: 0, y: 0, z: 36.000004} + inSlope: {x: -0, y: -0, z: 52.500004} + outSlope: {x: 0, y: 0, z: 25} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -625,7 +625,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 29} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 25} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -634,7 +634,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 29} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -659,7 +659,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -668,8 +668,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 510.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -677,8 +677,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 17} - inSlope: {x: 0, y: 0, z: 144.00002} - outSlope: {x: 0, y: 0, z: 144.00002} + inSlope: {x: -0, y: -0, z: 510.00003} + outSlope: {x: 0, y: 0, z: 52.500004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -686,8 +686,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 24} - inSlope: {x: 0, y: 0, z: 36.000004} - outSlope: {x: 0, y: 0, z: 36.000004} + inSlope: {x: -0, y: -0, z: 52.500004} + outSlope: {x: 0, y: 0, z: 25} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -695,7 +695,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 29} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 25} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -704,7 +704,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 29} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -729,7 +729,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -738,8 +738,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -747,8 +747,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 3} - inSlope: {x: 0, y: 0, z: 72.00001} - outSlope: {x: 0, y: 0, z: 72.00001} + inSlope: {x: -0, y: -0, z: 90.00001} + outSlope: {x: 0, y: 0, z: 67.50001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -756,8 +756,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: 12} - inSlope: {x: 0, y: 0, z: 42.000004} - outSlope: {x: 0, y: 0, z: 42.000004} + inSlope: {x: -0, y: -0, z: 67.50001} + outSlope: {x: 0, y: 0, z: 25} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -765,7 +765,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 180, z: 17} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 25} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -774,7 +774,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 180, z: 17} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -799,7 +799,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0, y: 0, z: 90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -808,8 +808,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 90} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -270.00003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -817,8 +817,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 81} - inSlope: {x: 0, y: 0, z: -24} - outSlope: {x: 0, y: 0, z: -24} + inSlope: {x: -0, y: -0, z: -270.00003} + outSlope: {x: 0, y: 0, z: -7.5000005} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -826,7 +826,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 80} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -7.5000005} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -835,7 +835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0, y: 0, z: 80} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -844,7 +844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0, y: 0, z: 80} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -870,7 +870,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.84, y: 0.822, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,8 +879,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.84, y: 0.822, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -15.21, y: 18.42, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -888,8 +888,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.333, y: 1.436, z: 0} - inSlope: {x: -6.402, y: 1.9439995, z: 0} - outSlope: {x: -6.402, y: 1.9439995, z: 0} + inSlope: {x: -15.21, y: 18.42, z: -0} + outSlope: {x: -4.2000003, y: 0.60749984, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -897,8 +897,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.227, y: 1.517, z: 0} - inSlope: {x: -1.8960001, y: 0.3330002, z: 0} - outSlope: {x: -1.8960001, y: 0.3330002, z: 0} + inSlope: {x: -4.2000003, y: 0.60749984, z: -0} + outSlope: {x: -0.78999996, y: 0.15000045, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -906,7 +906,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.385, y: 1.547, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.78999996, y: 0.15000045, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -915,7 +915,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.385, y: 1.547, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -932,7 +932,7 @@ AnimationClip: time: 0 value: {x: -0.059, y: 0.6007, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.47, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -940,7 +940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.01, y: 0.6007, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.47, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -949,8 +949,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.01, y: 0.6007, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -10.659001, y: 0.029999616, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -958,8 +958,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.3653, y: 0.6017, z: 0} - inSlope: {x: -3.2778, y: 0, z: 0} - outSlope: {x: -3.2778, y: 0, z: 0} + inSlope: {x: -10.659001, y: 0.029999616, z: -0} + outSlope: {x: -1.4325, y: -0.31050014, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -967,8 +967,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.5563, y: 0.5603, z: 0} - inSlope: {x: -0.90240014, y: -0.18600012, z: 0} - outSlope: {x: -0.90240014, y: -0.18600012, z: 0} + inSlope: {x: -1.4325, y: -0.31050014, z: -0} + outSlope: {x: -0.5490002, y: -0.103000104, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -976,7 +976,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.6661, y: 0.5397, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.5490002, y: -0.103000104, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -985,7 +985,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.6661, y: 0.5397, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1002,7 +1002,7 @@ AnimationClip: time: 0 value: {x: -0.148, y: 0.755, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.4099998, y: -0.41999993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1010,7 +1010,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.101, y: 0.741, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.4099998, y: -0.41999993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1019,8 +1019,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.101, y: 0.741, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -10.650001, y: -0.32999936, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1028,8 +1028,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.456, y: 0.73, z: 0} - inSlope: {x: -3.3840003, y: -0.2639995, z: 0} - outSlope: {x: -3.3840003, y: -0.2639995, z: 0} + inSlope: {x: -10.650001, y: -0.32999936, z: -0} + outSlope: {x: -1.5675002, y: -0.45000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1037,8 +1037,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.665, y: 0.67, z: 0} - inSlope: {x: -0.99300003, y: -0.27600005, z: 0} - outSlope: {x: -0.99300003, y: -0.27600005, z: 0} + inSlope: {x: -1.5675002, y: -0.45000005, z: -0} + outSlope: {x: -0.6099999, y: -0.16000003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1046,7 +1046,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.787, y: 0.638, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.6099999, y: -0.16000003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1055,7 +1055,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.787, y: 0.638, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1080,7 +1080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.121, y: 0.509, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1089,8 +1089,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.121, y: 0.509, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 6.0000005, y: 3.3000007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1098,8 +1098,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.079, y: 0.619, z: 0} - inSlope: {x: 1.9740001, y: 0.948, z: 0} - outSlope: {x: 1.9740001, y: 0.948, z: 0} + inSlope: {x: 6.0000005, y: 3.3000007, z: -0} + outSlope: {x: 0.9675001, y: 0.35999987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1107,8 +1107,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.208, y: 0.667, z: 0} - inSlope: {x: 0.6930001, y: 0.15600015, z: 0} - outSlope: {x: 0.6930001, y: 0.15600015, z: 0} + inSlope: {x: 0.9675001, y: 0.35999987, z: -0} + outSlope: {x: 0.51, y: 0.06500006, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1116,7 +1116,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0.31, y: 0.68, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.51, y: 0.06500006, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1125,7 +1125,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.31, y: 0.68, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1150,7 +1150,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1159,7 +1159,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1168,7 +1168,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1177,7 +1177,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1186,7 +1186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1195,7 +1195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.5206, y: -0.534, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1220,7 +1220,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.8585, y: -0.5017, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 @@ -1229,8 +1229,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.334, y: -0.391, z: 0} - inSlope: {x: 0, y: 2.7404997, z: 0} - outSlope: {x: 0, y: 2.7404997, z: 0} + inSlope: {x: 15.735, y: 3.3209994, z: -0} + outSlope: {x: -5.220001, y: 2.16, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1238,8 +1238,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.508, y: -0.319, z: 0} - inSlope: {x: 0, y: 1.0800002, z: 0} - outSlope: {x: 0, y: 1.0800002, z: 0} + inSlope: {x: -5.220001, y: 2.16, z: -0} + outSlope: {x: 0.37500012, y: 0.8100001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1247,8 +1247,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.458, y: -0.211, z: 0} - inSlope: {x: 0, y: 0.5616001, z: 0} - outSlope: {x: 0, y: 0.5616001, z: 0} + inSlope: {x: 0.37500012, y: 0.8100001, z: -0} + outSlope: {x: -0.031999946, y: 0.396, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1256,7 +1256,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.4644, y: -0.1318, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.031999946, y: 0.396, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1265,7 +1265,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.4644, y: -0.1318, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1290,7 +1290,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.411, y: -0.117, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: Infinity, y: Infinity, z: Infinity} tangentMode: 0 weightedMode: 0 @@ -1299,8 +1299,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.593, y: -0.175, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -5.459999, y: -1.7399999, z: -0} + outSlope: {x: 0.09000064, y: 5.85, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1308,8 +1308,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.59, y: 0.02, z: 0} - inSlope: {x: 0.07200051, y: 1.788, z: 0} - outSlope: {x: 0.07200051, y: 1.788, z: 0} + inSlope: {x: 0.09000064, y: 5.85, z: -0} + outSlope: {x: 0.57749975, y: 0.77250004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1317,8 +1317,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.513, y: 0.123, z: 0} - inSlope: {x: 0.24480022, y: 0.5436, z: 0} - outSlope: {x: 0.24480022, y: 0.5436, z: 0} + inSlope: {x: 0.57749975, y: 0.77250004, z: -0} + outSlope: {x: 0.10200009, y: 0.39099994, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1326,7 +1326,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.4926, y: 0.2012, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.10200009, y: 0.39099994, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1335,7 +1335,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.4926, y: 0.2012, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1360,7 +1360,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1369,8 +1369,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.222, y: -0.134, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.816, y: 0.72000015, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1378,8 +1378,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.2492, y: -0.11, z: 0} - inSlope: {x: 0.546, y: 0.34800005, z: 0} - outSlope: {x: 0.546, y: 0.34800005, z: 0} + inSlope: {x: 0.816, y: 0.72000015, z: -0} + outSlope: {x: 0.47849998, y: 0.25500003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1387,8 +1387,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.313, y: -0.076, z: 0} - inSlope: {x: 0.27240002, y: 0.035999987, z: 0} - outSlope: {x: 0.27240002, y: 0.035999987, z: 0} + inSlope: {x: 0.47849998, y: 0.25500003, z: -0} + outSlope: {x: 0.13500005, y: 0.014999993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1396,7 +1396,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0.34, y: -0.073, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.13500005, y: 0.014999993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1405,7 +1405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.34, y: -0.073, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1500,7 +1500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.338, y: 0.98, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1509,8 +1509,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.338, y: 0.98, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -11.430001, y: 4.4999995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1518,8 +1518,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.043, y: 1.13, z: 0} - inSlope: {x: -3.9, y: 0, z: 0} - outSlope: {x: -3.9, y: 0, z: 0} + inSlope: {x: -11.430001, y: 4.4999995, z: -0} + outSlope: {x: -2.0175002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1527,8 +1527,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.312, y: 1.13, z: 0} - inSlope: {x: -1.2870001, y: 0, z: 0} - outSlope: {x: -1.2870001, y: 0, z: 0} + inSlope: {x: -2.0175002, y: -0, z: -0} + outSlope: {x: -0.79999995, y: -0.049999952, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1536,7 +1536,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.472, y: 1.12, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.79999995, y: -0.049999952, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1545,7 +1545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.472, y: 1.12, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1570,7 +1570,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1579,8 +1579,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.0842, y: 0.0594, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.7460002, y: 4.2780004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1588,8 +1588,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.026, y: 0.202, z: 0} - inSlope: {x: -0.93540007, y: 1.2114, z: 0} - outSlope: {x: -0.93540007, y: 1.2114, z: 0} + inSlope: {x: -1.7460002, y: 4.2780004, z: -0} + outSlope: {x: -0.73275006, y: 0.44474995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1597,8 +1597,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.0717, y: 0.2613, z: 0} - inSlope: {x: -0.46680006, y: 0.261, z: 0} - outSlope: {x: -0.46680006, y: 0.261, z: 0} + inSlope: {x: -0.73275006, y: 0.44474995, z: -0} + outSlope: {x: -0.28950003, y: 0.13850003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1606,7 +1606,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.1296, y: 0.289, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.28950003, y: 0.13850003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1615,7 +1615,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.1296, y: 0.289, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1640,7 +1640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1649,8 +1649,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.14, y: -0.046, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.83, y: 3.8100004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1658,8 +1658,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.079, y: 0.081, z: 0} - inSlope: {x: -0.77760005, y: 1.2552001, z: 0} - outSlope: {x: -0.77760005, y: 1.2552001, z: 0} + inSlope: {x: -1.83, y: 3.8100004, z: -0} + outSlope: {x: -0.5145001, y: 0.6165001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1667,8 +1667,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.0104, y: 0.1632, z: 0} - inSlope: {x: -0.36300004, y: 0.33, z: 0} - outSlope: {x: -0.36300004, y: 0.33, z: 0} + inSlope: {x: -0.5145001, y: 0.6165001, z: -0} + outSlope: {x: -0.262, y: 0.13899997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1676,7 +1676,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.042, y: 0.191, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.262, y: 0.13899997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1685,7 +1685,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.042, y: 0.191, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1710,7 +1710,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1719,8 +1719,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.156, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.5800002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1728,8 +1728,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.07, y: -0.582, z: 0} - inSlope: {x: -0.92400014, y: 0, z: 0} - outSlope: {x: -0.92400014, y: 0, z: 0} + inSlope: {x: -2.5800002, y: -0, z: -0} + outSlope: {x: -0.51000005, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1737,7 +1737,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.002, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.51000005, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1746,7 +1746,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0.002, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1755,7 +1755,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.002, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1780,8 +1780,8 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: -0.458, y: -0.085, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -0.029999612, y: 0.6000001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1789,8 +1789,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.459, y: -0.065, z: 0} - inSlope: {x: 0, y: 1.2000003, z: 0} - outSlope: {x: 0, y: 1.2000003, z: 0} + inSlope: {x: -0.029999612, y: 0.6000001, z: -0} + outSlope: {x: 1.68, y: 5.7900004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1798,8 +1798,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.403, y: 0.128, z: 0} - inSlope: {x: 0.84, y: 1.8000002, z: 0} - outSlope: {x: 0.84, y: 1.8000002, z: 0} + inSlope: {x: 1.68, y: 5.7900004, z: -0} + outSlope: {x: 0.63, y: 0.8025, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1807,8 +1807,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.319, y: 0.235, z: 0} - inSlope: {x: 0.33900005, y: 0.5055, z: 0} - outSlope: {x: 0.33900005, y: 0.5055, z: 0} + inSlope: {x: 0.63, y: 0.8025, z: -0} + outSlope: {x: 0.14500007, y: 0.30749997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1816,7 +1816,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: -0.29, y: 0.2965, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.14500007, y: 0.30749997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1825,7 +1825,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: -0.29, y: 0.2965, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2061,7 +2061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2070,7 +2070,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2079,7 +2079,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2088,7 +2088,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2097,7 +2097,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2106,7 +2106,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2131,7 +2131,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2140,8 +2140,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -3.000001, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2149,8 +2149,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: -1.2000004, y: 0, z: 0} - outSlope: {x: -1.2000004, y: 0, z: 0} + inSlope: {x: -3.000001, y: -0, z: -0} + outSlope: {x: -0.75000024, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2158,7 +2158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.75000024, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2167,7 +2167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2176,7 +2176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 0.9, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2201,7 +2201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.033333335 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2210,8 +2210,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 3.000001, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2219,8 +2219,8 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.1, y: 1, z: 1} - inSlope: {x: 1.2000004, y: 0, z: 0} - outSlope: {x: 1.2000004, y: 0, z: 0} + inSlope: {x: 3.000001, y: -0, z: -0} + outSlope: {x: 0.75000024, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -2228,7 +2228,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.75000024, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2237,7 +2237,7 @@ AnimationClip: - serializedVersion: 3 time: 0.43333334 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2246,7 +2246,7 @@ AnimationClip: - serializedVersion: 3 time: 0.48333332 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2264,62 +2264,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2410,62 +2410,62 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2483,62 +2483,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2629,62 +2629,62 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2921,62 +2921,62 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2994,62 +2994,62 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3067,62 +3067,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3140,62 +3140,62 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3359,62 +3359,62 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: 29.999998 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3432,62 +3432,62 @@ AnimationClip: time: 0 value: 7 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 7 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 59.999996 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: 59.999996 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4076,62 +4076,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4150,61 +4150,61 @@ AnimationClip: value: 0.84 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.84 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.84 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -15.21 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.333 - inSlope: -6.402 - outSlope: -6.402 - tangentMode: 136 + inSlope: -15.21 + outSlope: -4.2000003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.227 - inSlope: -1.8960001 - outSlope: -1.8960001 - tangentMode: 136 + inSlope: -4.2000003 + outSlope: -0.78999996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.385 - inSlope: 0 + inSlope: -0.78999996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.385 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4223,61 +4223,61 @@ AnimationClip: value: 0.822 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.822 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.822 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 18.42 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.436 - inSlope: 1.9439995 - outSlope: 1.9439995 - tangentMode: 136 + inSlope: 18.42 + outSlope: 0.60749984 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.517 - inSlope: 0.3330002 - outSlope: 0.3330002 - tangentMode: 136 + inSlope: 0.60749984 + outSlope: 0.15000045 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1.547 - inSlope: 0 + inSlope: 0.15000045 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4296,61 +4296,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4369,61 +4369,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4442,61 +4442,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4515,61 +4515,61 @@ AnimationClip: value: 8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 8 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1500.0001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 58 - inSlope: 510.00003 - outSlope: 510.00003 - tangentMode: 136 + inSlope: 1500.0001 + outSlope: 262.50003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 93 - inSlope: 72.00001 - outSlope: 72.00001 - tangentMode: 136 + inSlope: 262.50003 + outSlope: 30 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 99 - inSlope: 0 + inSlope: 30 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 99 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4660,62 +4660,62 @@ AnimationClip: time: 0 value: -0.059 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.47 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.01 - inSlope: 0 + inSlope: 1.47 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.01 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -10.659001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.3653 - inSlope: -3.2778 - outSlope: -3.2778 - tangentMode: 136 + inSlope: -10.659001 + outSlope: -1.4325 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.5563 - inSlope: -0.90240014 - outSlope: -0.90240014 - tangentMode: 136 + inSlope: -1.4325 + outSlope: -0.5490002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.6661 - inSlope: 0 + inSlope: -0.5490002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.6661 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4734,61 +4734,61 @@ AnimationClip: value: 0.6007 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.6007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6007 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.029999616 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.6017 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.029999616 + outSlope: -0.31050014 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.5603 - inSlope: -0.18600012 - outSlope: -0.18600012 - tangentMode: 136 + inSlope: -0.31050014 + outSlope: -0.103000104 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.5397 - inSlope: 0 + inSlope: -0.103000104 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5397 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4807,61 +4807,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4880,61 +4880,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4953,61 +4953,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5026,61 +5026,61 @@ AnimationClip: value: -10.39 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -10.39 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -10.39 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 491.7 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 6 - inSlope: 21.599983 - outSlope: 21.599983 - tangentMode: 136 + inSlope: 491.7 + outSlope: 6.750001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 6.9 - inSlope: 10.800003 - outSlope: 10.800003 - tangentMode: 136 + inSlope: 6.750001 + outSlope: 25.5 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 12 - inSlope: 0 + inSlope: 25.5 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5098,62 +5098,62 @@ AnimationClip: time: 0 value: -0.148 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.4099998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.101 - inSlope: 0 + inSlope: 1.4099998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.101 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -10.650001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.456 - inSlope: -3.3840003 - outSlope: -3.3840003 - tangentMode: 136 + inSlope: -10.650001 + outSlope: -1.5675002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.665 - inSlope: -0.99300003 - outSlope: -0.99300003 - tangentMode: 136 + inSlope: -1.5675002 + outSlope: -0.6099999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.787 - inSlope: 0 + inSlope: -0.6099999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.787 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5171,62 +5171,62 @@ AnimationClip: time: 0 value: 0.755 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.41999993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.741 - inSlope: 0 + inSlope: -0.41999993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.741 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.32999936 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.73 - inSlope: -0.2639995 - outSlope: -0.2639995 - tangentMode: 136 + inSlope: -0.32999936 + outSlope: -0.45000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.67 - inSlope: -0.27600005 - outSlope: -0.27600005 - tangentMode: 136 + inSlope: -0.45000005 + outSlope: -0.16000003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.638 - inSlope: 0 + inSlope: -0.16000003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.638 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5245,61 +5245,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5318,61 +5318,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5391,61 +5391,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5463,62 +5463,62 @@ AnimationClip: time: 0 value: 39.59 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 312.3 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 50 - inSlope: 0 + inSlope: 312.3 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 50 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 150.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 55 - inSlope: 42.000004 - outSlope: 42.000004 - tangentMode: 136 + inSlope: 150.00002 + outSlope: 15.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 57 - inSlope: 21.000002 - outSlope: 21.000002 - tangentMode: 136 + inSlope: 15.000001 + outSlope: 25 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 62 - inSlope: 0 + inSlope: 25 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5537,61 +5537,61 @@ AnimationClip: value: -0.121 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.121 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.121 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 6.0000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.079 - inSlope: 1.9740001 - outSlope: 1.9740001 - tangentMode: 136 + inSlope: 6.0000005 + outSlope: 0.9675001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.208 - inSlope: 0.6930001 - outSlope: 0.6930001 - tangentMode: 136 + inSlope: 0.9675001 + outSlope: 0.51 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.31 - inSlope: 0 + inSlope: 0.51 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.31 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5610,61 +5610,61 @@ AnimationClip: value: 0.509 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.509 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.509 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.3000007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.619 - inSlope: 0.948 - outSlope: 0.948 - tangentMode: 136 + inSlope: 3.3000007 + outSlope: 0.35999987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.667 - inSlope: 0.15600015 - outSlope: 0.15600015 - tangentMode: 136 + inSlope: 0.35999987 + outSlope: 0.06500006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.68 - inSlope: 0 + inSlope: 0.06500006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.68 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5683,61 +5683,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5756,61 +5756,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5829,61 +5829,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5902,61 +5902,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -510.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -17 - inSlope: -144.00002 - outSlope: -144.00002 - tangentMode: 136 + inSlope: -510.00003 + outSlope: -52.500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -24 - inSlope: -36.000004 - outSlope: -36.000004 - tangentMode: 136 + inSlope: -52.500004 + outSlope: -25 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -29 - inSlope: 0 + inSlope: -25 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6193,62 +6193,62 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6267,61 +6267,61 @@ AnimationClip: value: 0.5206 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.5206 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6340,61 +6340,61 @@ AnimationClip: value: -0.534 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.534 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6413,61 +6413,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6486,61 +6486,61 @@ AnimationClip: value: -0.8585 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.8585 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.334 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 15.735 + outSlope: -5.220001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.508 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -5.220001 + outSlope: 0.37500012 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.458 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.37500012 + outSlope: -0.031999946 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.4644 - inSlope: 0 + inSlope: -0.031999946 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.4644 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6559,61 +6559,61 @@ AnimationClip: value: -0.5017 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.5017 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.391 - inSlope: 2.7404997 - outSlope: 2.7404997 - tangentMode: 136 + inSlope: 3.3209994 + outSlope: 2.16 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.319 - inSlope: 1.0800002 - outSlope: 1.0800002 - tangentMode: 136 + inSlope: 2.16 + outSlope: 0.8100001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.211 - inSlope: 0.5616001 - outSlope: 0.5616001 - tangentMode: 136 + inSlope: 0.8100001 + outSlope: 0.396 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.1318 - inSlope: 0 + inSlope: 0.396 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.1318 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6632,61 +6632,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6704,62 +6704,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6778,61 +6778,61 @@ AnimationClip: value: -0.411 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.411 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.593 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -5.459999 + outSlope: 0.09000064 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.59 - inSlope: 0.07200051 - outSlope: 0.07200051 - tangentMode: 136 + inSlope: 0.09000064 + outSlope: 0.57749975 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.513 - inSlope: 0.24480022 - outSlope: 0.24480022 - tangentMode: 136 + inSlope: 0.57749975 + outSlope: 0.10200009 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.4926 - inSlope: 0 + inSlope: 0.10200009 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.4926 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6851,61 +6851,61 @@ AnimationClip: value: -0.117 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.117 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.175 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -1.7399999 + outSlope: 5.85 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.02 - inSlope: 1.788 - outSlope: 1.788 - tangentMode: 136 + inSlope: 5.85 + outSlope: 0.77250004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.123 - inSlope: 0.5436 - outSlope: 0.5436 - tangentMode: 136 + inSlope: 0.77250004 + outSlope: 0.39099994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.2012 - inSlope: 0 + inSlope: 0.39099994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.2012 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6924,61 +6924,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7070,61 +7070,61 @@ AnimationClip: value: 0.222 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.222 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.222 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.816 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.2492 - inSlope: 0.546 - outSlope: 0.546 - tangentMode: 136 + inSlope: 0.816 + outSlope: 0.47849998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.313 - inSlope: 0.27240002 - outSlope: 0.27240002 - tangentMode: 136 + inSlope: 0.47849998 + outSlope: 0.13500005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.34 - inSlope: 0 + inSlope: 0.13500005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.34 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7143,61 +7143,61 @@ AnimationClip: value: -0.134 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.134 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.134 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.72000015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.11 - inSlope: 0.34800005 - outSlope: 0.34800005 - tangentMode: 136 + inSlope: 0.72000015 + outSlope: 0.25500003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.076 - inSlope: 0.035999987 - outSlope: 0.035999987 - tangentMode: 136 + inSlope: 0.25500003 + outSlope: 0.014999993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.073 - inSlope: 0 + inSlope: 0.014999993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.073 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7216,61 +7216,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7288,62 +7288,62 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8238,61 +8238,61 @@ AnimationClip: value: 0.338 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.338 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.338 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -11.430001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.043 - inSlope: -3.9 - outSlope: -3.9 - tangentMode: 136 + inSlope: -11.430001 + outSlope: -2.0175002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.312 - inSlope: -1.2870001 - outSlope: -1.2870001 - tangentMode: 136 + inSlope: -2.0175002 + outSlope: -0.79999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.472 - inSlope: 0 + inSlope: -0.79999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8311,61 +8311,61 @@ AnimationClip: value: 0.98 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.98 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 4.4999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.13 - inSlope: 0 + inSlope: 4.4999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.13 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.049999952 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1.12 - inSlope: 0 + inSlope: -0.049999952 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.12 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8384,61 +8384,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8457,61 +8457,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8530,61 +8530,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8603,61 +8603,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 510.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: 192.00002 - outSlope: 192.00002 - tangentMode: 136 + inSlope: 510.00003 + outSlope: 112.50001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 32 - inSlope: 60.000004 - outSlope: 60.000004 - tangentMode: 136 + inSlope: 112.50001 + outSlope: 25 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 37 - inSlope: 0 + inSlope: 25 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 37 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8894,62 +8894,62 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8968,61 +8968,61 @@ AnimationClip: value: 0.0842 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.0842 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.0842 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.7460002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.026 - inSlope: -0.93540007 - outSlope: -0.93540007 - tangentMode: 136 + inSlope: -1.7460002 + outSlope: -0.73275006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.0717 - inSlope: -0.46680006 - outSlope: -0.46680006 - tangentMode: 136 + inSlope: -0.73275006 + outSlope: -0.28950003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.1296 - inSlope: 0 + inSlope: -0.28950003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.1296 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9041,61 +9041,61 @@ AnimationClip: value: 0.0594 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.0594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.0594 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 4.2780004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.202 - inSlope: 1.2114 - outSlope: 1.2114 - tangentMode: 136 + inSlope: 4.2780004 + outSlope: 0.44474995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.2613 - inSlope: 0.261 - outSlope: 0.261 - tangentMode: 136 + inSlope: 0.44474995 + outSlope: 0.13850003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.289 - inSlope: 0 + inSlope: 0.13850003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.289 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9114,61 +9114,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9187,61 +9187,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9260,61 +9260,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9333,61 +9333,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9405,62 +9405,62 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9479,61 +9479,61 @@ AnimationClip: value: 0.14 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.14 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.83 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.079 - inSlope: -0.77760005 - outSlope: -0.77760005 - tangentMode: 136 + inSlope: -1.83 + outSlope: -0.5145001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.0104 - inSlope: -0.36300004 - outSlope: -0.36300004 - tangentMode: 136 + inSlope: -0.5145001 + outSlope: -0.262 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.042 - inSlope: 0 + inSlope: -0.262 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.042 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9552,61 +9552,61 @@ AnimationClip: value: -0.046 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.046 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.046 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.8100004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.081 - inSlope: 1.2552001 - outSlope: 1.2552001 - tangentMode: 136 + inSlope: 3.8100004 + outSlope: 0.6165001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.1632 - inSlope: 0.33 - outSlope: 0.33 - tangentMode: 136 + inSlope: 0.6165001 + outSlope: 0.13899997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.191 - inSlope: 0 + inSlope: 0.13899997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.191 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9625,61 +9625,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9697,62 +9697,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9770,62 +9770,62 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9844,61 +9844,61 @@ AnimationClip: value: 0.156 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0.156 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.156 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.5800002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.07 - inSlope: -0.92400014 - outSlope: -0.92400014 - tangentMode: 136 + inSlope: -2.5800002 + outSlope: -0.51000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.002 - inSlope: 0 + inSlope: -0.51000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9917,61 +9917,61 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9990,61 +9990,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10063,61 +10063,61 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -3.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: -1.2000004 - outSlope: -1.2000004 - tangentMode: 136 + inSlope: -3.000001 + outSlope: -0.75000024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.9 - inSlope: 0 + inSlope: -0.75000024 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10136,61 +10136,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10209,61 +10209,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10574,61 +10574,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10647,61 +10647,61 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10720,61 +10720,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: Infinity - tangentMode: 97 + tangentMode: 101 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -30 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -899.99994 + outSlope: 1110.0001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 7 - inSlope: 120 - outSlope: 120 - tangentMode: 136 + inSlope: 1110.0001 + outSlope: 37.500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: 27.000002 - outSlope: 27.000002 - tangentMode: 136 + inSlope: 37.500004 + outSlope: 20 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 16 - inSlope: 0 + inSlope: 20 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 16 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10865,62 +10865,62 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: 29.999998 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10938,62 +10938,62 @@ AnimationClip: time: 0 value: 7 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.033333335 value: 7 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 59.999996 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: 59.999996 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.43333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.48333332 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11012,61 +11012,61 @@ AnimationClip: value: -0.458 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.458 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.029999612 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.459 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.029999612 + outSlope: 1.68 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.403 - inSlope: 0.84 - outSlope: 0.84 - tangentMode: 136 + inSlope: 1.68 + outSlope: 0.63 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.319 - inSlope: 0.33900005 - outSlope: 0.33900005 - tangentMode: 136 + inSlope: 0.63 + outSlope: 0.14500007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: -0.29 - inSlope: 0 + inSlope: 0.14500007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: -0.29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11085,61 +11085,61 @@ AnimationClip: value: -0.085 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: -0.085 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.6000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.065 - inSlope: 1.2000003 - outSlope: 1.2000003 - tangentMode: 136 + inSlope: 0.6000001 + outSlope: 5.7900004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.128 - inSlope: 1.8000002 - outSlope: 1.8000002 - tangentMode: 136 + inSlope: 5.7900004 + outSlope: 0.8025 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.235 - inSlope: 0.5055 - outSlope: 0.5055 - tangentMode: 136 + inSlope: 0.8025 + outSlope: 0.30749997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0.2965 - inSlope: 0 + inSlope: 0.30749997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0.2965 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11158,61 +11158,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11231,61 +11231,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11304,61 +11304,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11377,61 +11377,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 510.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: 144.00002 - outSlope: 144.00002 - tangentMode: 136 + inSlope: 510.00003 + outSlope: 52.500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 24 - inSlope: 36.000004 - outSlope: 36.000004 - tangentMode: 136 + inSlope: 52.500004 + outSlope: 25 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 29 - inSlope: 0 + inSlope: 25 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11450,61 +11450,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11523,61 +11523,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11596,61 +11596,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 510.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: 144.00002 - outSlope: 144.00002 - tangentMode: 136 + inSlope: 510.00003 + outSlope: 52.500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 24 - inSlope: 36.000004 - outSlope: 36.000004 - tangentMode: 136 + inSlope: 52.500004 + outSlope: 25 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 29 - inSlope: 0 + inSlope: 25 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 29 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11669,61 +11669,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11742,61 +11742,61 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11815,61 +11815,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 3 - inSlope: 72.00001 - outSlope: 72.00001 - tangentMode: 136 + inSlope: 90.00001 + outSlope: 67.50001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: 42.000004 - outSlope: 42.000004 - tangentMode: 136 + inSlope: 67.50001 + outSlope: 25 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 17 - inSlope: 0 + inSlope: 25 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 17 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11888,61 +11888,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.1 - inSlope: 1.2000004 - outSlope: 1.2000004 - tangentMode: 136 + inSlope: 3.000001 + outSlope: 0.75000024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.2 - inSlope: 0 + inSlope: 0.75000024 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11961,61 +11961,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12034,61 +12034,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12107,61 +12107,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12180,61 +12180,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12253,61 +12253,61 @@ AnimationClip: value: 90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.033333335 value: 90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 90 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -270.00003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 81 - inSlope: -24 - outSlope: -24 - tangentMode: 136 + inSlope: -270.00003 + outSlope: -7.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 80 - inSlope: 0 + inSlope: -7.5000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.43333334 value: 80 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.48333332 value: 80 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12319,126 +12319,6 @@ AnimationClip: classID: 4 script: {fileID: 0} m_EulerEditorCurves: - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -12469,6 +12349,36 @@ AnimationClip: path: body/legs/legL2 classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -12506,7 +12416,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR + path: head classID: 4 script: {fileID: 0} - curve: @@ -12516,7 +12426,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR + path: head classID: 4 script: {fileID: 0} - curve: @@ -12526,7 +12436,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR + path: head classID: 4 script: {fileID: 0} - curve: @@ -12566,7 +12476,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: head + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -12576,7 +12486,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: head + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -12586,7 +12496,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: head + path: body/legs/legL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -12626,7 +12566,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/bodyMain + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -12636,7 +12576,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/bodyMain + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -12646,27 +12586,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/bodyMain - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legL + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -12676,7 +12596,87 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legL + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi2 classID: 4 script: {fileID: 0} m_HasGenericRootTransform: 0 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim.meta index ca4257135..d4009cfa3 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoSlapToStomp.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim index efbd71ff1..3e761955e 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim @@ -29,8 +29,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -22.06} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 330.89996} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 330.89996} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,8 +72,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6.95} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -104.24999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -104.24999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,8 +115,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -22.06} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 330.89996} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 330.89996} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,8 +158,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 6.95} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -104.24999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -104.24999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -639,8 +639,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.924, y: 0.105, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.6200005, y: 1.965, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -648,7 +648,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.816, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.6200005, y: 1.965, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -657,7 +657,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.816, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -682,8 +682,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.717, y: 0.308, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.8450003, y: 5.07, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -691,7 +691,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.8450003, y: 5.07, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -700,7 +700,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -725,8 +725,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.8, y: 0.105, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.4549999, y: 1.965, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -734,7 +734,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.703, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.4549999, y: 1.965, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -743,7 +743,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.703, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -768,8 +768,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.589, y: 0.308, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.6349999, y: 5.07, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -777,7 +777,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.6349999, y: 5.07, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -786,7 +786,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,8 +811,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.063, y: 0.2329, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 3.6915, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -820,7 +820,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.063, y: 0.479, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.6915, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -829,7 +829,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.063, y: 0.479, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -863,7 +863,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -872,7 +872,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -897,7 +897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -906,7 +906,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -915,7 +915,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -940,7 +940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.67, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -949,7 +949,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.67, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -958,7 +958,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.67, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -983,8 +983,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.495, y: -0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.31499994, y: 0.82499987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -992,7 +992,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.31499994, y: 0.82499987, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1001,7 +1001,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1026,7 +1026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1035,7 +1035,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1044,7 +1044,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1069,8 +1069,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.376, y: -0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -0.2849999, y: 0.82499987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1078,7 +1078,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.2849999, y: 0.82499987, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1087,7 +1087,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1112,8 +1112,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.977, y: -0.45, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.1600008, y: 2.1599998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1121,8 +1121,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -1.121, y: -0.306, z: 0} - inSlope: {x: -0.57652164, y: 0.104347736, z: 0} - outSlope: {x: -0.57652164, y: 0.104347736, z: 0} + inSlope: {x: -2.1600008, y: 2.1599998, z: -0} + outSlope: {x: -0.2431576, y: 0.031578917, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1130,7 +1130,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -1.198, y: -0.296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.2431576, y: 0.031578917, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1155,7 +1155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1164,7 +1164,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1173,7 +1173,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.49, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1198,8 +1198,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.058, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 10.364999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1207,7 +1207,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.058, y: 0.939, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 10.364999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1216,7 +1216,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.058, y: 0.939, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1241,8 +1241,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.064, y: -0.082, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 2.34, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1250,7 +1250,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.064, y: 0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 2.34, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1259,7 +1259,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.064, y: 0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1284,8 +1284,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.07, y: -0.147, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 1.425, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1293,7 +1293,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.07, y: -0.052, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.425, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1302,7 +1302,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.07, y: -0.052, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1327,7 +1327,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1336,7 +1336,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1345,7 +1345,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1396,8 +1396,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.15, y: 1.03, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.2499995, y: 5.5499997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1405,7 +1405,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.2499995, y: 5.5499997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1414,7 +1414,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1439,8 +1439,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 0.98, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.3500004, y: 3.3000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1448,7 +1448,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.3500004, y: 3.3000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1457,7 +1457,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1482,8 +1482,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.15, y: 1.03, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.2499995, y: 5.5499997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1491,7 +1491,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.2499995, y: 5.5499997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1500,7 +1500,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1525,8 +1525,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 0.98, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.3500004, y: 3.3000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1534,7 +1534,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.3500004, y: 3.3000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1543,7 +1543,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1568,7 +1568,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1577,7 +1577,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1586,7 +1586,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1611,8 +1611,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.5000002, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1620,7 +1620,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1629,7 +1629,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1654,7 +1654,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1663,7 +1663,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1672,7 +1672,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1697,8 +1697,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.5000002, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1706,7 +1706,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1715,7 +1715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1740,7 +1740,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1749,8 +1749,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0.31578955, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1758,7 +1758,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.31578955, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1783,7 +1783,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1792,7 +1792,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1801,7 +1801,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1826,8 +1826,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.5000002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1835,7 +1835,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1844,7 +1844,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1869,7 +1869,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1878,7 +1878,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1887,7 +1887,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1905,35 +1905,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1951,35 +1951,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1997,35 +1997,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2043,35 +2043,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2089,35 +2089,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2135,35 +2135,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2181,35 +2181,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2227,35 +2227,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2273,35 +2273,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2319,35 +2319,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2365,35 +2365,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2411,35 +2411,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2457,35 +2457,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2503,35 +2503,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2549,35 +2549,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2595,35 +2595,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2641,35 +2641,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2687,35 +2687,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2733,35 +2733,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2779,35 +2779,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2825,35 +2825,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2871,35 +2871,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2917,35 +2917,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2964,34 +2964,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3010,34 +3010,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3056,34 +3056,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3102,34 +3102,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.4767802 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -2.4767802 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3147,35 +3147,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3194,34 +3194,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3239,35 +3239,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3285,35 +3285,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3331,35 +3331,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3377,35 +3377,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3424,7 +3424,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3443,7 +3443,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4339,35 +4339,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4386,34 +4386,34 @@ AnimationClip: value: 0.924 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.924 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.6200005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.816 - inSlope: 0 + inSlope: -1.6200005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.816 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4432,34 +4432,34 @@ AnimationClip: value: 0.105 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.105 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.965 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.236 - inSlope: 0 + inSlope: 1.965 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4478,34 +4478,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4524,34 +4524,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4570,34 +4570,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4616,34 +4616,34 @@ AnimationClip: value: -22.06 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -22.06 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 330.89996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: 330.89996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4662,34 +4662,34 @@ AnimationClip: value: 1.15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.15 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4708,34 +4708,34 @@ AnimationClip: value: 1.03 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.03 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.5499997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.4 - inSlope: 0 + inSlope: 5.5499997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4754,34 +4754,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4799,35 +4799,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4845,35 +4845,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4892,34 +4892,34 @@ AnimationClip: value: 0.717 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.717 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.8450003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.594 - inSlope: 0 + inSlope: -1.8450003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4938,34 +4938,34 @@ AnimationClip: value: 0.308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.308 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.07 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.646 - inSlope: 0 + inSlope: 5.07 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4984,34 +4984,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5030,34 +5030,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5076,34 +5076,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5122,34 +5122,34 @@ AnimationClip: value: 6.95 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6.95 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -104.24999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -104.24999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5168,34 +5168,34 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.3500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -1.3500004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5214,34 +5214,34 @@ AnimationClip: value: 0.98 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.3000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: 3.3000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5260,34 +5260,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5305,35 +5305,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5351,35 +5351,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5398,34 +5398,34 @@ AnimationClip: value: -0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.8 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.4549999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.703 - inSlope: 0 + inSlope: 1.4549999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.703 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5444,34 +5444,34 @@ AnimationClip: value: 0.105 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.105 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.965 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.236 - inSlope: 0 + inSlope: 1.965 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5490,34 +5490,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5536,34 +5536,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5582,34 +5582,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5628,34 +5628,34 @@ AnimationClip: value: -22.06 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -22.06 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 330.89996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: 330.89996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5674,34 +5674,34 @@ AnimationClip: value: 1.15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.15 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5720,34 +5720,34 @@ AnimationClip: value: 1.03 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.03 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.5499997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.4 - inSlope: 0 + inSlope: 5.5499997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5766,34 +5766,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5811,35 +5811,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5857,35 +5857,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5904,34 +5904,34 @@ AnimationClip: value: -0.589 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.589 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.6349999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.48 - inSlope: 0 + inSlope: 1.6349999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.48 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5950,34 +5950,34 @@ AnimationClip: value: 0.308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.308 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.07 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.646 - inSlope: 0 + inSlope: 5.07 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5996,34 +5996,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6042,34 +6042,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6088,34 +6088,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6134,34 +6134,34 @@ AnimationClip: value: 6.95 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6.95 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -104.24999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -104.24999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6180,34 +6180,34 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.3500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -1.3500004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6226,34 +6226,34 @@ AnimationClip: value: 0.98 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.3000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: 3.3000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6272,34 +6272,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6317,35 +6317,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6363,35 +6363,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6410,34 +6410,34 @@ AnimationClip: value: -0.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6456,34 +6456,34 @@ AnimationClip: value: 0.2329 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.2329 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.6915 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.479 - inSlope: 0 + inSlope: 3.6915 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.479 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6502,34 +6502,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6548,34 +6548,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6594,34 +6594,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6640,34 +6640,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6685,35 +6685,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6731,35 +6731,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6777,35 +6777,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6824,34 +6824,34 @@ AnimationClip: value: 0.51 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6870,34 +6870,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6916,34 +6916,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6962,34 +6962,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7008,34 +7008,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7054,34 +7054,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7099,35 +7099,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7145,35 +7145,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7192,34 +7192,34 @@ AnimationClip: value: -0.642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7238,34 +7238,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7284,34 +7284,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7329,35 +7329,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7375,35 +7375,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7422,34 +7422,34 @@ AnimationClip: value: -0.67 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7468,34 +7468,34 @@ AnimationClip: value: -0.259 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7514,34 +7514,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7560,34 +7560,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7606,34 +7606,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7652,34 +7652,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7698,34 +7698,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7744,34 +7744,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7790,34 +7790,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7836,34 +7836,34 @@ AnimationClip: value: -0.495 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.495 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.31499994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.474 - inSlope: 0 + inSlope: 0.31499994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7882,34 +7882,34 @@ AnimationClip: value: -0.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.129 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.82499987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.074 - inSlope: 0 + inSlope: 0.82499987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7928,34 +7928,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7974,34 +7974,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8020,34 +8020,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8066,34 +8066,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8112,34 +8112,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8158,34 +8158,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8204,34 +8204,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8249,35 +8249,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8295,35 +8295,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8341,35 +8341,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8388,34 +8388,34 @@ AnimationClip: value: 0.547 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8434,34 +8434,34 @@ AnimationClip: value: -0.259 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8480,34 +8480,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8526,34 +8526,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8572,34 +8572,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8618,34 +8618,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8664,34 +8664,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8710,34 +8710,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8756,34 +8756,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8801,35 +8801,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8848,34 +8848,34 @@ AnimationClip: value: 0.376 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.376 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.2849999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.357 - inSlope: 0 + inSlope: -0.2849999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8894,34 +8894,34 @@ AnimationClip: value: -0.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.129 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.82499987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.074 - inSlope: 0 + inSlope: 0.82499987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8940,34 +8940,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8986,34 +8986,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9032,34 +9032,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9078,34 +9078,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9124,34 +9124,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9170,34 +9170,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9216,34 +9216,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9261,35 +9261,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9307,35 +9307,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9353,35 +9353,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9400,34 +9400,34 @@ AnimationClip: value: -0.977 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.977 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.1600008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -1.121 - inSlope: -0.57652164 - outSlope: -0.57652164 - tangentMode: 136 + inSlope: -2.1600008 + outSlope: -0.2431576 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -1.198 - inSlope: 0 + inSlope: -0.2431576 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9446,34 +9446,34 @@ AnimationClip: value: -0.45 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.45 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.1599998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.306 - inSlope: 0.104347736 - outSlope: 0.104347736 - tangentMode: 136 + inSlope: 2.1599998 + outSlope: 0.031578917 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.296 - inSlope: 0 + inSlope: 0.031578917 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9492,34 +9492,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9538,34 +9538,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9584,34 +9584,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.31578955 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: 0.31578955 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9630,34 +9630,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9676,34 +9676,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9722,34 +9722,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9768,34 +9768,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9814,34 +9814,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.4767802 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -2.4767802 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9859,35 +9859,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9906,34 +9906,34 @@ AnimationClip: value: -0.49 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.49 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9952,34 +9952,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9998,34 +9998,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10044,34 +10044,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10090,34 +10090,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10136,34 +10136,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10182,34 +10182,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10228,34 +10228,34 @@ AnimationClip: value: 0.058 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10274,34 +10274,34 @@ AnimationClip: value: 0.248 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.248 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 10.364999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.939 - inSlope: 0 + inSlope: 10.364999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.939 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10320,34 +10320,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10366,34 +10366,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10412,34 +10412,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10458,34 +10458,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10503,35 +10503,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10550,34 +10550,34 @@ AnimationClip: value: 0.064 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10596,34 +10596,34 @@ AnimationClip: value: -0.082 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.082 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.34 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.074 - inSlope: 0 + inSlope: 2.34 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10642,34 +10642,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10688,34 +10688,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10734,34 +10734,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10780,34 +10780,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10826,34 +10826,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10872,34 +10872,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10918,34 +10918,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10963,35 +10963,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11010,34 +11010,34 @@ AnimationClip: value: 0.07 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11056,34 +11056,34 @@ AnimationClip: value: -0.147 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.147 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.425 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.052 - inSlope: 0 + inSlope: 1.425 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.052 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11102,34 +11102,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11148,34 +11148,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11194,34 +11194,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11240,34 +11240,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11285,35 +11285,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11331,35 +11331,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11378,34 +11378,34 @@ AnimationClip: value: 0.065 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11424,34 +11424,34 @@ AnimationClip: value: -0.602 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11470,34 +11470,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11516,34 +11516,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11562,34 +11562,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11608,34 +11608,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11906,7 +11906,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11925,7 +11925,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11974,7 +11974,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -11984,7 +11984,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -11994,7 +11994,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR2 + path: body/legs/legR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head classID: 4 script: {fileID: 0} - curve: @@ -12237,36 +12267,6 @@ AnimationClip: path: body/legs/legL classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -12304,7 +12304,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: head + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -12314,7 +12314,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: head + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -12324,7 +12324,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: head + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -12334,7 +12334,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -12344,7 +12344,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -12354,7 +12354,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim.meta index fa0bb9e49..7c2a13a23 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompL.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim index 9ae510dd4..0b901497d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim @@ -21,7 +21,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 15.62} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -94.1} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 6.21} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -94.1} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: 6.21} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: 6.21} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -64,7 +64,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -21.22} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -94.1} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -72,7 +72,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -30.63} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -94.1} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: -30.63} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: -30.63} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -107,7 +107,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 197.33} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 137.40005} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -115,7 +115,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 211.07} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 137.40005} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 211.07} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 180, z: 211.07} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -150,7 +150,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -131.9} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 137.49992} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -158,7 +158,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: -118.15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 137.49992} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: -118.15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 180, z: -118.15} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -408,7 +408,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 8.7} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -103.8} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -1.68} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -103.8} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: -1.68} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: -1.68} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 206.95} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 206.95} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 180, z: 206.95} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -494,7 +494,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 103.7} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -188.99994} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 180, z: 84.8} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -188.99994} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 180, z: 84.8} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 180, z: 84.8} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -537,7 +537,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 16.41} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -164.09999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -164.09999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -631,7 +631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: -14.42} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -640,7 +640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: -14.42} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -649,7 +649,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: -14.42} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -674,7 +674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -683,7 +683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -692,7 +692,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -717,7 +717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -726,7 +726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -735,7 +735,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -796,7 +796,7 @@ AnimationClip: time: 0 value: {x: 0.295, y: 0.91, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.6, y: -0.21000028, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -804,7 +804,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.355, y: 0.889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.6, y: -0.21000028, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -813,7 +813,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.355, y: 0.889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -822,7 +822,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.355, y: 0.889, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -839,7 +839,7 @@ AnimationClip: time: 0 value: {x: 0.218, y: 0.646, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.21500006, y: 0.0849998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -847,7 +847,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.2395, y: 0.6545, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.21500006, y: 0.0849998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -856,7 +856,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.2395, y: 0.6545, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -865,7 +865,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.2395, y: 0.6545, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -882,7 +882,7 @@ AnimationClip: time: 0 value: {x: -0.696, y: 0.009, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.99700034, y: 0.018000007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -890,7 +890,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.7957, y: 0.0108, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.99700034, y: 0.018000007, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -899,7 +899,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.7957, y: 0.0108, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -908,7 +908,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.7957, y: 0.0108, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -925,7 +925,7 @@ AnimationClip: time: 0 value: {x: -0.522, y: 0.27, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.4399997, y: -0.4100001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -933,7 +933,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.566, y: 0.229, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.4399997, y: -0.4100001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -942,7 +942,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.566, y: 0.229, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -951,7 +951,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.566, y: 0.229, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1054,7 +1054,7 @@ AnimationClip: time: 0 value: {x: -0.0411, y: 0.1693, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.015999973, y: 0.38299993, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1062,7 +1062,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.0395, y: 0.2076, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.015999973, y: 0.38299993, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1071,7 +1071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.0395, y: 0.2076, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1080,7 +1080,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.0395, y: 0.2076, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1105,7 +1105,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1114,7 +1114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1123,7 +1123,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,7 +1148,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -1.029, y: -0.2391, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -1.029, y: -0.2391, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -1.029, y: -0.2391, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1183,7 +1183,7 @@ AnimationClip: time: 0 value: {x: -0.831, y: 0.177, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.21000028, y: 0.10000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.852, y: 0.187, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.21000028, y: 0.10000005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.852, y: 0.187, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.852, y: 0.187, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1226,7 +1226,7 @@ AnimationClip: time: 0 value: {x: -0.415, y: -0.004, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.23000002, y: -0.26999998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.438, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.23000002, y: -0.26999998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.438, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.438, y: -0.031, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1269,7 +1269,7 @@ AnimationClip: time: 0 value: {x: 0.288, y: -0.163, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.93000025, y: -1.2199999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1277,7 +1277,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.381, y: -0.285, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.93000025, y: -1.2199999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1286,7 +1286,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.381, y: -0.285, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.381, y: -0.285, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1312,7 +1312,7 @@ AnimationClip: time: 0 value: {x: 0.13, y: -0.084, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.12100011, y: -0.611, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1320,7 +1320,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.1421, y: -0.1451, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.12100011, y: -0.611, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1329,7 +1329,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.1421, y: -0.1451, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1338,7 +1338,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.1421, y: -0.1451, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1363,7 +1363,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -1.121, y: -0.306, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1372,7 +1372,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -1.121, y: -0.306, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1381,7 +1381,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -1.121, y: -0.306, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1406,7 +1406,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.7308, y: -0.2063, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1415,7 +1415,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.7308, y: -0.2063, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1424,7 +1424,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.7308, y: -0.2063, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1441,7 +1441,7 @@ AnimationClip: time: 0 value: {x: -0.23, y: 0.454, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.18000007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1449,7 +1449,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: -0.23, y: 0.472, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.18000007, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1458,7 +1458,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: -0.23, y: 0.472, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1467,7 +1467,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: -0.23, y: 0.472, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1492,7 +1492,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.105, y: -0.076, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1501,7 +1501,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.105, y: -0.076, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1510,7 +1510,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.105, y: -0.076, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1535,7 +1535,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.214, y: -0.087, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1544,7 +1544,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.214, y: -0.087, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1553,7 +1553,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.214, y: -0.087, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1578,7 +1578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 0.02, y: -0.188, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1587,7 +1587,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 0.02, y: -0.188, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1596,7 +1596,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 0.02, y: -0.188, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1665,7 +1665,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1674,7 +1674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1683,7 +1683,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1708,7 +1708,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1717,7 +1717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1726,7 +1726,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1751,7 +1751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1760,7 +1760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1769,7 +1769,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1794,7 +1794,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1803,7 +1803,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1812,7 +1812,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1923,7 +1923,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1932,7 +1932,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1941,7 +1941,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1966,7 +1966,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1975,7 +1975,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1984,7 +1984,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2009,7 +2009,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2018,7 +2018,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2027,7 +2027,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2052,7 +2052,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2061,7 +2061,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2070,7 +2070,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2095,7 +2095,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2104,7 +2104,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2113,7 +2113,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2138,7 +2138,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1.57, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2147,7 +2147,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1.57, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2156,7 +2156,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1.57, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2181,7 +2181,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2190,7 +2190,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2199,7 +2199,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2224,7 +2224,7 @@ AnimationClip: - serializedVersion: 3 time: 0.1 value: {x: 1, y: 2.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2233,7 +2233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.15 value: {x: 1, y: 2.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2242,7 +2242,7 @@ AnimationClip: - serializedVersion: 3 time: 1.5 value: {x: 1, y: 2.5, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -2303,35 +2303,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2349,35 +2349,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2395,35 +2395,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2441,35 +2441,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2487,35 +2487,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2533,35 +2533,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2579,35 +2579,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2625,35 +2625,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2671,35 +2671,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2901,35 +2901,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2947,35 +2947,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2993,35 +2993,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3039,35 +3039,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3085,35 +3085,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3131,35 +3131,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3177,35 +3177,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3223,35 +3223,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3269,35 +3269,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3315,35 +3315,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3361,35 +3361,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3407,35 +3407,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3453,35 +3453,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3499,35 +3499,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3546,34 +3546,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3592,34 +3592,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3638,34 +3638,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3683,35 +3683,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3729,35 +3729,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3775,35 +3775,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -10 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -10 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3821,35 +3821,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3867,35 +3867,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3913,35 +3913,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3959,35 +3959,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5342,35 +5342,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5388,35 +5388,35 @@ AnimationClip: time: 0 value: 0.295 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.355 - inSlope: 0 + inSlope: 0.6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.355 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.355 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5434,35 +5434,35 @@ AnimationClip: time: 0 value: 0.91 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.21000028 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.889 - inSlope: 0 + inSlope: -0.21000028 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.889 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.889 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5481,34 +5481,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5527,34 +5527,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5573,34 +5573,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5618,35 +5618,35 @@ AnimationClip: time: 0 value: 15.62 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -94.1 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 6.21 - inSlope: 0 + inSlope: -94.1 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 6.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 6.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5665,34 +5665,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5711,34 +5711,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5757,34 +5757,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5802,35 +5802,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5848,35 +5848,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5894,35 +5894,35 @@ AnimationClip: time: 0 value: 0.218 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.21500006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.2395 - inSlope: 0 + inSlope: 0.21500006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.2395 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.2395 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5940,35 +5940,35 @@ AnimationClip: time: 0 value: 0.646 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.0849998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.6545 - inSlope: 0 + inSlope: 0.0849998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.6545 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.6545 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5987,34 +5987,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6033,34 +6033,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6079,34 +6079,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6124,35 +6124,35 @@ AnimationClip: time: 0 value: -21.22 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -94.1 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -30.63 - inSlope: 0 + inSlope: -94.1 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -30.63 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -30.63 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6171,34 +6171,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6217,34 +6217,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6263,34 +6263,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6308,35 +6308,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6354,35 +6354,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6400,35 +6400,35 @@ AnimationClip: time: 0 value: -0.696 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.99700034 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.7957 - inSlope: 0 + inSlope: -0.99700034 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.7957 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.7957 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6446,35 +6446,35 @@ AnimationClip: time: 0 value: 0.009 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.018000007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.0108 - inSlope: 0 + inSlope: 0.018000007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.0108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.0108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6493,34 +6493,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6539,34 +6539,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6585,34 +6585,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6630,35 +6630,35 @@ AnimationClip: time: 0 value: 197.33 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 137.40005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 211.07 - inSlope: 0 + inSlope: 137.40005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 211.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 211.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6677,34 +6677,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6723,34 +6723,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6769,34 +6769,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6814,35 +6814,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6860,35 +6860,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6906,35 +6906,35 @@ AnimationClip: time: 0 value: -0.522 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.4399997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.566 - inSlope: 0 + inSlope: -0.4399997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.566 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6952,35 +6952,35 @@ AnimationClip: time: 0 value: 0.27 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.4100001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.229 - inSlope: 0 + inSlope: -0.4100001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.229 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.229 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6999,34 +6999,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7045,34 +7045,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7091,34 +7091,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7136,35 +7136,35 @@ AnimationClip: time: 0 value: -131.9 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 137.49992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -118.15 - inSlope: 0 + inSlope: 137.49992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -118.15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -118.15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7183,34 +7183,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7229,34 +7229,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7275,34 +7275,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7320,35 +7320,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7366,35 +7366,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8424,35 +8424,35 @@ AnimationClip: time: 0 value: -0.0411 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.015999973 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.0395 - inSlope: 0 + inSlope: 0.015999973 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.0395 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.0395 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8470,35 +8470,35 @@ AnimationClip: time: 0 value: 0.1693 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.38299993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.2076 - inSlope: 0 + inSlope: 0.38299993 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.2076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.2076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8517,34 +8517,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8563,34 +8563,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8609,34 +8609,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8655,34 +8655,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8700,35 +8700,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8746,35 +8746,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8792,35 +8792,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8839,34 +8839,34 @@ AnimationClip: value: 0.51 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8885,34 +8885,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8931,34 +8931,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8977,34 +8977,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9023,34 +9023,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9069,34 +9069,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9114,35 +9114,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9160,35 +9160,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9207,34 +9207,34 @@ AnimationClip: value: -1.029 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -1.029 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -1.029 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -1.029 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9253,34 +9253,34 @@ AnimationClip: value: -0.2391 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.2391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.2391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.2391 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9299,34 +9299,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9482,35 +9482,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9528,35 +9528,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9574,35 +9574,35 @@ AnimationClip: time: 0 value: -0.831 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.21000028 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.852 - inSlope: 0 + inSlope: -0.21000028 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.852 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.852 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9620,35 +9620,35 @@ AnimationClip: time: 0 value: 0.177 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.10000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.187 - inSlope: 0 + inSlope: 0.10000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.187 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.187 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9667,34 +9667,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9713,34 +9713,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9759,34 +9759,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9804,35 +9804,35 @@ AnimationClip: time: 0 value: 8.7 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -103.8 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -1.68 - inSlope: 0 + inSlope: -103.8 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -1.68 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -1.68 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9851,34 +9851,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9897,34 +9897,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9943,34 +9943,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9988,35 +9988,35 @@ AnimationClip: time: 0 value: -0.415 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.23000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.438 - inSlope: 0 + inSlope: -0.23000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.438 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.438 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10034,35 +10034,35 @@ AnimationClip: time: 0 value: -0.004 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.26999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.031 - inSlope: 0 + inSlope: -0.26999998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.031 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10081,34 +10081,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10127,34 +10127,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10173,34 +10173,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10219,34 +10219,34 @@ AnimationClip: value: 206.95 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 206.95 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 206.95 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 206.95 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10265,34 +10265,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10311,34 +10311,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10357,34 +10357,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10402,35 +10402,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10448,35 +10448,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10494,35 +10494,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10540,35 +10540,35 @@ AnimationClip: time: 0 value: 0.288 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.93000025 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.381 - inSlope: 0 + inSlope: 0.93000025 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.381 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.381 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10586,35 +10586,35 @@ AnimationClip: time: 0 value: -0.163 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.2199999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.285 - inSlope: 0 + inSlope: -1.2199999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.285 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.285 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10633,34 +10633,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10679,34 +10679,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10725,34 +10725,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10770,35 +10770,35 @@ AnimationClip: time: 0 value: 103.7 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -188.99994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 84.8 - inSlope: 0 + inSlope: -188.99994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 84.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 84.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10817,34 +10817,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10863,34 +10863,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10909,34 +10909,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10954,35 +10954,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11000,35 +11000,35 @@ AnimationClip: time: 0 value: 0.13 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.12100011 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.1421 - inSlope: 0 + inSlope: 0.12100011 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.1421 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.1421 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11046,35 +11046,35 @@ AnimationClip: time: 0 value: -0.084 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.611 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.1451 - inSlope: 0 + inSlope: -0.611 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.1451 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.1451 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11093,34 +11093,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11139,34 +11139,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11185,34 +11185,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11230,35 +11230,35 @@ AnimationClip: time: 0 value: 16.41 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -164.09999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -164.09999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11277,34 +11277,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11323,34 +11323,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11369,34 +11369,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11414,35 +11414,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11460,35 +11460,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11506,35 +11506,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11553,34 +11553,34 @@ AnimationClip: value: -1.121 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -1.121 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -1.121 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -1.121 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11599,34 +11599,34 @@ AnimationClip: value: -0.306 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.306 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.306 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.306 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11645,34 +11645,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11691,34 +11691,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11737,34 +11737,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11783,34 +11783,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11829,34 +11829,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11875,34 +11875,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11921,34 +11921,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11966,35 +11966,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12013,34 +12013,34 @@ AnimationClip: value: -0.7308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.7308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.7308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.7308 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12059,34 +12059,34 @@ AnimationClip: value: -0.2063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.2063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.2063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.2063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12105,34 +12105,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12289,34 +12289,34 @@ AnimationClip: value: 1.57 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12335,34 +12335,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12381,34 +12381,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12426,35 +12426,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12472,35 +12472,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -10 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -10 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12519,34 +12519,34 @@ AnimationClip: value: -0.23 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.23 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.23 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.23 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12564,35 +12564,35 @@ AnimationClip: time: 0 value: 0.454 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.18000007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.472 - inSlope: 0 + inSlope: 0.18000007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.472 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12611,34 +12611,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12657,34 +12657,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12703,34 +12703,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12749,34 +12749,34 @@ AnimationClip: value: -14.42 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -14.42 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -14.42 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -14.42 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12794,35 +12794,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -12841,34 +12841,34 @@ AnimationClip: value: 0.105 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.105 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.105 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.105 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12887,34 +12887,34 @@ AnimationClip: value: -0.076 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12933,34 +12933,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -12979,34 +12979,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13025,34 +13025,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13071,34 +13071,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13117,34 +13117,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13163,34 +13163,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13209,34 +13209,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13254,35 +13254,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13301,34 +13301,34 @@ AnimationClip: value: 0.214 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.214 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.214 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.214 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13347,34 +13347,34 @@ AnimationClip: value: -0.087 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.087 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13393,34 +13393,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13439,34 +13439,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13485,34 +13485,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13531,34 +13531,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13576,35 +13576,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13622,35 +13622,35 @@ AnimationClip: time: 0 value: 18 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.1 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.15 value: 18 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 1.5 value: 18 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -13669,34 +13669,34 @@ AnimationClip: value: 0.02 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0.02 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0.02 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0.02 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13715,34 +13715,34 @@ AnimationClip: value: -0.188 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: -0.188 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: -0.188 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: -0.188 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13761,34 +13761,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13807,34 +13807,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13853,34 +13853,34 @@ AnimationClip: value: 2.5 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 2.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 2.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 2.5 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -13899,34 +13899,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.1 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.15 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1.5 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -14657,7 +14657,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -14667,7 +14667,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -14677,37 +14677,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL + path: body/bodyMain classID: 4 script: {fileID: 0} - curve: @@ -14770,6 +14740,36 @@ AnimationClip: path: head classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -14807,7 +14807,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -14817,7 +14817,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -14827,7 +14827,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR + path: body/legs/legL2 classID: 4 script: {fileID: 0} - curve: @@ -14837,7 +14837,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -14847,7 +14847,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -14857,7 +14857,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -14927,7 +14927,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/bodyMain + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -14937,7 +14937,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/bodyMain + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -14947,7 +14947,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/bodyMain + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -14987,7 +14987,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -14997,7 +14997,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -15007,67 +15007,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legL2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -15130,6 +15070,66 @@ AnimationClip: path: body/legs/legL classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim.meta index dc18296b6..eb8240baf 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompMiss.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim index e3c8d8f44..3b0dccccc 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim @@ -21,7 +21,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -29,8 +29,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: 43.74001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -65.69} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 43.74001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -65.69} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -64,7 +64,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -72,8 +72,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -107,7 +107,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -115,8 +115,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -150,7 +150,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -158,8 +158,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -193,7 +193,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -201,8 +201,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -236,7 +236,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -105} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -599.99994} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -244,8 +244,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -145} - inSlope: {x: 0, y: 0, z: -235.7143} - outSlope: {x: 0, y: 0, z: -235.7143} + inSlope: {x: -0, y: -0, z: -599.99994} + outSlope: {x: 0, y: 0, z: -90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -160} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -90.00001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -160} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -279,7 +279,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 76.65} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -287,8 +287,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 5.11} - inSlope: {x: 0, y: 0, z: 32.87143} - outSlope: {x: 0, y: 0, z: 32.87143} + inSlope: {x: -0, y: -0, z: 76.65} + outSlope: {x: 0, y: 0, z: 15.360001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 7.67} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 15.360001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 7.67} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -322,7 +322,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -64} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -179.99998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -330,8 +330,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -76} - inSlope: {x: 0, y: 0, z: -87.34285} - outSlope: {x: 0, y: 0, z: -87.34285} + inSlope: {x: -0, y: -0, z: -179.99998} + outSlope: {x: 0, y: 0, z: -50.279987} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -84.38} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -50.279987} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -84.38} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -365,7 +365,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -121.24} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -600.6} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -373,8 +373,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -161.28} - inSlope: {x: 0, y: 0, z: -238.71432} - outSlope: {x: 0, y: 0, z: -238.71432} + inSlope: {x: -0, y: -0, z: -600.6} + outSlope: {x: 0, y: 0, z: -93.96003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -176.94} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -93.96003} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -176.94} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -408,7 +408,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 126} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -119.99999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -416,8 +416,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 118} - inSlope: {x: 0, y: 0, z: -77.14286} - outSlope: {x: 0, y: 0, z: -77.14286} + inSlope: {x: -0, y: -0, z: -119.99999} + outSlope: {x: 0, y: 0, z: -60.000004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: 108} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -60.000004} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: 108} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -451,7 +451,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -51} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -14.999999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -14.999999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -494,7 +494,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -502,8 +502,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -537,7 +537,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -545,8 +545,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -613,7 +613,7 @@ AnimationClip: time: 0 value: {x: 0.993, y: -0.07, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.48000005, y: -1.1399999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -621,8 +621,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.025, y: -0.146, z: 0} - inSlope: {x: 0.35571432, y: -0.11999997, z: 0} - outSlope: {x: 0.35571432, y: -0.11999997, z: 0} + inSlope: {x: 0.48000005, y: -1.1399999, z: -0} + outSlope: {x: 0.30600002, y: -0.042, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -630,7 +630,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.076, y: -0.153, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.30600002, y: -0.042, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -639,7 +639,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.076, y: -0.153, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -656,7 +656,7 @@ AnimationClip: time: 0 value: {x: 1.131, y: 0.248, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.3949989, y: -1.6199999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -664,8 +664,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.224, y: 0.14, z: 0} - inSlope: {x: 0.71999997, y: -0.32571447, z: 0} - outSlope: {x: 0.71999997, y: -0.32571447, z: 0} + inSlope: {x: 1.3949989, y: -1.6199999, z: -0} + outSlope: {x: 0.45000032, y: -0.114000015, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -673,7 +673,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.299, y: 0.121, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.45000032, y: -0.114000015, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -682,7 +682,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.299, y: 0.121, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -699,7 +699,7 @@ AnimationClip: time: 0 value: {x: 0.243, y: 1.222, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.9799995, y: 0.9600001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -707,8 +707,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.575, y: 1.286, z: 0} - inSlope: {x: 2.3142858, y: 0.3771426, z: 0} - outSlope: {x: 2.3142858, y: 0.3771426, z: 0} + inSlope: {x: 4.9799995, y: 0.9600001, z: -0} + outSlope: {x: 1.2480001, y: 0.14399959, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -716,7 +716,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.783, y: 1.31, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.2480001, y: 0.14399959, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -725,7 +725,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.783, y: 1.31, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -742,7 +742,7 @@ AnimationClip: time: 0 value: {x: 0.595, y: 1.178, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.7399993, y: -0.19500016, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -750,8 +750,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.911, y: 1.165, z: 0} - inSlope: {x: 2.1599998, y: -0.068570554, z: 0} - outSlope: {x: 2.1599998, y: -0.068570554, z: 0} + inSlope: {x: 4.7399993, y: -0.19500016, z: -0} + outSlope: {x: 1.1279999, y: -0.023999693, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -759,7 +759,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.099, y: 1.161, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.1279999, y: -0.023999693, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -768,7 +768,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.099, y: 1.161, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -785,7 +785,7 @@ AnimationClip: time: 0 value: {x: -0.76, y: 0.657, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -2.9999998, y: -0.7049998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -793,8 +793,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.96, y: 0.61, z: 0} - inSlope: {x: -1.3671429, y: -0.13714315, z: 0} - outSlope: {x: -1.3671429, y: -0.13714315, z: 0} + inSlope: {x: -2.9999998, y: -0.7049998, z: -0} + outSlope: {x: -0.71400017, y: -0.0480001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -802,7 +802,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -1.079, y: 0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.71400017, y: -0.0480001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -811,7 +811,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -1.079, y: 0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -828,7 +828,7 @@ AnimationClip: time: 0 value: {x: 0.353, y: 1.1639, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -7.566, y: 5.1330004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -836,8 +836,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.1514, y: 1.5061, z: 0} - inSlope: {x: -3.5100002, y: 1.746857, z: 0} - outSlope: {x: -3.5100002, y: 1.746857, z: 0} + inSlope: {x: -7.566, y: 5.1330004, z: -0} + outSlope: {x: -1.8876001, y: 0.61139995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -845,7 +845,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.466, y: 1.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.8876001, y: 0.61139995, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -854,7 +854,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.466, y: 1.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -879,7 +879,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -888,7 +888,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -897,7 +897,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -914,7 +914,7 @@ AnimationClip: time: 0 value: {x: -0.67, y: -0.259, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.3299993, y: 0.015000253, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -922,8 +922,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.692, y: -0.258, z: 0} - inSlope: {x: -0.21857144, y: 0.017143149, z: 0} - outSlope: {x: -0.21857144, y: 0.017143149, z: 0} + inSlope: {x: -0.3299993, y: 0.015000253, z: -0} + outSlope: {x: -0.17400028, y: 0.10679994, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -931,7 +931,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.721, y: -0.2402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.17400028, y: 0.10679994, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -940,7 +940,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.721, y: -0.2402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -957,7 +957,7 @@ AnimationClip: time: 0 value: {x: -0.5688, y: 0.0897, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.9930002, y: 0.7545, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -965,8 +965,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.635, y: 0.14, z: 0} - inSlope: {x: -0.63514304, y: 0.3484286, z: 0} - outSlope: {x: -0.63514304, y: 0.3484286, z: 0} + inSlope: {x: -0.9930002, y: 0.7545, z: -0} + outSlope: {x: -0.49200013, y: 0.18600003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -974,7 +974,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.717, y: 0.171, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.49200013, y: 0.18600003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -983,7 +983,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.717, y: 0.171, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1000,7 +1000,7 @@ AnimationClip: time: 0 value: {x: 0.061, y: 1.034, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.49, y: 2.2049992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1008,8 +1008,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.305, y: 1.181, z: 0} - inSlope: {x: -2.5457144, y: 0.9428568, z: 0} - outSlope: {x: -2.5457144, y: 0.9428568, z: 0} + inSlope: {x: -5.49, y: 2.2049992, z: -0} + outSlope: {x: -1.368, y: 0.43799976, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1017,7 +1017,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.533, y: 1.254, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.368, y: 0.43799976, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1026,7 +1026,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.533, y: 1.254, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1043,7 +1043,7 @@ AnimationClip: time: 0 value: {x: -0.209, y: 0.813, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.4949996, y: 1.0649997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1051,8 +1051,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.442, y: 0.884, z: 0} - inSlope: {x: -1.7614287, y: 0.48, z: 0} - outSlope: {x: -1.7614287, y: 0.48, z: 0} + inSlope: {x: -3.4949996, y: 1.0649997, z: -0} + outSlope: {x: -1.0680001, y: 0.24600007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1060,7 +1060,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.62, y: 0.925, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.0680001, y: 0.24600007, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1069,7 +1069,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.62, y: 0.925, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1086,7 +1086,7 @@ AnimationClip: time: 0 value: {x: -0.782, y: 0.79, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.599999, y: -0.60000026, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1094,8 +1094,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -1.022, y: 0.75, z: 0} - inSlope: {x: -1.7185714, y: -0.38571444, z: 0} - outSlope: {x: -1.7185714, y: -0.38571444, z: 0} + inSlope: {x: -3.599999, y: -0.60000026, z: -0} + outSlope: {x: -0.96600014, y: -0.3000001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1103,7 +1103,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -1.183, y: 0.7, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.96600014, y: -0.3000001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1112,7 +1112,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -1.183, y: 0.7, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1129,7 +1129,7 @@ AnimationClip: time: 0 value: {x: 0.494, y: 0.511, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 2.595, y: 0.3750005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1137,8 +1137,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.667, y: 0.536, z: 0} - inSlope: {x: 1.2471431, y: 0.23142867, z: 0} - outSlope: {x: 1.2471431, y: 0.23142867, z: 0} + inSlope: {x: 2.595, y: 0.3750005, z: -0} + outSlope: {x: 0.70800024, y: 0.17399992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1146,7 +1146,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.785, y: 0.565, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.70800024, y: 0.17399992, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1155,7 +1155,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.785, y: 0.565, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1172,7 +1172,7 @@ AnimationClip: time: 0 value: {x: 0.4188, y: 0.4625, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 2.4029999, y: 0.74250025, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1180,8 +1180,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.579, y: 0.512, z: 0} - inSlope: {x: 1.2008573, y: 0.32785702, z: 0} - outSlope: {x: 1.2008573, y: 0.32785702, z: 0} + inSlope: {x: 2.4029999, y: 0.74250025, z: -0} + outSlope: {x: 0.7200001, y: 0.16199972, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1189,7 +1189,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.699, y: 0.539, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.7200001, y: 0.16199972, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1198,7 +1198,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.699, y: 0.539, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1215,7 +1215,7 @@ AnimationClip: time: 0 value: {x: -0.018, y: -0.602, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.3849998, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1223,8 +1223,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.377, y: -0.602, z: 0} - inSlope: {x: -1.6971433, y: 0, z: 0} - outSlope: {x: -1.6971433, y: 0, z: 0} + inSlope: {x: -5.3849998, y: -0, z: -0} + outSlope: {x: -0.5940001, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1232,7 +1232,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.476, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.5940001, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1241,7 +1241,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.476, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1299,7 +1299,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1308,7 +1308,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1317,7 +1317,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1334,7 +1334,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1342,8 +1342,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0.8571431, z: 0} - outSlope: {x: 0, y: 0.8571431, z: 0} + inSlope: {x: -0, y: 1.5000002, z: -0} + outSlope: {x: 0, y: 0.6000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1351,7 +1351,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.6000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1360,7 +1360,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1385,7 +1385,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1394,7 +1394,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1403,7 +1403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1420,7 +1420,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 2.2499995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1428,7 +1428,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.15, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 2.2499995, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1437,7 +1437,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1.15, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1446,7 +1446,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1.15, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1471,7 +1471,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1480,7 +1480,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1489,7 +1489,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1514,7 +1514,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1523,7 +1523,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1532,7 +1532,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1549,7 +1549,7 @@ AnimationClip: time: 0 value: {x: 0.9, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.4999994, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1557,7 +1557,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.8, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.4999994, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1566,7 +1566,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.8, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1575,7 +1575,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.8, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1593,35 +1593,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1639,35 +1639,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1685,35 +1685,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1731,35 +1731,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1777,35 +1777,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1823,35 +1823,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1869,35 +1869,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1915,35 +1915,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1961,35 +1961,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2007,35 +2007,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2053,35 +2053,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2099,35 +2099,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2145,35 +2145,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2191,35 +2191,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2237,35 +2237,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2283,35 +2283,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2329,35 +2329,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2375,35 +2375,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2421,35 +2421,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2467,35 +2467,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2513,35 +2513,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2559,35 +2559,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2605,35 +2605,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2651,35 +2651,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2697,35 +2697,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3509,35 +3509,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3555,35 +3555,35 @@ AnimationClip: time: 0 value: 0.993 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.48000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.025 - inSlope: 0.35571432 - outSlope: 0.35571432 - tangentMode: 136 + inSlope: 0.48000005 + outSlope: 0.30600002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.076 - inSlope: 0 + inSlope: 0.30600002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3601,35 +3601,35 @@ AnimationClip: time: 0 value: -0.07 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.1399999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.146 - inSlope: -0.11999997 - outSlope: -0.11999997 - tangentMode: 136 + inSlope: -1.1399999 + outSlope: -0.042 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.153 - inSlope: 0 + inSlope: -0.042 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.153 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3648,34 +3648,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3694,34 +3694,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3740,34 +3740,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3785,35 +3785,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -194.85002 + outSlope: 43.74001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -65.69 - inSlope: 0 + inSlope: 43.74001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -65.69 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3831,35 +3831,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3877,35 +3877,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3923,35 +3923,35 @@ AnimationClip: time: 0 value: 1.131 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.3949989 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.224 - inSlope: 0.71999997 - outSlope: 0.71999997 - tangentMode: 136 + inSlope: 1.3949989 + outSlope: 0.45000032 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.299 - inSlope: 0 + inSlope: 0.45000032 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.299 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3969,35 +3969,35 @@ AnimationClip: time: 0 value: 0.248 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.6199999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.14 - inSlope: -0.32571447 - outSlope: -0.32571447 - tangentMode: 136 + inSlope: -1.6199999 + outSlope: -0.114000015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.121 - inSlope: 0 + inSlope: -0.114000015 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.121 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4016,34 +4016,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4062,34 +4062,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4108,34 +4108,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4153,35 +4153,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4200,34 +4200,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4246,34 +4246,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4292,34 +4292,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4337,35 +4337,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4383,35 +4383,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4429,35 +4429,35 @@ AnimationClip: time: 0 value: 0.243 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.9799995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.575 - inSlope: 2.3142858 - outSlope: 2.3142858 - tangentMode: 136 + inSlope: 4.9799995 + outSlope: 1.2480001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.783 - inSlope: 0 + inSlope: 1.2480001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.783 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4475,35 +4475,35 @@ AnimationClip: time: 0 value: 1.222 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.9600001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.286 - inSlope: 0.3771426 - outSlope: 0.3771426 - tangentMode: 136 + inSlope: 0.9600001 + outSlope: 0.14399959 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.31 - inSlope: 0 + inSlope: 0.14399959 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.31 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4522,34 +4522,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4568,34 +4568,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4614,34 +4614,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4659,35 +4659,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4705,35 +4705,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4751,35 +4751,35 @@ AnimationClip: time: 0 value: 0.595 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.7399993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.911 - inSlope: 2.1599998 - outSlope: 2.1599998 - tangentMode: 136 + inSlope: 4.7399993 + outSlope: 1.1279999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.099 - inSlope: 0 + inSlope: 1.1279999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.099 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4797,35 +4797,35 @@ AnimationClip: time: 0 value: 1.178 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.19500016 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.165 - inSlope: -0.068570554 - outSlope: -0.068570554 - tangentMode: 136 + inSlope: -0.19500016 + outSlope: -0.023999693 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.161 - inSlope: 0 + inSlope: -0.023999693 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.161 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4844,34 +4844,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4890,34 +4890,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4936,34 +4936,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4981,35 +4981,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5027,35 +5027,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5073,35 +5073,35 @@ AnimationClip: time: 0 value: -0.76 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -2.9999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.96 - inSlope: -1.3671429 - outSlope: -1.3671429 - tangentMode: 136 + inSlope: -2.9999998 + outSlope: -0.71400017 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -1.079 - inSlope: 0 + inSlope: -0.71400017 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -1.079 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5119,35 +5119,35 @@ AnimationClip: time: 0 value: 0.657 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.7049998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.61 - inSlope: -0.13714315 - outSlope: -0.13714315 - tangentMode: 136 + inSlope: -0.7049998 + outSlope: -0.0480001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.602 - inSlope: 0 + inSlope: -0.0480001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5166,34 +5166,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5212,34 +5212,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5258,34 +5258,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5303,35 +5303,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5349,35 +5349,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5395,35 +5395,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5441,35 +5441,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5487,35 +5487,35 @@ AnimationClip: time: 0 value: 0.353 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -7.566 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.1514 - inSlope: -3.5100002 - outSlope: -3.5100002 - tangentMode: 136 + inSlope: -7.566 + outSlope: -1.8876001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.466 - inSlope: 0 + inSlope: -1.8876001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.466 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5533,35 +5533,35 @@ AnimationClip: time: 0 value: 1.1639 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 5.1330004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5061 - inSlope: 1.746857 - outSlope: 1.746857 - tangentMode: 136 + inSlope: 5.1330004 + outSlope: 0.61139995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.608 - inSlope: 0 + inSlope: 0.61139995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5580,34 +5580,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5626,34 +5626,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5672,34 +5672,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5717,35 +5717,35 @@ AnimationClip: time: 0 value: -105 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -599.99994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -145 - inSlope: -235.7143 - outSlope: -235.7143 - tangentMode: 136 + inSlope: -599.99994 + outSlope: -90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -160 - inSlope: 0 + inSlope: -90.00001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -160 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5763,35 +5763,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5809,35 +5809,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5856,34 +5856,34 @@ AnimationClip: value: -0.642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5902,34 +5902,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5948,34 +5948,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5993,35 +5993,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6039,35 +6039,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6085,35 +6085,35 @@ AnimationClip: time: 0 value: -0.67 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.3299993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.692 - inSlope: -0.21857144 - outSlope: -0.21857144 - tangentMode: 136 + inSlope: -0.3299993 + outSlope: -0.17400028 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.721 - inSlope: 0 + inSlope: -0.17400028 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.721 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6131,35 +6131,35 @@ AnimationClip: time: 0 value: -0.259 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.015000253 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.258 - inSlope: 0.017143149 - outSlope: 0.017143149 - tangentMode: 136 + inSlope: 0.015000253 + outSlope: 0.10679994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.2402 - inSlope: 0 + inSlope: 0.10679994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.2402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6178,34 +6178,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6224,34 +6224,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6270,34 +6270,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6315,35 +6315,35 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 76.65 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 5.11 - inSlope: 32.87143 - outSlope: 32.87143 - tangentMode: 136 + inSlope: 76.65 + outSlope: 15.360001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 7.67 - inSlope: 0 + inSlope: 15.360001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 7.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6362,34 +6362,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6407,35 +6407,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0.8571431 - outSlope: 0.8571431 - tangentMode: 136 + inSlope: 1.5000002 + outSlope: 0.6000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.2 - inSlope: 0 + inSlope: 0.6000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6454,34 +6454,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6499,35 +6499,35 @@ AnimationClip: time: 0 value: -0.5688 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.9930002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.635 - inSlope: -0.63514304 - outSlope: -0.63514304 - tangentMode: 136 + inSlope: -0.9930002 + outSlope: -0.49200013 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.717 - inSlope: 0 + inSlope: -0.49200013 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.717 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6545,35 +6545,35 @@ AnimationClip: time: 0 value: 0.0897 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7545 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.14 - inSlope: 0.3484286 - outSlope: 0.3484286 - tangentMode: 136 + inSlope: 0.7545 + outSlope: 0.18600003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.171 - inSlope: 0 + inSlope: 0.18600003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.171 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6592,34 +6592,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6638,34 +6638,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6684,34 +6684,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6729,35 +6729,35 @@ AnimationClip: time: 0 value: -64 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -179.99998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -76 - inSlope: -87.34285 - outSlope: -87.34285 - tangentMode: 136 + inSlope: -179.99998 + outSlope: -50.279987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -84.38 - inSlope: 0 + inSlope: -50.279987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -84.38 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6776,34 +6776,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6822,34 +6822,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6868,34 +6868,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6913,35 +6913,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6959,35 +6959,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7005,35 +7005,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7051,35 +7051,35 @@ AnimationClip: time: 0 value: 0.061 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.49 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.305 - inSlope: -2.5457144 - outSlope: -2.5457144 - tangentMode: 136 + inSlope: -5.49 + outSlope: -1.368 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.533 - inSlope: 0 + inSlope: -1.368 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.533 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7097,35 +7097,35 @@ AnimationClip: time: 0 value: 1.034 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.2049992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.181 - inSlope: 0.9428568 - outSlope: 0.9428568 - tangentMode: 136 + inSlope: 2.2049992 + outSlope: 0.43799976 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.254 - inSlope: 0 + inSlope: 0.43799976 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.254 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7144,34 +7144,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7190,34 +7190,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7236,34 +7236,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7281,35 +7281,35 @@ AnimationClip: time: 0 value: -121.24 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -600.6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -161.28 - inSlope: -238.71432 - outSlope: -238.71432 - tangentMode: 136 + inSlope: -600.6 + outSlope: -93.96003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -176.94 - inSlope: 0 + inSlope: -93.96003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -176.94 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7328,34 +7328,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7373,35 +7373,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.15 - inSlope: 0 + inSlope: 2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7420,34 +7420,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7465,35 +7465,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7511,35 +7511,35 @@ AnimationClip: time: 0 value: -0.209 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -3.4949996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.442 - inSlope: -1.7614287 - outSlope: -1.7614287 - tangentMode: 136 + inSlope: -3.4949996 + outSlope: -1.0680001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.62 - inSlope: 0 + inSlope: -1.0680001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7557,35 +7557,35 @@ AnimationClip: time: 0 value: 0.813 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.884 - inSlope: 0.48 - outSlope: 0.48 - tangentMode: 136 + inSlope: 1.0649997 + outSlope: 0.24600007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.925 - inSlope: 0 + inSlope: 0.24600007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7604,34 +7604,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7650,34 +7650,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7696,34 +7696,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7741,35 +7741,35 @@ AnimationClip: time: 0 value: 126 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -119.99999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 118 - inSlope: -77.14286 - outSlope: -77.14286 - tangentMode: 136 + inSlope: -119.99999 + outSlope: -60.000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 108 - inSlope: 0 + inSlope: -60.000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7788,34 +7788,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7834,34 +7834,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7880,34 +7880,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7925,35 +7925,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7971,35 +7971,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8017,35 +8017,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8063,35 +8063,35 @@ AnimationClip: time: 0 value: -0.782 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -3.599999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -1.022 - inSlope: -1.7185714 - outSlope: -1.7185714 - tangentMode: 136 + inSlope: -3.599999 + outSlope: -0.96600014 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -1.183 - inSlope: 0 + inSlope: -0.96600014 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -1.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8109,35 +8109,35 @@ AnimationClip: time: 0 value: 0.79 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.60000026 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.75 - inSlope: -0.38571444 - outSlope: -0.38571444 - tangentMode: 136 + inSlope: -0.60000026 + outSlope: -0.3000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.7 - inSlope: 0 + inSlope: -0.3000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8156,34 +8156,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8202,34 +8202,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8248,34 +8248,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8293,35 +8293,35 @@ AnimationClip: time: 0 value: -51 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -52 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8339,35 +8339,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8385,35 +8385,35 @@ AnimationClip: time: 0 value: 0.494 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.595 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.667 - inSlope: 1.2471431 - outSlope: 1.2471431 - tangentMode: 136 + inSlope: 2.595 + outSlope: 0.70800024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.785 - inSlope: 0 + inSlope: 0.70800024 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.785 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8431,35 +8431,35 @@ AnimationClip: time: 0 value: 0.511 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.3750005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.536 - inSlope: 0.23142867 - outSlope: 0.23142867 - tangentMode: 136 + inSlope: 0.3750005 + outSlope: 0.17399992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.565 - inSlope: 0 + inSlope: 0.17399992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8478,34 +8478,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8524,34 +8524,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8570,34 +8570,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8615,35 +8615,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8662,34 +8662,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8708,34 +8708,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8754,34 +8754,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8799,35 +8799,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8845,35 +8845,35 @@ AnimationClip: time: 0 value: 0.4188 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.4029999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.579 - inSlope: 1.2008573 - outSlope: 1.2008573 - tangentMode: 136 + inSlope: 2.4029999 + outSlope: 0.7200001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.699 - inSlope: 0 + inSlope: 0.7200001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8891,35 +8891,35 @@ AnimationClip: time: 0 value: 0.4625 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.74250025 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.512 - inSlope: 0.32785702 - outSlope: 0.32785702 - tangentMode: 136 + inSlope: 0.74250025 + outSlope: 0.16199972 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.539 - inSlope: 0 + inSlope: 0.16199972 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8938,34 +8938,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8984,34 +8984,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9030,34 +9030,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9075,35 +9075,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9121,35 +9121,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9167,35 +9167,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9213,35 +9213,35 @@ AnimationClip: time: 0 value: -0.018 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.3849998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.377 - inSlope: -1.6971433 - outSlope: -1.6971433 - tangentMode: 136 + inSlope: -5.3849998 + outSlope: -0.5940001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.476 - inSlope: 0 + inSlope: -0.5940001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.476 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9260,34 +9260,34 @@ AnimationClip: value: -0.602 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9306,34 +9306,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9351,35 +9351,35 @@ AnimationClip: time: 0 value: 0.9 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.4999994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -1.4999994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9398,34 +9398,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9444,34 +9444,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9741,6 +9741,36 @@ AnimationClip: path: body classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -9988,7 +10018,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR + path: head classID: 4 script: {fileID: 0} - curve: @@ -9998,7 +10028,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR + path: head classID: 4 script: {fileID: 0} - curve: @@ -10008,37 +10038,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 + path: head classID: 4 script: {fileID: 0} - curve: @@ -10078,7 +10078,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: head + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -10088,7 +10088,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: head + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -10098,7 +10098,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: head + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -10108,7 +10108,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -10118,7 +10118,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -10128,7 +10128,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim.meta index 9b30a0081..2b02b9cb6 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareL.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim index e5a8a253a..fb6cb009d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim @@ -21,7 +21,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 76.65} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -29,8 +29,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 5.11} - inSlope: {x: 0, y: 0, z: 32.87143} - outSlope: {x: 0, y: 0, z: 32.87143} + inSlope: {x: -0, y: -0, z: 76.65} + outSlope: {x: 0, y: 0, z: 15.360001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 7.67} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 15.360001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 7.67} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -64,7 +64,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -64} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -179.99998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -72,8 +72,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -76} - inSlope: {x: 0, y: 0, z: -87.34285} - outSlope: {x: 0, y: 0, z: -87.34285} + inSlope: {x: -0, y: -0, z: -179.99998} + outSlope: {x: 0, y: 0, z: -50.279987} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -84.38} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -50.279987} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -84.38} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -107,7 +107,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -115,8 +115,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -150,7 +150,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -158,8 +158,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -193,7 +193,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 126} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -119.99999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -201,8 +201,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 118} - inSlope: {x: 0, y: 0, z: -77.14286} - outSlope: {x: 0, y: 0, z: -77.14286} + inSlope: {x: -0, y: -0, z: -119.99999} + outSlope: {x: 0, y: 0, z: -60.000004} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: 108} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -60.000004} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: 108} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -236,7 +236,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -121.24} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -600.6} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -244,8 +244,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -161.28} - inSlope: {x: 0, y: 0, z: -238.71432} - outSlope: {x: 0, y: 0, z: -238.71432} + inSlope: {x: -0, y: -0, z: -600.6} + outSlope: {x: 0, y: 0, z: -93.96003} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -176.94} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -93.96003} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -176.94} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -279,7 +279,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -105} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -599.99994} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -287,8 +287,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -145} - inSlope: {x: 0, y: 0, z: -235.7143} - outSlope: {x: 0, y: 0, z: -235.7143} + inSlope: {x: -0, y: -0, z: -599.99994} + outSlope: {x: 0, y: 0, z: -90.00001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -160} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -90.00001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -160} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -322,7 +322,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -330,8 +330,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 180, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -365,7 +365,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -373,8 +373,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: 43.74001} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -65.69} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 43.74001} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -65.69} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -408,7 +408,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -416,8 +416,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -451,7 +451,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -459,8 +459,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -494,7 +494,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -59.99} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -194.85002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -502,8 +502,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -72.98} - inSlope: {x: 0, y: 0, z: -79.62857} - outSlope: {x: 0, y: 0, z: -79.62857} + inSlope: {x: -0, y: -0, z: -194.85002} + outSlope: {x: 0, y: 0, z: -33.53998} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -33.53998} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -78.57} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -537,7 +537,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -51} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -14.999999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -14.999999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: -52} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -589,7 +589,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -598,7 +598,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -624,7 +624,7 @@ AnimationClip: time: 0 value: {x: -0.67, y: -0.259, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.3299993, y: 0.015000253, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -632,8 +632,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.692, y: -0.258, z: 0} - inSlope: {x: -0.21857144, y: 0.017143149, z: 0} - outSlope: {x: -0.21857144, y: 0.017143149, z: 0} + inSlope: {x: -0.3299993, y: 0.015000253, z: -0} + outSlope: {x: -0.17400028, y: 0.10679994, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.721, y: -0.2402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.17400028, y: 0.10679994, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.721, y: -0.2402, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -667,7 +667,7 @@ AnimationClip: time: 0 value: {x: -0.5688, y: 0.0897, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.9930002, y: 0.7545, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -675,8 +675,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.635, y: 0.14, z: 0} - inSlope: {x: -0.63514304, y: 0.3484286, z: 0} - outSlope: {x: -0.63514304, y: 0.3484286, z: 0} + inSlope: {x: -0.9930002, y: 0.7545, z: -0} + outSlope: {x: -0.49200013, y: 0.18600003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.717, y: 0.171, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.49200013, y: 0.18600003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -693,7 +693,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.717, y: 0.171, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -710,7 +710,7 @@ AnimationClip: time: 0 value: {x: 0.494, y: 0.511, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 2.595, y: 0.3750005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -718,8 +718,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.667, y: 0.536, z: 0} - inSlope: {x: 1.2471431, y: 0.23142867, z: 0} - outSlope: {x: 1.2471431, y: 0.23142867, z: 0} + inSlope: {x: 2.595, y: 0.3750005, z: -0} + outSlope: {x: 0.70800024, y: 0.17399992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -727,7 +727,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.785, y: 0.565, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.70800024, y: 0.17399992, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -736,7 +736,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.785, y: 0.565, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -753,7 +753,7 @@ AnimationClip: time: 0 value: {x: 0.4188, y: 0.4625, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 2.4029999, y: 0.74250025, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -761,8 +761,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.579, y: 0.512, z: 0} - inSlope: {x: 1.2008573, y: 0.32785702, z: 0} - outSlope: {x: 1.2008573, y: 0.32785702, z: 0} + inSlope: {x: 2.4029999, y: 0.74250025, z: -0} + outSlope: {x: 0.7200001, y: 0.16199972, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -770,7 +770,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.699, y: 0.539, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.7200001, y: 0.16199972, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -779,7 +779,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.699, y: 0.539, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -796,7 +796,7 @@ AnimationClip: time: 0 value: {x: -0.209, y: 0.813, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -3.4949996, y: 1.0649997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -804,8 +804,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.442, y: 0.884, z: 0} - inSlope: {x: -1.7614287, y: 0.48, z: 0} - outSlope: {x: -1.7614287, y: 0.48, z: 0} + inSlope: {x: -3.4949996, y: 1.0649997, z: -0} + outSlope: {x: -1.0680001, y: 0.24600007, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -813,7 +813,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.62, y: 0.925, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.0680001, y: 0.24600007, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -822,7 +822,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.62, y: 0.925, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -839,7 +839,7 @@ AnimationClip: time: 0 value: {x: 0.061, y: 1.034, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -5.49, y: 2.2049992, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -847,8 +847,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.305, y: 1.181, z: 0} - inSlope: {x: -2.5457144, y: 0.9428568, z: 0} - outSlope: {x: -2.5457144, y: 0.9428568, z: 0} + inSlope: {x: -5.49, y: 2.2049992, z: -0} + outSlope: {x: -1.368, y: 0.43799976, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -856,7 +856,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.533, y: 1.254, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.368, y: 0.43799976, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -865,7 +865,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.533, y: 1.254, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -882,7 +882,7 @@ AnimationClip: time: 0 value: {x: 0.353, y: 1.1639, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -7.566, y: 5.1330004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -890,8 +890,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.1514, y: 1.5061, z: 0} - inSlope: {x: -3.5100002, y: 1.746857, z: 0} - outSlope: {x: -3.5100002, y: 1.746857, z: 0} + inSlope: {x: -7.566, y: 5.1330004, z: -0} + outSlope: {x: -1.8876001, y: 0.61139995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -899,7 +899,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.466, y: 1.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.8876001, y: 0.61139995, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -908,7 +908,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.466, y: 1.608, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -925,7 +925,7 @@ AnimationClip: time: 0 value: {x: -0.76, y: 0.657, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -2.9999998, y: -0.7049998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -933,8 +933,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.96, y: 0.61, z: 0} - inSlope: {x: -1.3671429, y: -0.13714315, z: 0} - outSlope: {x: -1.3671429, y: -0.13714315, z: 0} + inSlope: {x: -2.9999998, y: -0.7049998, z: -0} + outSlope: {x: -0.71400017, y: -0.0480001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -942,7 +942,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -1.079, y: 0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.71400017, y: -0.0480001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -951,7 +951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -1.079, y: 0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -968,7 +968,7 @@ AnimationClip: time: 0 value: {x: 0.993, y: -0.07, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.48000005, y: -1.1399999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -976,8 +976,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.025, y: -0.146, z: 0} - inSlope: {x: 0.35571432, y: -0.11999997, z: 0} - outSlope: {x: 0.35571432, y: -0.11999997, z: 0} + inSlope: {x: 0.48000005, y: -1.1399999, z: -0} + outSlope: {x: 0.30600002, y: -0.042, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -985,7 +985,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.076, y: -0.153, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.30600002, y: -0.042, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -994,7 +994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.076, y: -0.153, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1011,7 +1011,7 @@ AnimationClip: time: 0 value: {x: 1.131, y: 0.248, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 1.3949989, y: -1.6199999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1019,8 +1019,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.224, y: 0.14, z: 0} - inSlope: {x: 0.71999997, y: -0.32571447, z: 0} - outSlope: {x: 0.71999997, y: -0.32571447, z: 0} + inSlope: {x: 1.3949989, y: -1.6199999, z: -0} + outSlope: {x: 0.45000032, y: -0.114000015, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1028,7 +1028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.299, y: 0.121, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.45000032, y: -0.114000015, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1037,7 +1037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.299, y: 0.121, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1054,7 +1054,7 @@ AnimationClip: time: 0 value: {x: 0.243, y: 1.222, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.9799995, y: 0.9600001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1062,8 +1062,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.575, y: 1.286, z: 0} - inSlope: {x: 2.3142858, y: 0.3771426, z: 0} - outSlope: {x: 2.3142858, y: 0.3771426, z: 0} + inSlope: {x: 4.9799995, y: 0.9600001, z: -0} + outSlope: {x: 1.2480001, y: 0.14399959, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1071,7 +1071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.783, y: 1.31, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.2480001, y: 0.14399959, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1080,7 +1080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.783, y: 1.31, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1097,7 +1097,7 @@ AnimationClip: time: 0 value: {x: 0.595, y: 1.178, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 4.7399993, y: -0.19500016, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1105,8 +1105,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.911, y: 1.165, z: 0} - inSlope: {x: 2.1599998, y: -0.068570554, z: 0} - outSlope: {x: 2.1599998, y: -0.068570554, z: 0} + inSlope: {x: 4.7399993, y: -0.19500016, z: -0} + outSlope: {x: 1.1279999, y: -0.023999693, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1114,7 +1114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.099, y: 1.161, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.1279999, y: -0.023999693, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1123,7 +1123,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.099, y: 1.161, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1140,7 +1140,7 @@ AnimationClip: time: 0 value: {x: 0.908, y: 0.79, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 3.6, y: -0.60000026, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1148,8 +1148,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.148, y: 0.75, z: 0} - inSlope: {x: 1.7014285, y: -0.38571444, z: 0} - outSlope: {x: 1.7014285, y: -0.38571444, z: 0} + inSlope: {x: 3.6, y: -0.60000026, z: -0} + outSlope: {x: 0.94199973, y: -0.3000001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.305, y: 0.7, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.94199973, y: -0.3000001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.305, y: 0.7, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1183,7 +1183,7 @@ AnimationClip: time: 0 value: {x: 0.149, y: -0.602, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 5.3399997, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1191,8 +1191,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.505, y: -0.602, z: 0} - inSlope: {x: 1.6971428, y: 0, z: 0} - outSlope: {x: 1.6971428, y: 0, z: 0} + inSlope: {x: 5.3399997, y: -0, z: -0} + outSlope: {x: 0.5939999, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.604, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.5939999, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.604, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1235,7 +1235,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1244,7 +1244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1253,7 +1253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1278,7 +1278,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1287,7 +1287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1296,7 +1296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1321,7 +1321,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1330,7 +1330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1339,7 +1339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1364,7 +1364,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1373,7 +1373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1382,7 +1382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1399,7 +1399,7 @@ AnimationClip: time: 0 value: {x: 0.9, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.4999994, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1407,7 +1407,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.8, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.4999994, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1416,7 +1416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.8, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1425,7 +1425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.8, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1442,7 +1442,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1450,8 +1450,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0.8571431, z: 0} - outSlope: {x: 0, y: 0.8571431, z: 0} + inSlope: {x: -0, y: 1.5000002, z: -0} + outSlope: {x: 0, y: 0.6000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1459,7 +1459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.6000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1468,7 +1468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1485,7 +1485,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 2.2499995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1493,7 +1493,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1.15, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 2.2499995, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1502,7 +1502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1.15, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1511,7 +1511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 1.15, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1529,35 +1529,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1575,35 +1575,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1621,35 +1621,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1667,35 +1667,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1713,35 +1713,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1759,35 +1759,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1805,35 +1805,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1851,35 +1851,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1897,35 +1897,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1943,35 +1943,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1989,35 +1989,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2035,35 +2035,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2081,35 +2081,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2127,35 +2127,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2173,35 +2173,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2219,35 +2219,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2265,35 +2265,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2311,35 +2311,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2357,35 +2357,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2403,35 +2403,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2449,35 +2449,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2495,35 +2495,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2541,35 +2541,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2587,35 +2587,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2633,35 +2633,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3417,35 +3417,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3464,34 +3464,34 @@ AnimationClip: value: -0.642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3510,34 +3510,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3556,34 +3556,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3601,35 +3601,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3647,35 +3647,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3693,35 +3693,35 @@ AnimationClip: time: 0 value: -0.67 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.3299993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.692 - inSlope: -0.21857144 - outSlope: -0.21857144 - tangentMode: 136 + inSlope: -0.3299993 + outSlope: -0.17400028 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.721 - inSlope: 0 + inSlope: -0.17400028 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.721 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3739,35 +3739,35 @@ AnimationClip: time: 0 value: -0.259 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.015000253 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.258 - inSlope: 0.017143149 - outSlope: 0.017143149 - tangentMode: 136 + inSlope: 0.015000253 + outSlope: 0.10679994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.2402 - inSlope: 0 + inSlope: 0.10679994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.2402 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3786,34 +3786,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3832,34 +3832,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3878,34 +3878,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3923,35 +3923,35 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 76.65 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 5.11 - inSlope: 32.87143 - outSlope: 32.87143 - tangentMode: 136 + inSlope: 76.65 + outSlope: 15.360001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 7.67 - inSlope: 0 + inSlope: 15.360001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 7.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3969,35 +3969,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4016,34 +4016,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4062,34 +4062,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4108,34 +4108,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4154,34 +4154,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4200,34 +4200,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4245,35 +4245,35 @@ AnimationClip: time: 0 value: -64 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -179.99998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -76 - inSlope: -87.34285 - outSlope: -87.34285 - tangentMode: 136 + inSlope: -179.99998 + outSlope: -50.279987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -84.38 - inSlope: 0 + inSlope: -50.279987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -84.38 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4291,35 +4291,35 @@ AnimationClip: time: 0 value: -0.5688 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.9930002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.635 - inSlope: -0.63514304 - outSlope: -0.63514304 - tangentMode: 136 + inSlope: -0.9930002 + outSlope: -0.49200013 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.717 - inSlope: 0 + inSlope: -0.49200013 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.717 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4337,35 +4337,35 @@ AnimationClip: time: 0 value: 0.0897 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.7545 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.14 - inSlope: 0.3484286 - outSlope: 0.3484286 - tangentMode: 136 + inSlope: 0.7545 + outSlope: 0.18600003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.171 - inSlope: 0 + inSlope: 0.18600003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.171 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4384,34 +4384,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4429,35 +4429,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4475,35 +4475,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4521,35 +4521,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4568,34 +4568,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4614,34 +4614,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4659,35 +4659,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4705,35 +4705,35 @@ AnimationClip: time: 0 value: 0.494 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.595 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.667 - inSlope: 1.2471431 - outSlope: 1.2471431 - tangentMode: 136 + inSlope: 2.595 + outSlope: 0.70800024 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.785 - inSlope: 0 + inSlope: 0.70800024 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.785 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4751,35 +4751,35 @@ AnimationClip: time: 0 value: 0.511 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.3750005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.536 - inSlope: 0.23142867 - outSlope: 0.23142867 - tangentMode: 136 + inSlope: 0.3750005 + outSlope: 0.17399992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.565 - inSlope: 0 + inSlope: 0.17399992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.565 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4798,34 +4798,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4844,34 +4844,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4890,34 +4890,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4936,34 +4936,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4982,34 +4982,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5028,34 +5028,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5073,35 +5073,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5119,35 +5119,35 @@ AnimationClip: time: 0 value: 0.4188 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.4029999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.579 - inSlope: 1.2008573 - outSlope: 1.2008573 - tangentMode: 136 + inSlope: 2.4029999 + outSlope: 0.7200001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.699 - inSlope: 0 + inSlope: 0.7200001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.699 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5165,35 +5165,35 @@ AnimationClip: time: 0 value: 0.4625 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.74250025 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.512 - inSlope: 0.32785702 - outSlope: 0.32785702 - tangentMode: 136 + inSlope: 0.74250025 + outSlope: 0.16199972 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.539 - inSlope: 0 + inSlope: 0.16199972 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.539 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5212,34 +5212,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5257,35 +5257,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5304,34 +5304,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5350,34 +5350,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5395,35 +5395,35 @@ AnimationClip: time: 0 value: 126 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -119.99999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 118 - inSlope: -77.14286 - outSlope: -77.14286 - tangentMode: 136 + inSlope: -119.99999 + outSlope: -60.000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 108 - inSlope: 0 + inSlope: -60.000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 108 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5441,35 +5441,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5487,35 +5487,35 @@ AnimationClip: time: 0 value: -0.209 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -3.4949996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.442 - inSlope: -1.7614287 - outSlope: -1.7614287 - tangentMode: 136 + inSlope: -3.4949996 + outSlope: -1.0680001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.62 - inSlope: 0 + inSlope: -1.0680001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.62 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5533,35 +5533,35 @@ AnimationClip: time: 0 value: 0.813 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.0649997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.884 - inSlope: 0.48 - outSlope: 0.48 - tangentMode: 136 + inSlope: 1.0649997 + outSlope: 0.24600007 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.925 - inSlope: 0 + inSlope: 0.24600007 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.925 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5580,34 +5580,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5626,34 +5626,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5672,34 +5672,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5718,34 +5718,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5764,34 +5764,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5810,34 +5810,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5855,35 +5855,35 @@ AnimationClip: time: 0 value: -121.24 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -600.6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -161.28 - inSlope: -238.71432 - outSlope: -238.71432 - tangentMode: 136 + inSlope: -600.6 + outSlope: -93.96003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -176.94 - inSlope: 0 + inSlope: -93.96003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -176.94 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5901,35 +5901,35 @@ AnimationClip: time: 0 value: 0.061 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -5.49 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.305 - inSlope: -2.5457144 - outSlope: -2.5457144 - tangentMode: 136 + inSlope: -5.49 + outSlope: -1.368 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.533 - inSlope: 0 + inSlope: -1.368 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.533 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5947,35 +5947,35 @@ AnimationClip: time: 0 value: 1.034 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.2049992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.181 - inSlope: 0.9428568 - outSlope: 0.9428568 - tangentMode: 136 + inSlope: 2.2049992 + outSlope: 0.43799976 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.254 - inSlope: 0 + inSlope: 0.43799976 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.254 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5994,34 +5994,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6039,35 +6039,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6085,35 +6085,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6132,34 +6132,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6178,34 +6178,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6223,35 +6223,35 @@ AnimationClip: time: 0 value: -105 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -599.99994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -145 - inSlope: -235.7143 - outSlope: -235.7143 - tangentMode: 136 + inSlope: -599.99994 + outSlope: -90.00001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -160 - inSlope: 0 + inSlope: -90.00001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -160 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6269,35 +6269,35 @@ AnimationClip: time: 0 value: 0.353 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -7.566 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.1514 - inSlope: -3.5100002 - outSlope: -3.5100002 - tangentMode: 136 + inSlope: -7.566 + outSlope: -1.8876001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.466 - inSlope: 0 + inSlope: -1.8876001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.466 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6315,35 +6315,35 @@ AnimationClip: time: 0 value: 1.1639 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 5.1330004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.5061 - inSlope: 1.746857 - outSlope: 1.746857 - tangentMode: 136 + inSlope: 5.1330004 + outSlope: 0.61139995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.608 - inSlope: 0 + inSlope: 0.61139995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.608 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6362,34 +6362,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6407,35 +6407,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6453,35 +6453,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6499,35 +6499,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6545,35 +6545,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6592,34 +6592,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6638,34 +6638,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6683,35 +6683,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6729,35 +6729,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6775,35 +6775,35 @@ AnimationClip: time: 0 value: -0.76 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -2.9999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.96 - inSlope: -1.3671429 - outSlope: -1.3671429 - tangentMode: 136 + inSlope: -2.9999998 + outSlope: -0.71400017 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -1.079 - inSlope: 0 + inSlope: -0.71400017 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -1.079 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6821,35 +6821,35 @@ AnimationClip: time: 0 value: 0.657 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.7049998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.61 - inSlope: -0.13714315 - outSlope: -0.13714315 - tangentMode: 136 + inSlope: -0.7049998 + outSlope: -0.0480001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.602 - inSlope: 0 + inSlope: -0.0480001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6868,34 +6868,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6913,35 +6913,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6959,35 +6959,35 @@ AnimationClip: time: 0 value: 0.993 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.48000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.025 - inSlope: 0.35571432 - outSlope: 0.35571432 - tangentMode: 136 + inSlope: 0.48000005 + outSlope: 0.30600002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.076 - inSlope: 0 + inSlope: 0.30600002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.076 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7005,35 +7005,35 @@ AnimationClip: time: 0 value: -0.07 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.1399999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.146 - inSlope: -0.11999997 - outSlope: -0.11999997 - tangentMode: 136 + inSlope: -1.1399999 + outSlope: -0.042 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.153 - inSlope: 0 + inSlope: -0.042 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.153 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7052,34 +7052,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7097,35 +7097,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7144,34 +7144,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7190,34 +7190,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7235,35 +7235,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -194.85002 + outSlope: 43.74001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -65.69 - inSlope: 0 + inSlope: 43.74001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -65.69 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7281,35 +7281,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7328,34 +7328,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7374,34 +7374,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7419,35 +7419,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7465,35 +7465,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7511,35 +7511,35 @@ AnimationClip: time: 0 value: 1.131 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.3949989 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.224 - inSlope: 0.71999997 - outSlope: 0.71999997 - tangentMode: 136 + inSlope: 1.3949989 + outSlope: 0.45000032 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.299 - inSlope: 0 + inSlope: 0.45000032 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.299 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7557,35 +7557,35 @@ AnimationClip: time: 0 value: 0.248 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.6199999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.14 - inSlope: -0.32571447 - outSlope: -0.32571447 - tangentMode: 136 + inSlope: -1.6199999 + outSlope: -0.114000015 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.121 - inSlope: 0 + inSlope: -0.114000015 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.121 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7604,34 +7604,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7650,34 +7650,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7696,34 +7696,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7742,34 +7742,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7787,35 +7787,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7834,34 +7834,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7880,34 +7880,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7925,35 +7925,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7971,35 +7971,35 @@ AnimationClip: time: 0 value: 0.243 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.9799995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.575 - inSlope: 2.3142858 - outSlope: 2.3142858 - tangentMode: 136 + inSlope: 4.9799995 + outSlope: 1.2480001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.783 - inSlope: 0 + inSlope: 1.2480001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.783 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8017,35 +8017,35 @@ AnimationClip: time: 0 value: 1.222 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.9600001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.286 - inSlope: 0.3771426 - outSlope: 0.3771426 - tangentMode: 136 + inSlope: 0.9600001 + outSlope: 0.14399959 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.31 - inSlope: 0 + inSlope: 0.14399959 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.31 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8064,34 +8064,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8110,34 +8110,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8156,34 +8156,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8201,35 +8201,35 @@ AnimationClip: time: 0 value: -59.99 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -194.85002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -72.98 - inSlope: -79.62857 - outSlope: -79.62857 - tangentMode: 136 + inSlope: -194.85002 + outSlope: -33.53998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -78.57 - inSlope: 0 + inSlope: -33.53998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -78.57 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8247,35 +8247,35 @@ AnimationClip: time: 0 value: 0.595 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 4.7399993 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.911 - inSlope: 2.1599998 - outSlope: 2.1599998 - tangentMode: 136 + inSlope: 4.7399993 + outSlope: 1.1279999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.099 - inSlope: 0 + inSlope: 1.1279999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.099 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8293,35 +8293,35 @@ AnimationClip: time: 0 value: 1.178 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.19500016 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.165 - inSlope: -0.068570554 - outSlope: -0.068570554 - tangentMode: 136 + inSlope: -0.19500016 + outSlope: -0.023999693 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.161 - inSlope: 0 + inSlope: -0.023999693 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.161 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8340,34 +8340,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8385,35 +8385,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8431,35 +8431,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8478,34 +8478,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8524,34 +8524,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8569,35 +8569,35 @@ AnimationClip: time: 0 value: -51 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -52 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -52 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8615,35 +8615,35 @@ AnimationClip: time: 0 value: 0.908 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 3.6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.148 - inSlope: 1.7014285 - outSlope: 1.7014285 - tangentMode: 136 + inSlope: 3.6 + outSlope: 0.94199973 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.305 - inSlope: 0 + inSlope: 0.94199973 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.305 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8661,35 +8661,35 @@ AnimationClip: time: 0 value: 0.79 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.60000026 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.75 - inSlope: -0.38571444 - outSlope: -0.38571444 - tangentMode: 136 + inSlope: -0.60000026 + outSlope: -0.3000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.7 - inSlope: 0 + inSlope: -0.3000001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.7 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8708,34 +8708,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8753,35 +8753,35 @@ AnimationClip: time: 0 value: 0.9 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.4999994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.8 - inSlope: 0 + inSlope: -1.4999994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.8 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8800,34 +8800,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8846,34 +8846,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8891,35 +8891,35 @@ AnimationClip: time: 0 value: 0.149 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 5.3399997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.505 - inSlope: 1.6971428 - outSlope: 1.6971428 - tangentMode: 136 + inSlope: 5.3399997 + outSlope: 0.5939999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.604 - inSlope: 0 + inSlope: 0.5939999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.604 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8938,34 +8938,34 @@ AnimationClip: value: -0.602 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8984,34 +8984,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9030,34 +9030,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9075,35 +9075,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0.8571431 - outSlope: 0.8571431 - tangentMode: 136 + inSlope: 1.5000002 + outSlope: 0.6000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.2 - inSlope: 0 + inSlope: 0.6000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9122,34 +9122,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9167,35 +9167,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9214,34 +9214,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9259,35 +9259,35 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.15 - inSlope: 0 + inSlope: 2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1.15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1.15 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9306,34 +9306,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9351,35 +9351,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.23333333 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.28333333 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9391,6 +9391,126 @@ AnimationClip: classID: 212 script: {fileID: 0} m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/feet/foot1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/legs/legR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: head + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: head + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -9428,7 +9548,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/legs/legR + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -9438,7 +9558,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/legs/legR + path: body/arms/armR2 classID: 4 script: {fileID: 0} - curve: @@ -9448,7 +9568,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/legs/legR + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: mawashi/mawashi1 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: mawashi/mawashi1 classID: 4 script: {fileID: 0} - curve: @@ -9481,36 +9631,6 @@ AnimationClip: path: body/arms/armL classID: 4 script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -9608,7 +9728,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -9618,7 +9738,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: @@ -9628,127 +9748,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: head - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/feet/foot1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: mawashi/mawashi1 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: mawashi/mawashi1 + path: body/legs/legR classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim.meta index f84f53a10..00e227855 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompPrepareR.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim index bc069d09a..bb954475a 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim @@ -29,8 +29,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -22.06} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 330.89996} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 330.89996} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -72,8 +72,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 6.95} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -104.24999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -81,7 +81,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -104.24999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -115,8 +115,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -22.06} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: 330.89996} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -124,7 +124,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 330.89996} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -133,7 +133,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,8 +158,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 6.95} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -104.24999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -167,7 +167,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -104.24999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -176,7 +176,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -219,7 +219,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -244,7 +244,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -253,7 +253,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -262,7 +262,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -287,7 +287,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -296,7 +296,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -305,7 +305,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -330,7 +330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -339,7 +339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -348,7 +348,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 180, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: -90} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -459,7 +459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -468,7 +468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -477,7 +477,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -502,7 +502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -511,7 +511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -520,7 +520,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -545,7 +545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -554,7 +554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -563,7 +563,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -589,8 +589,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.924, y: 0.105, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.6200005, y: 1.965, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -598,7 +598,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.816, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.6200005, y: 1.965, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -607,7 +607,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.816, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -632,8 +632,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.717, y: 0.308, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.8450003, y: 5.07, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -641,7 +641,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.8450003, y: 5.07, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -650,7 +650,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.594, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -675,8 +675,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.8, y: 0.105, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.4549999, y: 1.965, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -684,7 +684,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.703, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.4549999, y: 1.965, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -693,7 +693,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.703, y: 0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -718,8 +718,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.589, y: 0.308, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.6349999, y: 5.07, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -727,7 +727,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.6349999, y: 5.07, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -736,7 +736,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.48, y: 0.646, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -761,8 +761,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.063, y: 0.2329, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 3.6915, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -770,7 +770,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.063, y: 0.479, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.6915, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -779,7 +779,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.063, y: 0.479, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -804,7 +804,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -813,7 +813,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -822,7 +822,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.51, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -847,7 +847,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -856,7 +856,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -865,7 +865,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.642, y: -0.54, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -890,7 +890,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.67, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -899,7 +899,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.67, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -908,7 +908,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.67, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -933,8 +933,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.495, y: -0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.31499994, y: 0.82499987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -942,7 +942,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.31499994, y: 0.82499987, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -951,7 +951,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.474, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -976,7 +976,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -985,7 +985,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -994,7 +994,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.547, y: -0.259, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1019,8 +1019,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.376, y: -0.129, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -0.2849999, y: 0.82499987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1028,7 +1028,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.2849999, y: 0.82499987, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1037,7 +1037,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.357, y: -0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1062,8 +1062,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.058, y: 0.248, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 10.364999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1071,7 +1071,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.058, y: 0.939, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 10.364999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1080,7 +1080,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.058, y: 0.939, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1105,8 +1105,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.064, y: -0.082, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 2.34, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1114,7 +1114,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.064, y: 0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 2.34, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1123,7 +1123,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.064, y: 0.074, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1148,8 +1148,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.07, y: -0.147, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 1.425, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1157,7 +1157,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.07, y: -0.052, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.425, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1166,7 +1166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.07, y: -0.052, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1191,7 +1191,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1200,7 +1200,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1209,7 +1209,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 0.065, y: -0.602, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1234,7 +1234,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1243,7 +1243,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1252,7 +1252,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -0.518, y: -0.582, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1277,8 +1277,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: -0.977, y: -0.45, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.1600008, y: 2.1599998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1286,8 +1286,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: -1.121, y: -0.306, z: 0} - inSlope: {x: -0.57652164, y: 0.104347736, z: 0} - outSlope: {x: -0.57652164, y: 0.104347736, z: 0} + inSlope: {x: -2.1600008, y: 2.1599998, z: -0} + outSlope: {x: -0.2431576, y: 0.031578917, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1295,7 +1295,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: -1.198, y: -0.296, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.2431576, y: 0.031578917, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1321,8 +1321,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 0.98, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.3500004, y: 3.3000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1330,7 +1330,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.3500004, y: 3.3000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1339,7 +1339,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1364,7 +1364,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1373,7 +1373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1382,7 +1382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1407,8 +1407,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.5000002, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1416,7 +1416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1425,7 +1425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1450,7 +1450,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1459,7 +1459,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1468,7 +1468,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1493,8 +1493,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.5000002, y: 1.5000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1502,7 +1502,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: 1.5000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1511,7 +1511,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1.1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1536,8 +1536,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.5000002, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1545,7 +1545,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.5000002, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1554,7 +1554,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.3, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1579,7 +1579,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1588,7 +1588,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1597,7 +1597,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1622,8 +1622,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.15, y: 1.03, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.2499995, y: 5.5499997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1631,7 +1631,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.2499995, y: 5.5499997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1640,7 +1640,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1665,8 +1665,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.09, y: 0.98, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.3500004, y: 3.3000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1674,7 +1674,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.3500004, y: 3.3000002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1683,7 +1683,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1708,8 +1708,8 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.15, y: 1.03, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -2.2499995, y: 5.5499997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1717,7 +1717,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.2499995, y: 5.5499997, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1726,7 +1726,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1751,7 +1751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1760,7 +1760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1769,7 +1769,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1.2, y: 0.6, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1794,7 +1794,7 @@ AnimationClip: - serializedVersion: 3 time: 0.06666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1803,8 +1803,8 @@ AnimationClip: - serializedVersion: 3 time: 0.13333334 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0.31578955, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -1812,7 +1812,7 @@ AnimationClip: - serializedVersion: 3 time: 0.45 value: {x: 1, y: 1.1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.31578955, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -1830,35 +1830,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1876,35 +1876,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1922,35 +1922,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1968,35 +1968,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2014,35 +2014,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2060,35 +2060,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2106,35 +2106,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2152,35 +2152,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2198,35 +2198,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2244,35 +2244,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2290,35 +2290,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2336,35 +2336,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2382,35 +2382,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2428,35 +2428,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2474,35 +2474,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2520,35 +2520,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2566,35 +2566,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2612,35 +2612,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2658,35 +2658,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2704,35 +2704,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2750,35 +2750,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2796,35 +2796,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2842,35 +2842,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2888,35 +2888,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2934,35 +2934,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2980,35 +2980,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3026,35 +3026,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3073,34 +3073,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3119,34 +3119,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3165,34 +3165,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3210,35 +3210,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3257,34 +3257,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3303,34 +3303,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.4767802 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -2.4767802 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3349,7 +3349,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -3368,7 +3368,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4243,35 +4243,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4290,34 +4290,34 @@ AnimationClip: value: 0.924 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.924 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.6200005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.816 - inSlope: 0 + inSlope: -1.6200005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.816 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4336,34 +4336,34 @@ AnimationClip: value: 0.105 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.105 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.965 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.236 - inSlope: 0 + inSlope: 1.965 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4382,34 +4382,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4428,34 +4428,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4474,34 +4474,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4520,34 +4520,34 @@ AnimationClip: value: -22.06 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -22.06 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 330.89996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: 330.89996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4565,35 +4565,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4611,35 +4611,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -4658,34 +4658,34 @@ AnimationClip: value: 0.717 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.717 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.8450003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.594 - inSlope: 0 + inSlope: -1.8450003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.594 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4704,34 +4704,34 @@ AnimationClip: value: 0.308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.308 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.07 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.646 - inSlope: 0 + inSlope: 5.07 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4750,34 +4750,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4796,34 +4796,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4842,34 +4842,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4888,34 +4888,34 @@ AnimationClip: value: 6.95 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6.95 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -104.24999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -104.24999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4934,34 +4934,34 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.3500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -1.3500004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4980,34 +4980,34 @@ AnimationClip: value: 0.98 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.3000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: 3.3000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5026,34 +5026,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5071,35 +5071,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5117,35 +5117,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5164,34 +5164,34 @@ AnimationClip: value: -0.8 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.8 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.4549999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.703 - inSlope: 0 + inSlope: 1.4549999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.703 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5210,34 +5210,34 @@ AnimationClip: value: 0.105 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.105 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.965 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.236 - inSlope: 0 + inSlope: 1.965 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.236 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5256,34 +5256,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5302,34 +5302,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5348,34 +5348,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5394,34 +5394,34 @@ AnimationClip: value: -22.06 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -22.06 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 330.89996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: 330.89996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5439,35 +5439,35 @@ AnimationClip: time: 0 value: 15 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 15 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 15 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5486,34 +5486,34 @@ AnimationClip: value: -0.589 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.589 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.6349999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.48 - inSlope: 0 + inSlope: 1.6349999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.48 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5532,34 +5532,34 @@ AnimationClip: value: 0.308 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.308 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.07 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.646 - inSlope: 0 + inSlope: 5.07 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.646 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5578,34 +5578,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5624,34 +5624,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5670,34 +5670,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5716,34 +5716,34 @@ AnimationClip: value: 6.95 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 6.95 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -104.24999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -104.24999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5761,35 +5761,35 @@ AnimationClip: time: 0 value: 16 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 16 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 16 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -5808,34 +5808,34 @@ AnimationClip: value: -0.063 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.063 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5854,34 +5854,34 @@ AnimationClip: value: 0.2329 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.2329 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.6915 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.479 - inSlope: 0 + inSlope: 3.6915 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.479 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5900,34 +5900,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5946,34 +5946,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -5992,34 +5992,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6038,34 +6038,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6083,35 +6083,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6129,35 +6129,35 @@ AnimationClip: time: 0 value: 0 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6175,35 +6175,35 @@ AnimationClip: time: 0 value: 14 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 14 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 14 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6222,34 +6222,34 @@ AnimationClip: value: 0.51 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.51 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6268,34 +6268,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6314,34 +6314,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6360,34 +6360,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6406,34 +6406,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6452,34 +6452,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6497,35 +6497,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6543,35 +6543,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6590,34 +6590,34 @@ AnimationClip: value: -0.642 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.642 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6636,34 +6636,34 @@ AnimationClip: value: -0.54 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.54 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6682,34 +6682,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6727,35 +6727,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6773,35 +6773,35 @@ AnimationClip: time: 0 value: 9 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 9 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 9 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -6820,34 +6820,34 @@ AnimationClip: value: -0.67 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.67 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6866,34 +6866,34 @@ AnimationClip: value: -0.259 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6912,34 +6912,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -6958,34 +6958,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7004,34 +7004,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7050,34 +7050,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7096,34 +7096,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7142,34 +7142,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7188,34 +7188,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7234,34 +7234,34 @@ AnimationClip: value: -0.495 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.495 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.31499994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.474 - inSlope: 0 + inSlope: 0.31499994 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.474 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7280,34 +7280,34 @@ AnimationClip: value: -0.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.129 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.82499987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.074 - inSlope: 0 + inSlope: 0.82499987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7326,34 +7326,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7372,34 +7372,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7418,34 +7418,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7464,34 +7464,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7510,34 +7510,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7556,34 +7556,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7602,34 +7602,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7647,35 +7647,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7693,35 +7693,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7739,35 +7739,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -7786,34 +7786,34 @@ AnimationClip: value: 0.547 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.547 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7832,34 +7832,34 @@ AnimationClip: value: -0.259 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.259 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7878,34 +7878,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7924,34 +7924,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -7970,34 +7970,34 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8016,34 +8016,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8062,34 +8062,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8108,34 +8108,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8154,34 +8154,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8199,35 +8199,35 @@ AnimationClip: time: 0 value: 10 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 10 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 10 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8246,34 +8246,34 @@ AnimationClip: value: 0.376 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.376 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.2849999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.357 - inSlope: 0 + inSlope: -0.2849999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.357 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8292,34 +8292,34 @@ AnimationClip: value: -0.129 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.129 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.82499987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.074 - inSlope: 0 + inSlope: 0.82499987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8338,34 +8338,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8384,34 +8384,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8430,34 +8430,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8476,34 +8476,34 @@ AnimationClip: value: -90 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -90 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8522,34 +8522,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8568,34 +8568,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.1 - inSlope: 0 + inSlope: 1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8614,34 +8614,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8659,35 +8659,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8705,35 +8705,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8751,35 +8751,35 @@ AnimationClip: time: 0 value: 11 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 11 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 11 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -8798,34 +8798,34 @@ AnimationClip: value: 0.058 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.058 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8844,34 +8844,34 @@ AnimationClip: value: 0.248 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.248 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 10.364999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.939 - inSlope: 0 + inSlope: 10.364999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.939 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8890,34 +8890,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8936,34 +8936,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -8982,34 +8982,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9028,34 +9028,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9073,35 +9073,35 @@ AnimationClip: time: 0 value: 17 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 17 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 17 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9120,34 +9120,34 @@ AnimationClip: value: 0.064 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.064 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9166,34 +9166,34 @@ AnimationClip: value: -0.082 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.082 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.34 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.074 - inSlope: 0 + inSlope: 2.34 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.074 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9212,34 +9212,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9258,34 +9258,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9304,34 +9304,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9350,34 +9350,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9396,34 +9396,34 @@ AnimationClip: value: 1.1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -1.5000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9442,34 +9442,34 @@ AnimationClip: value: 1.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9488,34 +9488,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9533,35 +9533,35 @@ AnimationClip: time: 0 value: 13 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 13 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 13 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9580,34 +9580,34 @@ AnimationClip: value: 0.07 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.07 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9626,34 +9626,34 @@ AnimationClip: value: -0.147 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.147 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.425 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.052 - inSlope: 0 + inSlope: 1.425 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.052 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9672,34 +9672,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9718,34 +9718,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9764,34 +9764,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9810,34 +9810,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9855,35 +9855,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9901,35 +9901,35 @@ AnimationClip: time: 0 value: 12 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 12 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 12 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -9948,34 +9948,34 @@ AnimationClip: value: 0.065 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.065 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -9994,34 +9994,34 @@ AnimationClip: value: -0.602 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.602 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10040,34 +10040,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10086,34 +10086,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10132,34 +10132,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10178,34 +10178,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10224,34 +10224,34 @@ AnimationClip: value: 1.15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.15 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10270,34 +10270,34 @@ AnimationClip: value: 1.03 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.03 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.5499997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.4 - inSlope: 0 + inSlope: 5.5499997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10316,34 +10316,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10362,34 +10362,34 @@ AnimationClip: value: 1.09 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.09 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.3500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -1.3500004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10408,34 +10408,34 @@ AnimationClip: value: 0.98 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.98 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.3000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: 3.3000002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10454,34 +10454,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10499,35 +10499,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10546,34 +10546,34 @@ AnimationClip: value: 1.15 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.15 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.2499995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -2.2499995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10592,34 +10592,34 @@ AnimationClip: value: 1.03 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.03 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 5.5499997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.4 - inSlope: 0 + inSlope: 5.5499997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.4 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10638,34 +10638,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10683,35 +10683,35 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -10730,34 +10730,34 @@ AnimationClip: value: 1.2 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.2 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10776,34 +10776,34 @@ AnimationClip: value: 0.6 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10822,34 +10822,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10868,34 +10868,34 @@ AnimationClip: value: -0.518 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.518 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10914,34 +10914,34 @@ AnimationClip: value: -0.582 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.582 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -10960,34 +10960,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11006,34 +11006,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11052,34 +11052,34 @@ AnimationClip: value: 0.6666667 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.6666667 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11098,34 +11098,34 @@ AnimationClip: value: 0.54901963 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0.54901963 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11144,34 +11144,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11190,34 +11190,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.31578955 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1.1 - inSlope: 0 + inSlope: 0.31578955 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11236,34 +11236,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11281,35 +11281,35 @@ AnimationClip: time: 0 value: 20 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.06666667 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.13333334 value: 20 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.45 value: 20 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11328,34 +11328,34 @@ AnimationClip: value: -0.977 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.977 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.1600008 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -1.121 - inSlope: -0.57652164 - outSlope: -0.57652164 - tangentMode: 136 + inSlope: -2.1600008 + outSlope: -0.2431576 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -1.198 - inSlope: 0 + inSlope: -0.2431576 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11374,34 +11374,34 @@ AnimationClip: value: -0.45 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: -0.45 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 2.1599998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: -0.306 - inSlope: 0.104347736 - outSlope: 0.104347736 - tangentMode: 136 + inSlope: 2.1599998 + outSlope: 0.031578917 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: -0.296 - inSlope: 0 + inSlope: 0.031578917 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11420,34 +11420,34 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11466,34 +11466,34 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -14.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0 - inSlope: 0 + inSlope: -14.999999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11512,34 +11512,34 @@ AnimationClip: value: 0.78431374 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.06666667 value: 0.78431374 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.13333334 value: 0.78431374 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -2.4767802 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.45 value: 0 - inSlope: 0 + inSlope: -2.4767802 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -11558,7 +11558,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11577,7 +11577,7 @@ AnimationClip: value: 1 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -11596,7 +11596,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR + path: head classID: 4 script: {fileID: 0} - curve: @@ -11606,7 +11606,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR + path: head classID: 4 script: {fileID: 0} - curve: @@ -11616,97 +11616,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legR2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/arms/armL2 - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.z - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.y - path: body/legs/legL - classID: 4 - script: {fileID: 0} - - curve: - serializedVersion: 2 - m_Curve: [] - m_PreInfinity: 2 - m_PostInfinity: 2 - m_RotationOrder: 4 - attribute: m_LocalEulerAngles.x - path: body/legs/legL + path: head classID: 4 script: {fileID: 0} - curve: @@ -11746,7 +11656,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/bodyMain + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -11756,7 +11666,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/bodyMain + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -11766,7 +11676,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/bodyMain + path: body/legs/legR2 classID: 4 script: {fileID: 0} - curve: @@ -11776,7 +11686,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: head + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -11786,7 +11696,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: head + path: body/arms/armR classID: 4 script: {fileID: 0} - curve: @@ -11796,7 +11706,37 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: head + path: body/arms/armR + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armL2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armL2 classID: 4 script: {fileID: 0} - curve: @@ -11836,7 +11776,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: body/arms/armR2 + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -11846,7 +11786,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: body/arms/armR2 + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -11856,7 +11796,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: body/arms/armR2 + path: body/legs/legL classID: 4 script: {fileID: 0} - curve: @@ -11919,6 +11859,36 @@ AnimationClip: path: mawashi/mawashi1 classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/bodyMain + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/bodyMain + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] @@ -11949,6 +11919,36 @@ AnimationClip: path: body/legs/legL2 classID: 4 script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: body/arms/armR2 + classID: 4 + script: {fileID: 0} - curve: serializedVersion: 2 m_Curve: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim.meta index e828d85f9..adb27b5b4 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/SumoStompR.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller index 278f41bb6..38c0f0064 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller @@ -105,6 +105,58 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-7690296746809791081 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseG6 + 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: ee9a7046afcf08f4cb83c252cf7c1707, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-6725176625884354255 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseGBopMiss6 + 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: d85783f02084b5b42bb6fd4b30343237, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-6597758297901820026 AnimatorState: serializedVersion: 6 @@ -183,6 +235,58 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-6176480480843111023 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseGBop6 + 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: 309e8219f1d62b148be9372d87b350a5, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-5559523432403034972 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseGMiss4 + 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: cb389906ec4ec5d4f945ee5a49edf205, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-5205362778828806017 AnimatorState: serializedVersion: 6 @@ -339,6 +443,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-4141613221915854946 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseG4Alt + 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: 35eceac5313c5fe43875c2f6998959c1, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-3597628207553775605 AnimatorState: serializedVersion: 6 @@ -365,6 +495,58 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-3253934512774326712 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseP4 + 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: d015f4d822fa99a43a33b46a8cb5577f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-3015123571144744742 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseGBopMiss4 + 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: 897776e9ddb190940bc8b93b59026485, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-2787724778125434192 AnimatorState: serializedVersion: 6 @@ -443,6 +625,58 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &-2460804025878945741 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPosePBop4 + 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: ee91b9842bd18e7418c62f2f5fc6ebd3, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-2167587403774673554 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseGBop4 + 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: 356ef303cb65bd446a1568aac018b152, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &-1871987886402048370 AnimatorState: serializedVersion: 6 @@ -647,6 +881,32 @@ AnimatorController: m_IKPass: 0 m_SyncedLayerAffectsTiming: 0 m_Controller: {fileID: 9100000} +--- !u!1102 &377026542616123868 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseP6 + 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: 2c77528948fe62b4caf8cc469f051915, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &506412689185057691 AnimatorState: serializedVersion: 6 @@ -796,6 +1056,57 @@ AnimatorStateMachine: - serializedVersion: 1 m_State: {fileID: -5205362778828806017} m_Position: {x: 1435, y: 2465, z: 0} + - serializedVersion: 1 + m_State: {fileID: -2460804025878945741} + m_Position: {x: 1470, y: 2530, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3253934512774326712} + m_Position: {x: 1505, y: 2595, z: 0} + - serializedVersion: 1 + m_State: {fileID: 5819289068420933352} + m_Position: {x: 1540, y: 2660, z: 0} + - serializedVersion: 1 + m_State: {fileID: -2167587403774673554} + m_Position: {x: 1575, y: 2725, z: 0} + - serializedVersion: 1 + m_State: {fileID: 7273428793275698556} + m_Position: {x: 1610, y: 2790, z: 0} + - serializedVersion: 1 + m_State: {fileID: 1850315773109546605} + m_Position: {x: 1645, y: 2855, z: 0} + - serializedVersion: 1 + m_State: {fileID: -5559523432403034972} + m_Position: {x: 1680, y: 2920, z: 0} + - serializedVersion: 1 + m_State: {fileID: -3015123571144744742} + m_Position: {x: 1715, y: 2985, z: 0} + - serializedVersion: 1 + m_State: {fileID: -4141613221915854946} + m_Position: {x: 1750, y: 3050, z: 0} + - serializedVersion: 1 + m_State: {fileID: 377026542616123868} + m_Position: {x: 1785, y: 3115, z: 0} + - serializedVersion: 1 + m_State: {fileID: 744866189801317084} + m_Position: {x: 1820, y: 3180, z: 0} + - serializedVersion: 1 + m_State: {fileID: 4627160615716935061} + m_Position: {x: 1855, y: 3245, z: 0} + - serializedVersion: 1 + m_State: {fileID: 6144423106543084510} + m_Position: {x: 1890, y: 3310, z: 0} + - serializedVersion: 1 + m_State: {fileID: -7690296746809791081} + m_Position: {x: 1925, y: 3375, z: 0} + - serializedVersion: 1 + m_State: {fileID: -6176480480843111023} + m_Position: {x: 1960, y: 3440, z: 0} + - serializedVersion: 1 + m_State: {fileID: 7810194645687929821} + m_Position: {x: 1995, y: 3505, z: 0} + - serializedVersion: 1 + m_State: {fileID: -6725176625884354255} + m_Position: {x: 2030, y: 3570, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] @@ -806,6 +1117,32 @@ AnimatorStateMachine: m_ExitPosition: {x: 240, y: 20, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} m_DefaultState: {fileID: 2814432117403298345} +--- !u!1102 &744866189801317084 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPosePBop6 + 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: 12bbf112c83e4dc499103a22e992195f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &1102140152608291285 AnimatorState: serializedVersion: 6 @@ -858,6 +1195,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &1850315773109546605 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPosePBopMiss4 + 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: c80f8441a1f6ea64ea8ab48e68a19520, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &2814432117403298345 AnimatorState: serializedVersion: 6 @@ -962,6 +1325,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &4627160615716935061 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPosePMiss6 + 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: 88b65dfdaaba1844ebe1ea060ef84b9e, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &4822529688712529795 AnimatorState: serializedVersion: 6 @@ -1014,6 +1403,58 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &5819289068420933352 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseG4 + 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: 25ff3daec489ecf458ac5f0accba53b4, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &6144423106543084510 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPosePBopMiss6 + 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: 0856896ce64064b4ab87c20fd959dce3, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &6703057899611555600 AnimatorState: serializedVersion: 6 @@ -1040,6 +1481,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &7273428793275698556 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPosePMiss4 + 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: 4e0663ae1c339d14fa2b6a71cc7ef74f, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1102 &7429464260847317867 AnimatorState: serializedVersion: 6 @@ -1092,6 +1559,32 @@ AnimatorState: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: +--- !u!1102 &7810194645687929821 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: SumoPoseGMiss6 + 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: 7312e65fccb32014982697497fdc157c, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: --- !u!1101 &8743538389376590067 AnimatorStateTransition: m_ObjectHideFlags: 1 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller.meta index df9d491d6..221ee58ff 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/sumoBrotherP.controller.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller new file mode 100644 index 000000000..2075f1960 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller @@ -0,0 +1,101 @@ +%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: YaseiNoIkiG3M4 + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 5384423767327131254} + 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 &2325882927362885210 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: wwwwwwwwwi wiwwild + 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: 77900d0aae00112458f75407dbb98121, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &3566511779791956260 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: JORKIN + 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: d60a1504763acde4dbcb149505b6adba, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1107 &5384423767327131254 +AnimatorStateMachine: + serializedVersion: 6 + 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: 2325882927362885210} + m_Position: {x: 200, y: 0, z: 0} + - serializedVersion: 1 + m_State: {fileID: 3566511779791956260} + m_Position: {x: 235, y: 65, 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: 2325882927362885210} diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPHead.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller.meta similarity index 63% rename from Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPHead.controller.meta rename to Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller.meta index ab4d724de..8f81b02d4 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPHead.controller.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/YaseiNoIkiG3M4.controller.meta @@ -1,8 +1,8 @@ fileFormatVersion: 2 -guid: 1e1b57807143ecc44ac74d8554d023b6 +guid: e4a74f2a69d60ae4b8e984a237a924a2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds.meta similarity index 60% rename from Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn.meta rename to Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds.meta index a970a9195..39f51225a 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/References/uaibsnpasn.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds.meta @@ -1,8 +1,8 @@ fileFormatVersion: 2 -guid: 7600d4a1931fce549ad348c1cfaf895b +guid: 42df017220f245444a255b91cdbfcaa7 folderAsset: yes DefaultImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim new file mode 100644 index 000000000..c6d53726b --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim @@ -0,0 +1,409 @@ +%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: GreatWave + 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: 9.22, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -40.15, 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.2 + value: {x: 1.19, y: 0, z: 0} + inSlope: {x: -40.15, 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: mask + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.2 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 9.22 + inSlope: 0 + outSlope: -40.15 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 1.19 + inSlope: -40.15 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim.meta new file mode 100644 index 000000000..7fa2371f7 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWave.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e1c88041dcdbf044c909f1a91c8db5b2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim new file mode 100644 index 000000000..5f0e5e273 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim @@ -0,0 +1,373 @@ +%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: GreatWaveDark + 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: 0, y: 0, z: 0} + 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: mask + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -777139864, guid: 86723ca01743bb142b521de7fb5727ba, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -777139864, guid: 86723ca01743bb142b521de7fb5727ba, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim.meta new file mode 100644 index 000000000..b7bdabbcb --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveDark.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c92407c4339156e40866e213b7623683 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim new file mode 100644 index 000000000..c4fe8e2d8 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim @@ -0,0 +1,373 @@ +%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: GreatWaveIdle + 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: 0, y: 0, z: 0} + 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: mask + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 1525428153, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim.meta new file mode 100644 index 000000000..db6ba4ad5 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/GreatWaveIdle.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0aa2f4a50ad760f4ebb185c6853f5074 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim new file mode 100644 index 000000000..c4770b445 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim @@ -0,0 +1,409 @@ +%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: Nerd + 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: 0, y: -3.3, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 14, 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.2 + value: {x: 0, y: -0.5, z: 0} + inSlope: {x: -0, y: 14, 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: mask + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 1714080886, guid: 477fe90ab555e2541a012187055f06fa, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 1714080886, guid: 477fe90ab555e2541a012187055f06fa, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.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: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -3.3 + inSlope: 0 + outSlope: 14 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -0.5 + inSlope: 14 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: Infinity + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim.meta new file mode 100644 index 000000000..58fb09dcb --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/Nerd.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 82b072f9e215795439ac8bf7a4ac293e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim new file mode 100644 index 000000000..b21236f55 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim @@ -0,0 +1,373 @@ +%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: NerdDark + 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: 0, y: 0, z: 0} + 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: mask + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -777139864, guid: 477fe90ab555e2541a012187055f06fa, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -777139864, guid: 477fe90ab555e2541a012187055f06fa, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim.meta new file mode 100644 index 000000000..3f7438baa --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdDark.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5bfd3950f46a1614693998cc342d392a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim new file mode 100644 index 000000000..ce4524b7c --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim @@ -0,0 +1,373 @@ +%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: NerdIdle + 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: 0, y: 0, z: 0} + 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: mask + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 1714080886, guid: 477fe90ab555e2541a012187055f06fa, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 1714080886, guid: 477fe90ab555e2541a012187055f06fa, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim.meta new file mode 100644 index 000000000..f9970963a --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/NerdIdle.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c3f5af7744cd0e045b85608b3eb856c6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim new file mode 100644 index 000000000..36039c351 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim @@ -0,0 +1,409 @@ +%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: OtaniOniji + 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: -9.22, y: 0, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 40.15, 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.2 + value: {x: -1.19, y: 0, z: 0} + inSlope: {x: 40.15, 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: mask + m_ScaleCurves: [] + m_FloatCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1998133883, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1998133883, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.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: -9.22 + inSlope: 0 + outSlope: 40.15 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: -1.19 + inSlope: 40.15 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.x + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.y + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.2 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalPosition.z + path: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: Infinity + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim.meta new file mode 100644 index 000000000..0c55ba347 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOniji.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b289824980cb1a944b6dfb7d797ffa6a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim new file mode 100644 index 000000000..912d408ba --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim @@ -0,0 +1,373 @@ +%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: OtaniOnijiDark + 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: 0, y: 0, z: 0} + 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: mask + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 1714080886, guid: 86723ca01743bb142b521de7fb5727ba, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: 1714080886, guid: 86723ca01743bb142b521de7fb5727ba, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim.meta new file mode 100644 index 000000000..688e80520 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiDark.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb674c2359f027f47bf2fc11dba64d31 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim new file mode 100644 index 000000000..871708bb8 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim @@ -0,0 +1,373 @@ +%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: OtaniOnijiIdle + 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: 0, y: 0, z: 0} + 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: mask + 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 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -1998133883, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 2138030896 + attribute: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -1998133883, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + 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: mask + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + 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_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim.meta new file mode 100644 index 000000000..9c88167cf --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/OtaniOnijiIdle.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fa5c0c6133e3df147abd222bd152624e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPHead.controller b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller similarity index 57% rename from Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPHead.controller rename to Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller index 5f8dde967..d458c40a8 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/SumoBrothers/Heads/SumoPHead.controller +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller @@ -1,13 +1,13 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!1102 &-9102860604319988322 +--- !u!1102 &-9170811542041666046 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPPoseBarely3 + m_Name: OtaniOnijiDark m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -20,23 +20,24 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 6f48c865ca3c4064fb6953a3387f5590, type: 2} + m_Motion: {fileID: 7400000, guid: eb674c2359f027f47bf2fc11dba64d31, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &-6101495238977468624 +--- !u!1102 &-8103228958796779602 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPIdle + m_Name: Nerd m_Speed: 1 m_CycleOffset: 0 - m_Transitions: [] + m_Transitions: + - {fileID: -5995594313561241534} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 @@ -46,23 +47,46 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: c9758592e464e2140bddc5469cf91bb5, type: 2} + m_Motion: {fileID: 7400000, guid: 82b072f9e215795439ac8bf7a4ac293e, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &-6069954615057347618 +--- !u!1101 &-5995594313561241534 +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: -2945107745778015141} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 1 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1102 &-5518440451328753926 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPMiss + m_Name: GreatWave m_Speed: 1 m_CycleOffset: 0 - m_Transitions: [] + m_Transitions: + - {fileID: 5136636164731285933} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 @@ -72,20 +96,20 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 17dd081bae3d12646a95e3cfd0221dbb, type: 2} + m_Motion: {fileID: 7400000, guid: e1c88041dcdbf044c909f1a91c8db5b2, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &-4885569367538453629 +--- !u!1102 &-5488654170687565633 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPPose1 + m_Name: GreatWaveDark m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -98,20 +122,20 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 2b0203d7efe99aa43b81ebf51ba3cb67, type: 2} + m_Motion: {fileID: 7400000, guid: c92407c4339156e40866e213b7623683, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &-4762837463469013222 +--- !u!1102 &-2985796511850135969 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPStompBarely + m_Name: empty m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -124,20 +148,20 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 8d4e5c48b1980474e872655524725f7a, type: 2} + m_Motion: {fileID: 7400000, guid: 7201e1196a6964e489eacf4ca2903bfa, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &-1962816215527078090 +--- !u!1102 &-2945107745778015141 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPPose2 + m_Name: NerdIdle m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -150,59 +174,7 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 70c69034ab972fc4382c2d53546d117c, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-1441973511107188663 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoPPoseBarely2 - 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: 71eb6ee46ca1aba4bb75ca87bbaf74e3, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-1004705162764571511 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoPStomp - 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: 482a242a85152c14ab134e10ff9535e1, type: 2} + m_Motion: {fileID: 7400000, guid: c3f5af7744cd0e045b85608b3eb856c6, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: @@ -214,13 +186,13 @@ AnimatorController: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPHead + m_Name: bgGreatWave serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serializedVersion: 5 - m_Name: New Layer - m_StateMachine: {fileID: 7597207173968504793} + m_Name: Base Layer + m_StateMachine: {fileID: 7172137824419532452} m_Mask: {fileID: 0} m_Motions: [] m_Behaviours: [] @@ -230,14 +202,14 @@ AnimatorController: m_IKPass: 0 m_SyncedLayerAffectsTiming: 0 m_Controller: {fileID: 9100000} ---- !u!1102 &1198523108750144126 +--- !u!1102 &811320041038227085 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPPose3 + m_Name: OtaniOnijiIdle m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -250,20 +222,20 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: 4ba1af4a0531ad8439a11e437594af15, type: 2} + m_Motion: {fileID: 7400000, guid: fa5c0c6133e3df147abd222bd152624e, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &1283159018874390233 +--- !u!1102 &5086374578088285231 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPSlapLook + m_Name: GreatWaveIdle m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -276,20 +248,69 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: a13855789a01b1d46b335c6440159ff7, type: 2} + m_Motion: {fileID: 7400000, guid: 0aa2f4a50ad760f4ebb185c6853f5074, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &1361921099480587310 +--- !u!1101 &5136636164731285933 +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: 5086374578088285231} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 1 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1102 &5319828727032999626 AnimatorState: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPSlapBarely + m_Name: OtaniOniji + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: 5523588590921285608} + 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: b289824980cb1a944b6dfb7d797ffa6a, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &5463031723528881346 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: NerdDark m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] @@ -302,115 +323,73 @@ AnimatorState: m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 - m_Motion: {fileID: 7400000, guid: ef8e9556802a8ca49a559451339299d4, type: 2} + m_Motion: {fileID: 7400000, guid: 5bfd3950f46a1614693998cc342d392a, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ---- !u!1102 &2977466210905138549 -AnimatorState: - serializedVersion: 6 +--- !u!1101 &5523588590921285608 +AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: SumoPSlapLookBarely - 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: d4978cc4d1e523b4caf2583a5a38ec4f, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &5966701040384692704 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoPPoseBarely1 - 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: 777f58b04eab23143b5317d79137420b, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1107 &7597207173968504793 + m_Name: + m_Conditions: [] + m_DstStateMachine: {fileID: 0} + m_DstState: {fileID: 811320041038227085} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 1 + m_HasExitTime: 1 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1107 &7172137824419532452 AnimatorStateMachine: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: New Layer + m_Name: Base Layer m_ChildStates: - serializedVersion: 1 - m_State: {fileID: -6101495238977468624} - m_Position: {x: 10, y: 250, z: 0} + m_State: {fileID: -5518440451328753926} + m_Position: {x: 200, y: 0, z: 0} - serializedVersion: 1 - m_State: {fileID: 7853536407109619635} - m_Position: {x: 363.84158, y: 213.28166, z: 0} + m_State: {fileID: 5319828727032999626} + m_Position: {x: 220, y: 60, z: 0} - serializedVersion: 1 - m_State: {fileID: 1283159018874390233} - m_Position: {x: 530, y: 290, z: 0} + m_State: {fileID: -2985796511850135969} + m_Position: {x: 270, y: 130, z: 0} - serializedVersion: 1 - m_State: {fileID: -1004705162764571511} - m_Position: {x: 565, y: 355, z: 0} + m_State: {fileID: -5488654170687565633} + m_Position: {x: 300, y: 200, z: 0} - serializedVersion: 1 - m_State: {fileID: -4762837463469013222} - m_Position: {x: 600, y: 420, z: 0} + m_State: {fileID: -9170811542041666046} + m_Position: {x: 340, y: 260, z: 0} - serializedVersion: 1 - m_State: {fileID: 1361921099480587310} - m_Position: {x: 635, y: 485, z: 0} + m_State: {fileID: 5086374578088285231} + m_Position: {x: 430, y: 0, z: 0} - serializedVersion: 1 - m_State: {fileID: 2977466210905138549} - m_Position: {x: 670, y: 550, z: 0} + m_State: {fileID: 811320041038227085} + m_Position: {x: 450, y: 60, z: 0} - serializedVersion: 1 - m_State: {fileID: -6069954615057347618} - m_Position: {x: 705, y: 615, z: 0} + m_State: {fileID: -8103228958796779602} + m_Position: {x: 170, y: -60, z: 0} - serializedVersion: 1 - m_State: {fileID: -4885569367538453629} - m_Position: {x: 740, y: 680, z: 0} + m_State: {fileID: -2945107745778015141} + m_Position: {x: 410, y: -60, z: 0} - serializedVersion: 1 - m_State: {fileID: 5966701040384692704} - m_Position: {x: 775, y: 745, z: 0} - - serializedVersion: 1 - m_State: {fileID: -1962816215527078090} - m_Position: {x: 810, y: 810, z: 0} - - serializedVersion: 1 - m_State: {fileID: -1441973511107188663} - m_Position: {x: 845, y: 875, z: 0} - - serializedVersion: 1 - m_State: {fileID: 1198523108750144126} - m_Position: {x: 880, y: 940, z: 0} - - serializedVersion: 1 - m_State: {fileID: -9102860604319988322} - m_Position: {x: 915, y: 1005, z: 0} + m_State: {fileID: 5463031723528881346} + m_Position: {x: 380, y: 320, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] @@ -420,30 +399,4 @@ AnimatorStateMachine: 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: -6101495238977468624} ---- !u!1102 &7853536407109619635 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: SumoPSlap - 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: 24910a5b6d6e41149a9420b33c2acbcd, type: 2} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: + m_DefaultState: {fileID: -2985796511850135969} diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller.meta new file mode 100644 index 000000000..a0f81e85e --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/bgGreatWave.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c188513c4da234b4196686e13c3f3315 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim new file mode 100644 index 000000000..f5503eff2 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim @@ -0,0 +1,293 @@ +%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: empty + 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: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: -8551528264012278953, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 2138030896 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + - serializedVersion: 2 + path: 0 + attribute: 1303350129 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1571785585 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 1840221041 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 2108656497 + script: {fileID: 0} + typeID: 212 + customType: 22 + isPPtrCurve: 0 + pptrCurveMapping: + - {fileID: -8551528264012278953, guid: 3eeab378f5f7af04e9c1a69ca8659fd0, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: mask + classID: 1 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.r + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.g + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.b + path: + classID: 212 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: material._Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim.meta new file mode 100644 index 000000000..b55b2c53c --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/backgrounds/empty.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7201e1196a6964e489eacf4ca2903bfa +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller new file mode 100644 index 000000000..202568255 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller @@ -0,0 +1,153 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1102 &-7807807565882215352 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: glassesThrow + m_Speed: 1 + m_CycleOffset: 0 + m_Transitions: + - {fileID: -5793216972121363071} + 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: 9247a7b913ed2104bb52e8e00b67425e, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1101 &-5793216972121363071 +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: -5641429467745449820} + m_Solo: 0 + m_Mute: 0 + m_IsExit: 0 + serializedVersion: 3 + m_TransitionDuration: 0 + m_TransitionOffset: 0 + m_ExitTime: 1 + m_HasExitTime: 0 + m_HasFixedDuration: 1 + m_InterruptionSource: 0 + m_OrderedInterruption: 1 + m_CanTransitionToSelf: 1 +--- !u!1102 &-5641429467745449820 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: glassesLand + 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: 920c0cab49eb6ea4381e65e017f900e3, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!1102 &-782132499901895837 +AnimatorState: + serializedVersion: 6 + m_ObjectHideFlags: 1 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: glassesGone + 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: 9ac5ceb22b15a004ca6381ed46421373, type: 2} + m_Tag: + m_SpeedParameter: + m_MirrorParameter: + m_CycleOffsetParameter: + m_TimeParameter: +--- !u!91 &9100000 +AnimatorController: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: glasses + serializedVersion: 5 + m_AnimatorParameters: [] + m_AnimatorLayers: + - serializedVersion: 5 + m_Name: Base Layer + m_StateMachine: {fileID: 9183505904823289648} + 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!1107 &9183505904823289648 +AnimatorStateMachine: + serializedVersion: 6 + 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: -7807807565882215352} + m_Position: {x: 200, y: 0, z: 0} + - serializedVersion: 1 + m_State: {fileID: -782132499901895837} + m_Position: {x: 235, y: 65, z: 0} + - serializedVersion: 1 + m_State: {fileID: -5641429467745449820} + m_Position: {x: 460, 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: -782132499901895837} diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller.meta new file mode 100644 index 000000000..1fa9a6e33 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glasses.controller.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8afe1e5ad829e5f48a46fd80a989fcc0 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 9100000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim new file mode 100644 index 000000000..ef4f5f9d1 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim @@ -0,0 +1,98 @@ +%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: glassesGone + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: + classID: 212 + 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: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim.meta new file mode 100644 index 000000000..14416e34e --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesGone.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9ac5ceb22b15a004ca6381ed46421373 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim new file mode 100644 index 000000000..910c5cd76 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim @@ -0,0 +1,288 @@ +%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: glassesLand + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -720} + 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_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -2.532, y: -1.406, z: 0} + 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.a + path: + classID: 212 + 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: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0 + 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: -2.532 + 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: -1.406 + 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: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: -0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -720 + inSlope: -474.74667 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + 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_Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim.meta new file mode 100644 index 000000000..6fbbc3e94 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesLand.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 920c0cab49eb6ea4381e65e017f900e3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim new file mode 100644 index 000000000..d52f8c404 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim @@ -0,0 +1,396 @@ +%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: glassesThrow + serializedVersion: 6 + m_Legacy: 0 + m_Compressed: 0 + m_UseHighQualityCurve: 1 + m_RotationCurves: [] + m_CompressedRotationCurves: [] + m_EulerCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: 0, y: 0, z: -7.88} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -474.74667} + 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.5 + value: {x: 0, y: 0, z: -720} + inSlope: {x: 0, y: 0, z: -474.74667} + 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_PositionCurves: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: {x: -1.4182, y: 0.9025, z: 0} + inSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.67159986, y: 1.561, 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.5 + value: {x: -1.754, y: 1.683, z: 0} + inSlope: {x: -0.7425334, y: 0, z: 0} + outSlope: {x: -0.7425334, 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.5 + value: {x: -2.532, y: -1.406, z: 0} + inSlope: {x: -0.7780001, y: -3.089, 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: + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + 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_Color.a + path: + classID: 212 + 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: 1 + script: {fileID: 0} + typeID: 4 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 4 + script: {fileID: 0} + typeID: 4 + customType: 4 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 304273561 + script: {fileID: 0} + typeID: 212 + customType: 0 + isPPtrCurve: 0 + pptrCurveMapping: [] + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 1.5 + m_OrientationOffsetY: 0 + m_Level: 0 + m_CycleOffset: 0 + m_HasAdditiveReferencePose: 0 + m_LoopTime: 0 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -7.88 + inSlope: 0 + outSlope: -474.74667 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -720 + inSlope: -474.74667 + outSlope: 0 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: localEulerAnglesRaw.z + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: -1.4182 + inSlope: 0 + outSlope: -0.67159986 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: -1.754 + inSlope: -0.7425334 + outSlope: -0.7425334 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -2.532 + inSlope: -0.7780001 + outSlope: 0 + tangentMode: 69 + 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: 0.9025 + inSlope: 0 + outSlope: 1.561 + tangentMode: 69 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 1.683 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: -1.406 + inSlope: -3.089 + outSlope: 0 + tangentMode: 69 + 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: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 0.5 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 0 + 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} + - curve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 136 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1.5 + value: 1 + 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_Color.a + path: + classID: 212 + script: {fileID: 0} + m_EulerEditorCurves: + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.x + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.y + path: + classID: 4 + script: {fileID: 0} + - curve: + serializedVersion: 2 + m_Curve: [] + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_LocalEulerAngles.z + path: + classID: 4 + script: {fileID: 0} + m_HasGenericRootTransform: 1 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim.meta new file mode 100644 index 000000000..5e437bce8 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/glassesThrow.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9247a7b913ed2104bb52e8e00b67425e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.anim.meta index 2dad68353..8e6a612b9 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.controller.meta index cef62640b..d86f49f73 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.controller.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/impact.controller.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei.meta index dc72e52e0..34252befa 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei.meta @@ -4,5 +4,5 @@ folderAsset: yes DefaultImporter: externalObjects: {} userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuAlarm.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuAlarm.anim.meta index 4609b979f..ae8081b1d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuAlarm.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuAlarm.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim index 931cfbe5f..1edf5583d 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim @@ -21,7 +21,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 150} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -29,8 +29,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 176.4706} - outSlope: {x: 0, y: 0, z: 176.4706} + inSlope: {x: -0, y: -0, z: 150} + outSlope: {x: 0, y: 0, z: 240.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0, z: 50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 240.00002} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,8 +47,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0, y: 0, z: 50} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -600.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -56,7 +56,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -600.00006} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -65,7 +65,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -74,7 +74,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -83,7 +83,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -100,7 +100,7 @@ AnimationClip: time: 0 value: {x: 0, y: 180, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 150} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -108,8 +108,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 176.4706} - outSlope: {x: 0, y: 0, z: 176.4706} + inSlope: {x: -0, y: -0, z: 150} + outSlope: {x: 0, y: 0, z: 240.00002} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -117,7 +117,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 180, z: 50} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 240.00002} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -126,8 +126,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0, y: 180, z: 50} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: 0, z: -600.00006} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -135,7 +135,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -600.00006} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -144,7 +144,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -153,7 +153,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -162,7 +162,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 180, z: 30} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -180,7 +180,7 @@ AnimationClip: time: 0 value: {x: -0.009, y: -0.38, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.20500004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -188,8 +188,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.009, y: -0.421, z: 0} - inSlope: {x: 0, y: -0.31764707, z: 0} - outSlope: {x: 0, y: -0.31764707, z: 0} + inSlope: {x: -0, y: -0.20500004, z: -0} + outSlope: {x: 0, y: -0.588, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -197,8 +197,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.009, y: -0.47, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: Infinity, z: 0} + inSlope: {x: -0, y: -0.588, z: -0} + outSlope: {x: 0, y: 14.519988, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -206,8 +206,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: -0.009, y: -0.228, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 14.519988, z: -0} + outSlope: {x: 0, y: -1.8599999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -215,8 +215,8 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: -0.009, y: -0.29, z: 0} - inSlope: {x: 0, y: -3.33, z: 0} - outSlope: {x: 0, y: -3.33, z: 0} + inSlope: {x: -0, y: -1.8599999, z: -0} + outSlope: {x: 0, y: -4.8, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -224,8 +224,8 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: -0.009, y: -0.45, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -4.8, z: -0} + outSlope: {x: 0.019999996, y: 0.88000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -233,7 +233,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.019999996, y: 0.88000005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -242,7 +242,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -259,7 +259,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0.924, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.67, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -267,8 +267,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0.79, z: 0} - inSlope: {x: 0, y: -1.0376471, z: 0} - outSlope: {x: 0, y: -1.0376471, z: 0} + inSlope: {x: -0, y: -0.67, z: -0} + outSlope: {x: 0, y: -1.9200004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -276,8 +276,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0, y: 0.63, z: 0} - inSlope: {x: 0, y: -1.9199991, z: 0} - outSlope: {x: 0, y: Infinity, z: Infinity} + inSlope: {x: -0, y: -1.9200004, z: -0} + outSlope: {x: 0, y: -2.8799963, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -285,8 +285,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0, y: 0.582, z: 0} - inSlope: {x: 0, y: -3.3199995, z: 0} - outSlope: {x: 0, y: -3.3199995, z: 0} + inSlope: {x: -0, y: -2.8799963, z: -0} + outSlope: {x: 0, y: -3.5400012, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -294,8 +294,8 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0, y: 0.464, z: 0} - inSlope: {x: 0, y: -7.080002, z: 0} - outSlope: {x: 0, y: -7.080002, z: 0} + inSlope: {x: -0, y: -3.5400012, z: -0} + outSlope: {x: 0, y: -19.92, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -303,8 +303,8 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: -0.2, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -19.92, z: -0} + outSlope: {x: 0, y: 4.6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -312,7 +312,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0.26, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 4.6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -321,7 +321,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0.26, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -338,7 +338,7 @@ AnimationClip: time: 0 value: {x: 0.002, y: 1.023, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.6650001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -346,7 +346,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.002, y: 0.89, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.6650001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -355,7 +355,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.002, y: 0.89, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -364,7 +364,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0.002, y: 0.89, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -373,7 +373,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0.002, y: 0.89, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -382,7 +382,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.002, y: 0.89, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -391,7 +391,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.002, y: 0.89, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -416,7 +416,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -425,7 +425,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -434,7 +434,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -443,7 +443,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -452,7 +452,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -461,7 +461,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -478,7 +478,7 @@ AnimationClip: time: 0 value: {x: -0.289, y: 1.042, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.39500004, y: -0.90500027, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -486,8 +486,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.21, y: 0.861, z: 0} - inSlope: {x: 0.43764704, y: -1.4188238, z: 0} - outSlope: {x: 0.43764704, y: -1.4188238, z: 0} + inSlope: {x: 0.39500004, y: -0.90500027, z: -0} + outSlope: {x: 0.5399999, y: -2.6520004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -495,7 +495,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: -0.165, y: 0.64, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.5399999, y: -2.6520004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -504,8 +504,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: -0.165, y: 0.64, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: -1.3499997, y: 6.630001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -513,7 +513,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: -0.21, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.3499997, y: 6.630001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -522,7 +522,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: -0.21, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -531,7 +531,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.21, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -540,7 +540,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.21, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -557,7 +557,7 @@ AnimationClip: time: 0 value: {x: 0.24, y: 1.042, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.39499998, y: -0.90500027, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -565,8 +565,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.161, y: 0.861, z: 0} - inSlope: {x: -0.41647056, y: -1.4188238, z: 0} - outSlope: {x: -0.41647056, y: -1.4188238, z: 0} + inSlope: {x: -0.39499998, y: -0.90500027, z: -0} + outSlope: {x: -0.468, y: -2.6520004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -574,7 +574,7 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 0.122, y: 0.64, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.468, y: -2.6520004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -583,8 +583,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.122, y: 0.64, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 1.17, y: 6.630001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -592,7 +592,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0.161, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 1.17, y: 6.630001, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -601,7 +601,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0.161, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -610,7 +610,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.161, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -619,7 +619,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.161, y: 0.861, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -644,7 +644,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: -0.0051, y: 0.14, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -653,8 +653,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: -0.0051, y: 0.14, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: -3.48, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -662,8 +662,8 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: -0.0051, y: 0.024, z: 0} - inSlope: {x: 0, y: -6.96, z: 0} - outSlope: {x: 0, y: -6.96, z: 0} + inSlope: {x: -0, y: -3.48, z: -0} + outSlope: {x: 0, y: -19.62, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -671,8 +671,8 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: -0.0051, y: -0.63, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -19.62, z: -0} + outSlope: {x: 0, y: 4.4700003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -680,7 +680,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 4.4700003, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -689,7 +689,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -715,7 +715,7 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 0.9, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -724,7 +724,7 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 0.9, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -733,7 +733,7 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 0.9, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -742,7 +742,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0.9, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -751,7 +751,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.9, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -760,7 +760,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 0.9, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -777,7 +777,7 @@ AnimationClip: time: 0 value: {x: 1, y: 1, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.5000001, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -785,8 +785,8 @@ AnimationClip: - serializedVersion: 3 time: 0.2 value: {x: 1, y: 0.9, z: 1} - inSlope: {x: 0, y: -0.7764707, z: 0} - outSlope: {x: 0, y: -0.7764707, z: 0} + inSlope: {x: -0, y: -0.5000001, z: -0} + outSlope: {x: 0, y: -1.4400002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -794,8 +794,8 @@ AnimationClip: - serializedVersion: 3 time: 0.28333333 value: {x: 1, y: 0.78, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: Infinity, z: 0} + inSlope: {x: -0, y: -1.4400002, z: -0} + outSlope: {x: 0, y: 37.19997, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -803,8 +803,8 @@ AnimationClip: - serializedVersion: 3 time: 0.3 value: {x: 1, y: 1.4, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 37.19997, z: -0} + outSlope: {x: 0, y: -5.999998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -812,8 +812,8 @@ AnimationClip: - serializedVersion: 3 time: 0.33333334 value: {x: 1, y: 1.2, z: 1} - inSlope: {x: 0, y: -9, z: 0} - outSlope: {x: 0, y: -9, z: 0} + inSlope: {x: -0, y: -5.999998, z: -0} + outSlope: {x: 8.999999, y: -12.000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -821,8 +821,8 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 1.3, y: 0.8, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 8.999999, y: -12.000002, z: -0} + outSlope: {x: -2.9999998, y: 2, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -830,7 +830,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.9999998, y: 2, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -839,7 +839,7 @@ AnimationClip: - serializedVersion: 3 time: 0.51666665 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -857,62 +857,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: -5 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -5 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -931,61 +931,61 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.3 value: 1 - inSlope: Infinity + inSlope: 9.999999 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1003,62 +1003,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: -9.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -9.999999 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1271,70 +1271,70 @@ AnimationClip: value: -0.009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.009 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.019999996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.007 - inSlope: 0 + inSlope: 0.019999996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1352,71 +1352,71 @@ AnimationClip: time: 0 value: -0.38 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.20500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.421 - inSlope: -0.31764707 - outSlope: -0.31764707 - tangentMode: 136 + inSlope: -0.20500004 + outSlope: -0.588 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.47 - inSlope: 0 - outSlope: Infinity - tangentMode: 97 + inSlope: -0.588 + outSlope: 14.519988 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.228 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 14.519988 + outSlope: -1.8599999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: -0.29 - inSlope: -3.33 - outSlope: -3.33 - tangentMode: 136 + inSlope: -1.8599999 + outSlope: -4.8 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.45 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -4.8 + outSlope: 0.88000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.362 - inSlope: 0 + inSlope: 0.88000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1435,70 +1435,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1517,70 +1517,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1598,71 +1598,71 @@ AnimationClip: time: 0 value: 0.924 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.67 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.79 - inSlope: -1.0376471 - outSlope: -1.0376471 - tangentMode: 136 + inSlope: -0.67 + outSlope: -1.9200004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.63 - inSlope: -1.9199991 - outSlope: Infinity - tangentMode: 97 + inSlope: -1.9200004 + outSlope: -2.8799963 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.582 - inSlope: -3.3199995 - outSlope: -3.3199995 - tangentMode: 136 + inSlope: -2.8799963 + outSlope: -3.5400012 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.464 - inSlope: -7.080002 - outSlope: -7.080002 - tangentMode: 136 + inSlope: -3.5400012 + outSlope: -19.92 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -19.92 + outSlope: 4.6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.26 - inSlope: 0 + inSlope: 4.6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.26 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1681,70 +1681,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 - outSlope: Infinity - tangentMode: 97 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1762,62 +1762,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: -5 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -5 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -1836,61 +1836,61 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1909,61 +1909,61 @@ AnimationClip: value: 0.9 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.9 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1982,61 +1982,61 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2055,61 +2055,61 @@ AnimationClip: value: 0.002 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.002 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2127,62 +2127,62 @@ AnimationClip: time: 0 value: 1.023 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.6650001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.89 - inSlope: 0 + inSlope: -0.6650001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.89 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2201,61 +2201,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2274,61 +2274,61 @@ AnimationClip: value: 0 inSlope: Infinity outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.3 value: 1 - inSlope: Infinity + inSlope: 9.999999 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 101 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2346,62 +2346,62 @@ AnimationClip: time: 0 value: 1 inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: -9.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -9.999999 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: Infinity - outSlope: Infinity - tangentMode: 103 + inSlope: -0 + outSlope: 0 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: Infinity + inSlope: -0 outSlope: Infinity - tangentMode: 103 + tangentMode: 69 weightedMode: 0 inWeight: 0 outWeight: 0 @@ -2420,61 +2420,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2493,61 +2493,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2566,61 +2566,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2638,71 +2638,71 @@ AnimationClip: time: 0 value: -0.289 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.39500004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.21 - inSlope: 0.43764704 - outSlope: 0.43764704 - tangentMode: 136 + inSlope: 0.39500004 + outSlope: 0.5399999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: -0.165 - inSlope: 0 + inSlope: 0.5399999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.165 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.3499997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: -0.21 - inSlope: 0 + inSlope: -1.3499997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.21 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2720,71 +2720,71 @@ AnimationClip: time: 0 value: 1.042 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.90500027 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.861 - inSlope: -1.4188238 - outSlope: -1.4188238 - tangentMode: 136 + inSlope: -0.90500027 + outSlope: -2.6520004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.64 - inSlope: 0 + inSlope: -2.6520004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.64 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 6.630001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.861 - inSlope: 0 + inSlope: 6.630001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.861 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.861 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.861 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2803,70 +2803,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2884,71 +2884,71 @@ AnimationClip: time: 0 value: 0.24 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.39499998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.161 - inSlope: -0.41647056 - outSlope: -0.41647056 - tangentMode: 136 + inSlope: -0.39499998 + outSlope: -0.468 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.122 - inSlope: 0 + inSlope: -0.468 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.122 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 1.17 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.161 - inSlope: 0 + inSlope: 1.17 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.161 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.161 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.161 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2966,71 +2966,71 @@ AnimationClip: time: 0 value: 1.042 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.90500027 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.861 - inSlope: -1.4188238 - outSlope: -1.4188238 - tangentMode: 136 + inSlope: -0.90500027 + outSlope: -2.6520004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.64 - inSlope: 0 + inSlope: -2.6520004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.64 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 6.630001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.861 - inSlope: 0 + inSlope: 6.630001 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.861 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.861 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0.861 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3049,70 +3049,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3131,70 +3131,70 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 8.999999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 1.3 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 8.999999 + outSlope: -2.9999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -2.9999998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3212,71 +3212,71 @@ AnimationClip: time: 0 value: 1 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.5000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.9 - inSlope: -0.7764707 - outSlope: -0.7764707 - tangentMode: 1 + inSlope: -0.5000001 + outSlope: -1.4400002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0.78 - inSlope: 0 - outSlope: Infinity - tangentMode: 97 + inSlope: -1.4400002 + outSlope: 37.19997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 1.4 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 37.19997 + outSlope: -5.999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 1.2 - inSlope: -9 - outSlope: -9 - tangentMode: 136 + inSlope: -5.999998 + outSlope: -12.000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.8 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -12.000002 + outSlope: 2 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: 2 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3295,70 +3295,70 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 1 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3377,70 +3377,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3459,70 +3459,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3540,71 +3540,71 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 150 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 30 - inSlope: 176.4706 - outSlope: 176.4706 - tangentMode: 136 + inSlope: 150 + outSlope: 240.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 50 - inSlope: 0 + inSlope: 240.00002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 50 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -600.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 30 - inSlope: 0 + inSlope: -600.00006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3623,70 +3623,70 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3705,70 +3705,70 @@ AnimationClip: value: 180 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 180 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3786,71 +3786,71 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 150 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 30 - inSlope: 176.4706 - outSlope: 176.4706 - tangentMode: 136 + inSlope: 150 + outSlope: 240.00002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.28333333 value: 50 - inSlope: 0 + inSlope: 240.00002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 50 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -600.00006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 30 - inSlope: 0 + inSlope: -600.00006 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 30 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3869,61 +3869,61 @@ AnimationClip: value: -0.0051 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -3942,61 +3942,61 @@ AnimationClip: value: 0.14 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0.14 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0.14 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -3.48 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0.024 - inSlope: -6.96 - outSlope: -6.96 - tangentMode: 136 + inSlope: -3.48 + outSlope: -19.62 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.63 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -19.62 + outSlope: 4.4700003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.183 - inSlope: 0 + inSlope: 4.4700003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: -0.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -4015,61 +4015,61 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.2 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.3 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.33333334 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.51666665 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim.meta index 247e0d92a..6412ecdf3 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBeatChange.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim index 4b649074a..cc9185754 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim @@ -21,7 +21,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -80} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 240} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 240} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -56,7 +56,7 @@ AnimationClip: time: 0 value: {x: 0.008, y: -0.403, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.09, y: 0.24600005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -64,7 +64,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.09, y: 0.24600005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -73,7 +73,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: time: 0 value: {x: -0.0051, y: -0.423, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.44, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -98,7 +98,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.44, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -107,7 +107,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: time: 0 value: {x: 0.381, y: -0.42, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.486, y: 1.2299999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -132,7 +132,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.486, y: 1.2299999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -141,7 +141,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: time: 0 value: {x: -0.009, y: -0.236, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.4219999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -166,7 +166,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.4219999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -175,7 +175,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -193,7 +193,7 @@ AnimationClip: time: 0 value: {x: 1.2, y: 0.9, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.2000003, y: 0.60000014, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.2000003, y: 0.60000014, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -300,26 +300,26 @@ AnimationClip: time: 0 value: 0.008 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.09 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.007 - inSlope: 0 + inSlope: -0.09 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -337,26 +337,26 @@ AnimationClip: time: 0 value: -0.403 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.24600005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.362 - inSlope: 0 + inSlope: 0.24600005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -375,25 +375,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -411,26 +411,26 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.2000003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -1.2000003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -448,26 +448,26 @@ AnimationClip: time: 0 value: 0.9 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.60000014 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: 0.60000014 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -486,25 +486,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -523,25 +523,25 @@ AnimationClip: value: -0.0051 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -559,26 +559,26 @@ AnimationClip: time: 0 value: -0.423 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.44 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.183 - inSlope: 0 + inSlope: 1.44 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -597,25 +597,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -633,26 +633,26 @@ AnimationClip: time: 0 value: 0.381 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.486 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.3 - inSlope: 0 + inSlope: -0.486 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -670,26 +670,26 @@ AnimationClip: time: 0 value: -0.42 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.2299999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.215 - inSlope: 0 + inSlope: 1.2299999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -708,25 +708,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -745,25 +745,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -782,25 +782,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -818,26 +818,26 @@ AnimationClip: time: 0 value: -80 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 240 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -40 - inSlope: 0 + inSlope: 240 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -856,25 +856,25 @@ AnimationClip: value: -0.009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -892,26 +892,26 @@ AnimationClip: time: 0 value: -0.236 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.4219999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.001 - inSlope: 0 + inSlope: 1.4219999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -930,25 +930,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim.meta index 8c3b80187..ccf94d02f 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBop.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim index abc7bd1f3..6eeb8d7ef 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim @@ -21,7 +21,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -80} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 240} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 240} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -56,7 +56,7 @@ AnimationClip: time: 0 value: {x: 0.008, y: -0.403, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.09, y: 0.24600005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -64,7 +64,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.09, y: 0.24600005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -73,7 +73,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -90,7 +90,7 @@ AnimationClip: time: 0 value: {x: -0.0051, y: -0.423, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 1.44, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -98,7 +98,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 1.44, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -107,7 +107,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -124,7 +124,7 @@ AnimationClip: time: 0 value: {x: 0.381, y: -0.42, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.486, y: 1.2299999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -132,7 +132,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.486, y: 1.2299999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -141,7 +141,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -158,7 +158,7 @@ AnimationClip: time: 0 value: {x: -0.009, y: -0.236, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.0072000045, y: 1.4219999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -166,8 +166,8 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: -0.0102, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.0072000045, y: 1.4219999, z: -0} + outSlope: {x: 0.024000017, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -175,7 +175,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.024000017, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -193,7 +193,7 @@ AnimationClip: time: 0 value: {x: 1.2, y: 0.9, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -1.2000003, y: 0.60000014, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -201,7 +201,7 @@ AnimationClip: - serializedVersion: 3 time: 0.16666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -1.2000003, y: 0.60000014, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -210,7 +210,7 @@ AnimationClip: - serializedVersion: 3 time: 0.21666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -315,26 +315,26 @@ AnimationClip: time: 0 value: 0.008 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.09 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.007 - inSlope: 0 + inSlope: -0.09 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -352,26 +352,26 @@ AnimationClip: time: 0 value: -0.403 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.24600005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.362 - inSlope: 0 + inSlope: 0.24600005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -390,25 +390,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -426,26 +426,26 @@ AnimationClip: time: 0 value: 1.2 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -1.2000003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -1.2000003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -463,26 +463,26 @@ AnimationClip: time: 0 value: 0.9 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.60000014 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: 0.60000014 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -501,25 +501,25 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -538,25 +538,25 @@ AnimationClip: value: -0.0051 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -574,26 +574,26 @@ AnimationClip: time: 0 value: -0.423 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.44 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.183 - inSlope: 0 + inSlope: 1.44 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -612,25 +612,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -648,26 +648,26 @@ AnimationClip: time: 0 value: 0.381 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.486 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.3 - inSlope: 0 + inSlope: -0.486 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -685,26 +685,26 @@ AnimationClip: time: 0 value: -0.42 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.2299999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.215 - inSlope: 0 + inSlope: 1.2299999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -723,25 +723,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -760,25 +760,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -797,25 +797,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -833,26 +833,26 @@ AnimationClip: time: 0 value: -80 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 240 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -40 - inSlope: 0 + inSlope: 240 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -870,26 +870,26 @@ AnimationClip: time: 0 value: -0.009 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.0072000045 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: -0.0102 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.0072000045 + outSlope: 0.024000017 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: -0.009 - inSlope: 0 + inSlope: 0.024000017 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -907,26 +907,26 @@ AnimationClip: time: 0 value: -0.236 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 1.4219999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0.001 - inSlope: 0 + inSlope: 1.4219999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -945,25 +945,25 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.16666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.21666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim.meta index afa343758..1095ee846 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuBopMiss.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuCrouch.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuCrouch.anim.meta index e7624603d..62cc76f93 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuCrouch.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuCrouch.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim index 1061b0672..957fb3a33 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim @@ -22,7 +22,7 @@ AnimationClip: time: 0 value: {x: 0.05, y: 2.96, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: -0.4000002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -30,8 +30,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: 0.05, y: 2.8, z: 0} - inSlope: {x: 0, y: -1.3714293, z: 0} - outSlope: {x: 0, y: -1.3714293, z: 0} + inSlope: {x: -0, y: -0.4000002, z: -0} + outSlope: {x: 0, y: -7.5000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -39,7 +39,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.05, y: 2.3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -7.5000005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -48,7 +48,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: 0.05, y: 2.3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -57,7 +57,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0.05, y: 2.3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -74,7 +74,7 @@ AnimationClip: time: 0 value: {x: -0.021, y: -0.978, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.15499994, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -82,8 +82,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: -0.021, y: -0.916, z: 0} - inSlope: {x: 0, y: 0.5314284, z: 0} - outSlope: {x: 0, y: 0.5314284, z: 0} + inSlope: {x: -0, y: 0.15499994, z: -0} + outSlope: {x: 0.31500003, y: 3.6000004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -91,7 +91,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0, y: -0.676, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.31500003, y: 3.6000004, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -100,7 +100,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: 0, y: -0.676, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -109,7 +109,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0, y: -0.676, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -126,7 +126,7 @@ AnimationClip: time: 0 value: {x: 0.3, y: -0.215, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0.0375, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -134,8 +134,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: 0.3, y: -0.2, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.0375, z: -0} + outSlope: {x: 0, y: -0.29999995, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -143,8 +143,8 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.3, y: -0.22, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0.29999995, z: -0} + outSlope: {x: 0, y: 0.0749999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -152,7 +152,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 0.0749999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -161,7 +161,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -186,8 +186,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0.22500002, y: -0.6150002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -195,8 +195,8 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 0.008, y: -0.403, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.22500002, y: -0.6150002, z: -0} + outSlope: {x: -0.22499992, y: 0.6149999, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -204,7 +204,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.22499992, y: 0.6149999, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -213,7 +213,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -238,8 +238,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: -3.6000004, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -247,8 +247,8 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.0051, y: -0.423, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -3.6000004, z: -0} + outSlope: {x: 0, y: 3.5999987, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -256,7 +256,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.5999987, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -265,7 +265,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -290,8 +290,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 0, y: -3.5550003, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -299,8 +299,8 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: -0.009, y: -0.236, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -3.5550003, z: -0} + outSlope: {x: 0, y: 3.5549986, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -308,7 +308,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: 3.5549986, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -317,7 +317,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -335,7 +335,7 @@ AnimationClip: time: 0 value: {x: 0.5, y: 0.5, z: 1} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.25000006, y: 0.25000006, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -343,8 +343,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: 0.6, y: 0.6, z: 1} - inSlope: {x: 0.85714304, y: 0.85714304, z: 0} - outSlope: {x: 0.85714304, y: 0.85714304, z: 0} + inSlope: {x: 0.25000006, y: 0.25000006, z: -0} + outSlope: {x: 6, y: 6, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -352,7 +352,7 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 6, y: 6, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -361,7 +361,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -370,7 +370,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -395,8 +395,8 @@ AnimationClip: - serializedVersion: 3 time: 0.4 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} + outSlope: {x: 3.000001, y: -1.5000005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -404,8 +404,8 @@ AnimationClip: - serializedVersion: 3 time: 0.46666667 value: {x: 1.2, y: 0.9, z: 1} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 3.000001, y: -1.5000005, z: -0} + outSlope: {x: -2.9999995, y: 1.4999998, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -413,7 +413,7 @@ AnimationClip: - serializedVersion: 3 time: 0.53333336 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.9999995, y: 1.4999998, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -422,7 +422,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -527,43 +527,43 @@ AnimationClip: value: 0.05 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -581,44 +581,44 @@ AnimationClip: time: 0 value: 2.96 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.4000002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 2.8 - inSlope: -1.3714293 - outSlope: -1.3714293 - tangentMode: 136 + inSlope: -0.4000002 + outSlope: -7.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 2.3 - inSlope: 0 + inSlope: -7.5000005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 2.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 2.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -637,43 +637,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -691,44 +691,44 @@ AnimationClip: time: 0 value: 0.5 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.25000006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0.6 - inSlope: 0.85714304 - outSlope: 0.85714304 - tangentMode: 136 + inSlope: 0.25000006 + outSlope: 6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: 6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -746,44 +746,44 @@ AnimationClip: time: 0 value: 0.5 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.25000006 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0.6 - inSlope: 0.85714304 - outSlope: 0.85714304 - tangentMode: 136 + inSlope: 0.25000006 + outSlope: 6 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: 6 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -802,43 +802,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -857,43 +857,43 @@ AnimationClip: value: -0.021 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.021 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.31500003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: 0.31500003 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -911,44 +911,44 @@ AnimationClip: time: 0 value: -0.978 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.15499994 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.916 - inSlope: 0.5314284 - outSlope: 0.5314284 - tangentMode: 136 + inSlope: 0.15499994 + outSlope: 3.6000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.676 - inSlope: 0 + inSlope: 3.6000004 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.676 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.676 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -967,43 +967,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1022,43 +1022,43 @@ AnimationClip: value: 0.3 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1076,44 +1076,44 @@ AnimationClip: time: 0 value: -0.215 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.0375 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.0375 + outSlope: -0.29999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.22 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.29999995 + outSlope: 0.0749999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.215 - inSlope: 0 + inSlope: 0.0749999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1132,43 +1132,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1187,43 +1187,43 @@ AnimationClip: value: -0.007 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.007 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 0.22500002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.008 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.22500002 + outSlope: -0.22499992 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.007 - inSlope: 0 + inSlope: -0.22499992 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1242,43 +1242,43 @@ AnimationClip: value: -0.362 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.362 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.6150002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.403 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0.6150002 + outSlope: 0.6149999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.362 - inSlope: 0 + inSlope: 0.6149999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1297,43 +1297,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1352,43 +1352,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: 3.000001 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1.2 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 3.000001 + outSlope: -2.9999995 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 1 - inSlope: 0 + inSlope: -2.9999995 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1407,43 +1407,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 1 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -1.5000005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0.9 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -1.5000005 + outSlope: 1.4999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 1 - inSlope: 0 + inSlope: 1.4999998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1462,43 +1462,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1517,43 +1517,43 @@ AnimationClip: value: -0.0051 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1572,43 +1572,43 @@ AnimationClip: value: -0.183 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.183 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -3.6000004 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.423 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -3.6000004 + outSlope: 3.5999987 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.183 - inSlope: 0 + inSlope: 3.5999987 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1627,43 +1627,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1682,43 +1682,43 @@ AnimationClip: value: -0.009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1737,43 +1737,43 @@ AnimationClip: value: 0.001 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0.001 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -3.5550003 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: -0.236 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -3.5550003 + outSlope: 3.5549986 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0.001 - inSlope: 0 + inSlope: 3.5549986 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1792,43 +1792,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.4 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.46666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.53333336 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim.meta index b48a4b9ff..fc704d48b 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloat.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim index 9f1783601..87c9f9955 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim @@ -29,7 +29,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -38,7 +38,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -47,7 +47,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -56,7 +56,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0, y: 0, z: -40} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -73,7 +73,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: -16} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: 12.857142} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -81,8 +81,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: -13} - inSlope: {x: 0, y: 0, z: 32.727272} - outSlope: {x: 0, y: 0, z: 32.727272} + inSlope: {x: -0, y: -0, z: 12.857142} + outSlope: {x: 0, y: 0, z: 97.49999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -90,7 +90,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: 97.49999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -99,7 +99,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -108,7 +108,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -125,7 +125,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0, z: 16} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0, y: 0, z: -12.857142} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -133,8 +133,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0, y: 0, z: 13} - inSlope: {x: 0, y: 0, z: -32.727272} - outSlope: {x: 0, y: 0, z: -32.727272} + inSlope: {x: -0, y: -0, z: -12.857142} + outSlope: {x: 0, y: 0, z: -97.49999} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -142,7 +142,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -97.49999} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -151,7 +151,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -160,7 +160,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0, y: 0, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -186,7 +186,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -195,7 +195,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -204,7 +204,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -213,7 +213,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: -0.007, y: -0.362, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -230,7 +230,7 @@ AnimationClip: time: 0 value: {x: -0.0051, y: -0.183, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.043285713, y: 0.13285716, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -238,8 +238,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.005, y: -0.152, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.043285713, y: 0.13285716, z: -0} + outSlope: {x: -0.07574999, y: -0.23250002, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -247,7 +247,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.07574999, y: -0.23250002, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -256,7 +256,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -265,7 +265,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: -0.0051, y: -0.183, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -282,7 +282,7 @@ AnimationClip: time: 0 value: {x: 0.283, y: -0.222, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.029999997, y: 0.051428612, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -290,8 +290,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.29, y: -0.21, z: 0} - inSlope: {x: 0.04636369, y: 0, z: 0} - outSlope: {x: 0.04636369, y: 0, z: 0} + inSlope: {x: 0.029999997, y: 0.051428612, z: -0} + outSlope: {x: 0.075000145, y: -0.037500072, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -299,7 +299,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.075000145, y: -0.037500072, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -308,7 +308,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -317,7 +317,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0.3, y: -0.215, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -342,7 +342,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -351,7 +351,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -360,7 +360,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -369,7 +369,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: -0.009, y: 0.001, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -386,7 +386,7 @@ AnimationClip: time: 0 value: {x: 0.48, y: 2.32, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: -0.3857143, y: 0, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -394,8 +394,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.39, y: 2.32, z: 0} - inSlope: {x: -0.98181826, y: 0, z: 0} - outSlope: {x: -0.98181826, y: 0, z: 0} + inSlope: {x: -0.3857143, y: -0, z: -0} + outSlope: {x: -2.5499997, y: -0.14999984, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -403,7 +403,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0.05, y: 2.3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -2.5499997, y: -0.14999984, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -412,7 +412,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0.05, y: 2.3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -421,7 +421,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0.05, y: 2.3, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -438,7 +438,7 @@ AnimationClip: time: 0 value: {x: -0.011, y: -0.715, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.02142857, y: 0.047142763, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -446,8 +446,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: -0.006, y: -0.704, z: 0} - inSlope: {x: 0.03, y: 0.106363565, z: 0} - outSlope: {x: 0.03, y: 0.106363565, z: 0} + inSlope: {x: 0.02142857, y: 0.047142763, z: -0} + outSlope: {x: 0.044999998, y: 0.20999996, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -455,7 +455,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: -0.676, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.044999998, y: 0.20999996, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -464,7 +464,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0, y: -0.676, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -473,7 +473,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0, y: -0.676, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -490,7 +490,7 @@ AnimationClip: time: 0 value: {x: 0, y: 0.26, z: 0} inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + outSlope: {x: 0.055714287, y: 0.07714289, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -498,8 +498,8 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 0.013, y: 0.278, z: 0} - inSlope: {x: 0, y: 0, z: 0} - outSlope: {x: 0, y: 0, z: 0} + inSlope: {x: 0.055714287, y: 0.07714289, z: -0} + outSlope: {x: -0.0975, y: -0.13500005, z: 0} tangentMode: 0 weightedMode: 0 inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334} @@ -507,7 +507,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 0, y: 0.26, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0.0975, y: -0.13500005, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -516,7 +516,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 0, y: 0.26, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -525,7 +525,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 0, y: 0.26, z: 0} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -551,7 +551,7 @@ AnimationClip: - serializedVersion: 3 time: 0.23333333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -560,7 +560,7 @@ AnimationClip: - serializedVersion: 3 time: 0.36666667 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -569,7 +569,7 @@ AnimationClip: - serializedVersion: 3 time: 0.41666666 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -578,7 +578,7 @@ AnimationClip: - serializedVersion: 3 time: 0.5833333 value: {x: 1, y: 1, z: 1} - inSlope: {x: 0, y: 0, z: 0} + inSlope: {x: -0, y: -0, z: -0} outSlope: {x: 0, y: 0, z: 0} tangentMode: 0 weightedMode: 0 @@ -731,43 +731,43 @@ AnimationClip: value: -0.007 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.007 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -786,43 +786,43 @@ AnimationClip: value: -0.362 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.362 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -841,43 +841,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -896,43 +896,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -951,43 +951,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1006,43 +1006,43 @@ AnimationClip: value: 1 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 1 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1060,44 +1060,44 @@ AnimationClip: time: 0 value: -0.0051 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.043285713 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.005 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.043285713 + outSlope: -0.07574999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.0051 - inSlope: 0 + inSlope: -0.07574999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.0051 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1115,44 +1115,44 @@ AnimationClip: time: 0 value: -0.183 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.13285716 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.152 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.13285716 + outSlope: -0.23250002 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.183 - inSlope: 0 + inSlope: -0.23250002 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.183 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1171,43 +1171,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1225,44 +1225,44 @@ AnimationClip: time: 0 value: 0.283 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.029999997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.29 - inSlope: 0.04636369 - outSlope: 0.04636369 - tangentMode: 136 + inSlope: 0.029999997 + outSlope: 0.075000145 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.3 - inSlope: 0 + inSlope: 0.075000145 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1280,44 +1280,44 @@ AnimationClip: time: 0 value: -0.222 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.051428612 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.21 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.051428612 + outSlope: -0.037500072 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.215 - inSlope: 0 + inSlope: -0.037500072 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.215 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1336,43 +1336,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1391,43 +1391,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1446,43 +1446,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1501,43 +1501,43 @@ AnimationClip: value: -40 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -40 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1556,43 +1556,43 @@ AnimationClip: value: -0.009 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.009 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1611,43 +1611,43 @@ AnimationClip: value: 0.001 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.001 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1666,43 +1666,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1721,43 +1721,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1776,43 +1776,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1830,44 +1830,44 @@ AnimationClip: time: 0 value: -16 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 12.857142 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -13 - inSlope: 32.727272 - outSlope: 32.727272 - tangentMode: 136 + inSlope: 12.857142 + outSlope: 97.49999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: 97.49999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1885,44 +1885,44 @@ AnimationClip: time: 0 value: 0.48 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -0.3857143 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.39 - inSlope: -0.98181826 - outSlope: -0.98181826 - tangentMode: 136 + inSlope: -0.3857143 + outSlope: -2.5499997 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.05 - inSlope: 0 + inSlope: -2.5499997 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.05 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1941,43 +1941,43 @@ AnimationClip: value: 2.32 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 2.32 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: -0 + outSlope: -0.14999984 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 2.3 - inSlope: 0 + inSlope: -0.14999984 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 2.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 2.3 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -1996,43 +1996,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2051,43 +2051,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2106,43 +2106,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2160,44 +2160,44 @@ AnimationClip: time: 0 value: 16 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: -12.857142 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 13 - inSlope: -32.727272 - outSlope: -32.727272 - tangentMode: 136 + inSlope: -12.857142 + outSlope: -97.49999 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -97.49999 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2215,44 +2215,44 @@ AnimationClip: time: 0 value: -0.011 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.02142857 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.006 - inSlope: 0.03 - outSlope: 0.03 - tangentMode: 136 + inSlope: 0.02142857 + outSlope: 0.044999998 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: 0.044999998 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2270,44 +2270,44 @@ AnimationClip: time: 0 value: -0.715 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.047142763 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: -0.704 - inSlope: 0.106363565 - outSlope: 0.106363565 - tangentMode: 136 + inSlope: 0.047142763 + outSlope: 0.20999996 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: -0.676 - inSlope: 0 + inSlope: 0.20999996 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: -0.676 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: -0.676 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2326,43 +2326,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2380,44 +2380,44 @@ AnimationClip: time: 0 value: 0 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.055714287 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.013 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.055714287 + outSlope: -0.0975 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0.0975 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2435,44 +2435,44 @@ AnimationClip: time: 0 value: 0.26 inSlope: 0 - outSlope: 0 - tangentMode: 136 + outSlope: 0.07714289 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0.278 - inSlope: 0 - outSlope: 0 - tangentMode: 136 + inSlope: 0.07714289 + outSlope: -0.13500005 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0.26 - inSlope: 0 + inSlope: -0.13500005 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0.26 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0.26 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2491,43 +2491,43 @@ AnimationClip: value: 0 inSlope: 0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.23333333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.36666667 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.41666666 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.5833333 value: 0 - inSlope: 0 + inSlope: -0 outSlope: 0 - tangentMode: 136 + tangentMode: 69 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 @@ -2546,7 +2546,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: fan + path: classID: 4 script: {fileID: 0} - curve: @@ -2556,7 +2556,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: fan + path: classID: 4 script: {fileID: 0} - curve: @@ -2566,7 +2566,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: fan + path: classID: 4 script: {fileID: 0} - curve: @@ -2576,7 +2576,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.z - path: + path: fan classID: 4 script: {fileID: 0} - curve: @@ -2586,7 +2586,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.y - path: + path: fan classID: 4 script: {fileID: 0} - curve: @@ -2596,7 +2596,7 @@ AnimationClip: m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_LocalEulerAngles.x - path: + path: fan classID: 4 script: {fileID: 0} - curve: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim.meta index 6f77e9cf0..019124bf3 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuFloatMiss.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuIdle.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuIdle.anim.meta index 7837ccfb7..d5c411cec 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuIdle.anim.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/InuIdle.anim.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/inuSensei.controller.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/inuSensei.controller.meta index 85d6b90ce..5bc21da3f 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/inuSensei.controller.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/inuSensei/inuSensei.controller.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim new file mode 100644 index 000000000..de1c8f3d7 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim @@ -0,0 +1,113 @@ +%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: wwwwwwwwwi wiwwild + 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: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: jork + classID: 1 + script: {fileID: 0} + m_PPtrCurves: + - curve: + - time: 0 + value: {fileID: 21300000, guid: eae9fab2413516d4997b4bb4347df8f5, type: 3} + attribute: m_Sprite + path: + classID: 212 + script: {fileID: 0} + 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: 4047366082 + attribute: 2086281974 + script: {fileID: 0} + typeID: 1 + customType: 0 + isPPtrCurve: 0 + - serializedVersion: 2 + path: 0 + attribute: 0 + script: {fileID: 0} + typeID: 212 + customType: 23 + isPPtrCurve: 1 + pptrCurveMapping: + - {fileID: 21300000, guid: eae9fab2413516d4997b4bb4347df8f5, type: 3} + m_AnimationClipSettings: + serializedVersion: 2 + m_AdditiveReferencePoseClip: {fileID: 0} + m_AdditiveReferencePoseTime: 0 + m_StartTime: 0 + m_StopTime: 0.016666668 + 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: 0 + inSlope: Infinity + outSlope: Infinity + tangentMode: 103 + weightedMode: 0 + inWeight: 0 + outWeight: 0 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + attribute: m_IsActive + path: jork + classID: 1 + script: {fileID: 0} + m_EulerEditorCurves: [] + m_HasGenericRootTransform: 0 + m_HasMotionFloatCurves: 0 + m_Events: [] diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim.meta b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim.meta new file mode 100644 index 000000000..80992f3a0 --- /dev/null +++ b/Assets/Resources/Sprites/Games/SumoBrothers/Animations/wwwwwwwwwi wiwwild.anim.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 77900d0aae00112458f75407dbb98121 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 7400000 + userData: + assetBundleName: ctrsumou/common + assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/ImpactColors.mat.meta b/Assets/Resources/Sprites/Games/SumoBrothers/ImpactColors.mat.meta index c34d0a625..ef149e0a4 100644 --- a/Assets/Resources/Sprites/Games/SumoBrothers/ImpactColors.mat.meta +++ b/Assets/Resources/Sprites/Games/SumoBrothers/ImpactColors.mat.meta @@ -4,5 +4,5 @@ NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: - assetBundleName: + assetBundleName: ctrsumou/common assetBundleVariant: diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/KARATEJORK.png b/Assets/Resources/Sprites/Games/SumoBrothers/KARATEJORK.png new file mode 100644 index 0000000000000000000000000000000000000000..3371891d2546c68f39778038f49007c2826855e5 GIT binary patch literal 280634 zcmZ5obySq=*9AoK0yCu24ALcC(nCl$NK1#n(47hlgMf$WTz-lz3=pXatXyz}jeNcQt?i;9#Mylm@#g zp?;xzXe-L1l?_s_qoL8GJqF9@`kMW0!i7+u`YoT@j0ep(y8<4_U|_m_@H@(uWUI06 z%S`A_%D+$dL6DYi^V>J5>5j-F-tUG1@B5z4$@`=#ezPVfu}}wSwOyVOWQaPg;P3%2ZQ^eN=9I9Q2289SS|yo08ZY#{e0YWAz)^99KuaZkAC|KBVvLG zo3};3!c+>qeOW96Lqn5!KujQQZqOJ=n-Qdk&wPFz!Qpy9dqOEUPfd{^!<4QbqhuJJ zX(-xFGrp^i!M@VILjvOC0O^4EijrcM6-PY)TB85HXDB8u8af`52u*D6_3h_`Vs3|_ zrRM=AA1*YcNjwGmxQn#)LeUl3UX1tyCs{$p@_A3d?BG0U2_if87y6CZEfn9|)wSX@ zr+M*`S()FrBq}-boT?9nNd*&SleVpgx__*W=^L4T+92CBzV`-OpHd!hCt8oM_*VB#zRZ4}97S&#n z109GH7KtE=l7@JJK7bTp0t2v)8)N{^Qxw(KB5x(vboHs83K#3p?kCY90UH?mHkp3A zWS!!?v#a&uETH*rRPP)c*m@m znzbqnWwHVdrawQJMnRI#^j^}Hhf$HmpGb7?KS0}~vO&`%L=)7PQ~pQZRM+@k%jJ0k zS9Lo<%&AtCmtl1IrE+M*d&dcF(>06cjPRffEosxtZtMxz?H0_V1K)+7g|;3zKfc}m zaZdEW>u_mDVPDx7RM$~}NOW}4mgh=FdDMB3_?(3iF})VjmMD_LT+1n69`XHHMTNuU zlE|_W!jd#G>P(%~RT@5S-{_%lWC$~t3EG}6b7kMOz{+&XWqvKmdd|w*n zMBMF7gkrj@hGICzp?mE8O#!F4)~(qw^wu&{+=@Q$NLkFz7YZ8C>2^1~FcJ_st@AOf z31U;;`ne-UM1dyt0|*NSKxsiT;(*i!?I&fCy|2xLeN$qnW6Uw6z70LbRv%J16*o_`!I=Uk91Iblv!Rv z+n6*$36GboOt%4-)C8GAC#X66%i-w~g6TVF^DG_+t%l990ClU@F$fVthQYb@bE!DN z3tB-Pt>g4ztPC`B#wTWw`IBQ{A%OpuI432$f9`^$3ihe?6g zZezQ6hX#8gI7LVA%_}j4(u$S-MKn6p2D8T#-l7gVajg_a_0lN02C#jO6*K_)iiAta z+>5Yx6b=YKu~t0LS|Ux{GHhz8nlDzOZ@|>#5G}w0k_;?;$=Lu@yV&FOy;$s?)T1Mc+*h^vGrZO6Ci6O?teyybsjY0Ztd|Tk+(iagekg8?Ur-O>( z#R^gYpUSo4Pwta!q{`}=s7cl3<1VXcu$?B_jV> zj85Wtif*!o&DzDk*`*?lHushuJ~faHs8i$&$#93eXi7~)D{WE?Otbm-b)E$iaXc7~f2Ng3s@v}bPqMk^ zz)u^4$X&3X>hDkf@$s0Y1)Jw;4Xi3v%KS4#L>*fvaC60(1lzEQf6qLJ@H+1vP1PPq-1c-SM2JLOmwgY zPD;&{R>DR6H!()5j*^#xn-J00USw6@&o&~%b1r1F%sbY(jigT$o?n3dZcGj^H;R5vYYpLB7du z2cFDz_%|6~wFZ*}$2ap!)T#kDcSsZP9XEgph0}1Y(qAnUWm31{&`Jqvq9-=hB{JmJ}e^a?^?_zDh!W&Tw3F9wNe&piZwELX~A~ zF6SKkD+zKoBCk1jeUY(JM{~}FU(~k%&$7*_OpTGCPz?55c)P%H$KW5e3HE~vKS9FT z1wZp%v;f{}^YITI0-SvUeEQ58ygG$%Qh8VV(7t&=WFnRjxE6{U$P-CwBtVOyz?;K| zox1ox)a88+4l41q8e%w9ZgcoBAOds0A40OJXhE#JBz{5EsqL#f6YW+&4g8$#aquKEq0Ri(`aQl`(+eh-Xhd@)e$5E9otUtD&9K44+zTo zjh6|?lkOU-%?)+GflhIQ%42%cifGxZ?}x;EJ0aS{^)?SY1>HU^I&qIs*x0YTT+`2L zAKhLI8-Y~-jY@V%m*tGTScGgc^S zsg7`}&MWDd`NhEnfG5w2984gvhzr4A9>!kyp}RJ-jGfnXXNzJ^!(Y7+-6Uk``nYE} zWIZ&~8Ix=~#q*H`w4l_wxu+X2lll78xh1VjAOC?i$>6xPSfX;?OI<#jd>sc~t`W)a z^z3B?U(q0fQMziQ$>1MRAon}5U88fx%9o8l8h*;8ZN1Te~OJ%^SGjbdlX&xg+MuM}Xp3E8UnAW(MzH3CzaJrNB zzp4M+wn<4zLuDkqvUAlzi_=GKPd6t;CV80agXL=0lA4~Hx@X6kJ2RTsa|OD5djFR( zS1Fhp&Rt)So1G*GOiQOqzyD9XYJ46GGxNvE)b|`2s(zlP$Kuq4`n@HYv7Uqns7bu!~KDE$g;w?vJT%m;&nx;i{if#R?0ajLw-tp0zU#$lT(RG)7+} z+TBr`N{(94-?}JDAG#xUb$8$$Jv@g&x7a-7+T2!K-f&;8@nxP0-qm({r_FsaAX+IkEHx(S;kUnG zXwZnLQKX}zJm|983msYD^c2bXbjnxaW0+U4WERR)Xw6O%)1f_FXD@bNL%FNJwF(cL z!?yL~O!E>#?@fp-I8xVC7pE`?^pyvc`#Bm9NOr*dM(%Al!|jfvVi_N!Z>w+YLulLE zzx|LQs`Lhzhh1Q5;l>67rlSr#qoA#Ruy2x<7kvYMVmzsn+;U{6!E-)>eINJ=9GC^v zRIo76E8oA@Hg!N2I_9k2&?Z zK~wRVEdTvN0uJ~1^7*${dmd8TwPJ39-j`io-H^HWJYp0CP;Pm`*#yJ@9p+B?AS?){ zo43ES!dF0oSMYvD3LL7~2INXm_I>$rp+dDUf1R>EJjj|xj~aix^r?P;3@+ywMgH<&*rwv&Yx}s;0^#;B zg-4JjnMYhCK!Io@9?&${y7){Au27fU%RHTMaT@o7aQ3OFsk&RhjF?G2;c6qZ*bePL zimh0N@_-{;$Us;7O`&Va#AeZE`k3EX7@mgw!@1N|1=X2{vB%vfRUvNgHgY0N>pjGH zc%-y+%s0hO>f|ii_t0?CuT~1vND`O)?ftvR;=3j8kKjP<&4xLh&BjgUWg`kUyz5u) zjuzGxc2q@gl4P`JROagB`U_AK6lfQ|voSI=ozTKV3%TP%jhx1da_39nBd+kJj4dI* z7~qTuAlngU1~IaKmf{Ab%*$4>Jc{>~>d=KEPo||y=(e5yL(~o3QN2+zwdmYmg@9fW z6Ce>~zoAzV)Nw!sw$6pNKCOGwdBl(zoF~Vlxao`Nyi(yb|M+rfweRFYvX`UBW0mZO z-wbWdondEwE9EW$;%Km?^2DL0m#LS(hjDRkzFVc8oJG*pU=mIKas!9H@tqu|83K;g zQY^Dg4eEen!@20}L=s^ImoNFRt&mdi4Rw07$35~{w%6m zS8#&>?~8u(7rll=D!H2|aEc7wdQ&;;0nosg$IM})1x_oDu;L)?BVQJ5kFZ`K!xdj?5nN|~>?ODe<~1`}5VW(_3|_6?~}P>?&3G1)YKScF-$Qb0cG!FdUw z$X?H>6n9Zmemy}w1&>XI?#TMXOu3;){Ww=}(O<64Ypr`%3BrSPTU+-xhY{Tfyxau) zu!Pjrq?nuOG1_+hlP@z2VL0>4U85!WH^n# zD&QSZ!q<3{+sTGFdiW={3|EWAHRHDy4WDCn@x(>Bq}P$Brp5S^MAr`WSeqoJxD4wO zj80Q(iP8|diAxZxbmjScuv^p}TF;KV>KooQsnt|11nBH*UdfIy91g{wS_uGEdQ7Zc zu7KA=!%(*F^^e3VD9IockAZAk7h048IPPxzFPF8(WPQhd-?15Z3zn$zDE%nn%kx@E z%;CT>K#`VUl&qSD2p_|{wp7@TxVO)K{>$xLZ$?KU<|Z>&_Iv*rG37ITU;O$ybZ*B( zHa)zU$I3>#;Ay0nY5Wh0RmI|sq9rQFaVK$D4Vl#Crs90&GJRMHiOBVGWxMN9livaO zTHJ#qyO5Z}VJsz8HJcf3JRyMnKv$rY?;p7W1j5GJ9*lal#|SsWRcqE3=34D9Ssdh~-wVzQdr2WP_J5Fm22EIj1((mYOW zK%FelvKQtlmf;Fp{wkp6BSsDHTYqgW#@6(_X(eJXMq$Vz{;leR;dgi=+V^(T zHesoM$tP9+Loj!O_S1W9R&#+zVEM?w!6KgXlk zE$XlHk!X0I#3!4?KYCd!B@2p6#?qn91m47$p#o;Qy+tmjW(~0hLrT(|kRB^V5zVyX zn~=gtnz1N*xQy=HvfC50@`-(4iN`e)G`)R&G2;fK;zo`_tAhFh{`h$KuRk?f)C!af z9IUOvX07K?4gX>` z0&Hyv_J0e-6K3DYZOgz*W(Vt!YDB!k6BeO;!YF8rjh_4$;nPtdCm4(dIk-VNi&TI# z^*uoqUWO0xBEhNdY2$3k4$q0z_o!DsysWA zge99u8!y+`96ek?9&D}Lc{;4SQ2_l1){_ENjp<2;(tnM|Jy>#m`}|fF3B@E=3&q&T z0lK6Ajr(Jz)~lz;gGZ^rrZSt|jB=N~$ z$mL*RjZ33oQ1w!JaOJrI#NCol$~jNPQ;nyZv(M^DQlu213caqj>%FT5Sl(J!R13He z6^dt9#Ff)l2r~>Ztkb@~WnQgFX7KXnIrIs`Oakkkh#C(G{*@qo0hseWFYIBs+gc*u z0Aq>*bUJT|HGs2GuVAb6>6S)#HEfv4q|7zbT%X$B2?KEIX$WWe)JTTsUu=8!`(9*f z>bcqYJGGC8k8dQshUK_N@yy4Z1cj{)vUuySj;$~*_RC-thqv}uX`XD+H3u!}9 zBOn_w&@(s6-VvX#uB-~@5ihki3WotBy>i&tiyeb_*9$*#)8D~g)0WVW!Fy(p+C$BtC96$(G>=!UaQfXD6z+fx zkmAnw6sl}esz?$O_3aE+eH9J5RUZ)VZPuG*JNU~mTPbz*SnGbI3%RaEe;u<)RNJL> zhb$o&iZBI*GwT3!fLn@*Y$95dx{hkp*)vKv7}O()3bL@?D+P19Dh3!28LID~Y6_#Mzh zCJ1pQEXuBZy?3uy6pAcbrq6P-Y7pU<5;6wGBvjP;ghR zhqr|*%|_PSs~D@;&P4`=$-TvPJi6|Zc|$&r>hn&}FwD;@Lu!9@4djw64M#t!S#ebD z9_eg<-tI9`U#|ATuDwF1>FGrS&luVX@C30Ghz%?xj#i?oJV@c+0;x6u>Nv zewdlCclYlq`_Q9(A{pdU1<33{4Y`_~-o>#wW`N3CPzEO0x)Lf-2uA?)liV$u=+{!z z5jqFH67|zdLIP@O-nG zo-Vfi(&Z#29Vv?LT=Ww@E7NERSpWH(1GDvg_&np{Q)Oe6X$?w62@|YQVM7FgX4VIh zxL{p@q;QL=+{KHG4ZG3D@^^|-F7LmSMC_)v{zn&}Q$l$aM1NbLuukIEV_XqchBqsP zxKeVYpI+GVL9$RfK9*M6n*&leR1~UA2I2|=whH*8a~44cHeNRG-{&b!%%0_me9W$2 zgr6)BU?0#r`XW7d%6Fd2C85B4o*Sp%1b-m5IzBJ97MPAZv}O<~rfA-SinppNydqU`hWNu*&dcP=rx-jQ^PnHLz*|!D}*Y3Wpd|rOoJRIWoOZ)4` ze)i;*B7C)>wTb!$mNIWMg4BZO`koWc)>U~SZ0Z&7bUL-XGkI%G`E$j$?@@GHP{&U9 zXV#%sWgT`c=PhBd!CaFzwGn@lc3YTLRMEDz1hm3&v`aCy1tP~X|`&K80t zQXy(46^tcpuey7;Y zE9|u1`oG{Rh56+ltSYqyc6mA0QDJ#gosM4%;0XF~BV-Cu8xHfuAi45~GYRmBKt;*% zIt@U2o*TbzcDp}PjS99wwTT~o`YA8_e!EMukE5}?v4#1-_bHZ;V~3L88zUWu+juz_ zC$B-&EWYcwTAaIOx;1V;Xa5CCbwogpQ#jdJ5k6ILAgrZ}>hV2{HBqgP0Xub33VmLV zcM;7_770*f{J)kx%CY{IZ0tdDc zfo}Q41o#HLKT{%r-N@L81I6L^lG-WVHn$50PSY@?4o>YRA8c^9x|0+4kcSChAFWjh zpU1^!*1NM$x)rwbe&L_5^eqpU3qM@oWqp#|-qBOJTW_Hdq(aqHm}0tG|L z#-sZFvIav2%%rm%+X#yV$G?7VAP%~S@&c)xHJv5f45D-cxEC}kEx&}!r(Rnl=r(Ly zJ+ABf+=p>`_Y^K-t?FUlUbS4+6_#{I&zREK3APXORGW}hpS>@6ks2k;y{x?7go+jy zpzo5a`A+?}5QpuP<)w-PgQ2wc_VzGek+>nUnG~5xq6VNT_p3<|d(Jtk$H2j6$J8~} zt)eLe7%!N_a?7?J|5QF$LOR6sZGHV@Q#ej!1zS6{h?|{i~&A zFh;Jum)h|c;ork>e=Oqnuy=K;G5(3~FhO~=0TV!e1miz#Y%}@Z8Es**q@d~r$$zv1t#Es*I%ftY<&nnF`Ny9nK@0uotW){%0 z0q2u%3MIn7v6AlrWMfDD$c*wCQH#fxZl1?(QIhI|&jKpNuz^k!D@Lo~^+cS5OA8RidS_r8jVv`}eu1QmSN?Srjsps~$VK1@#J+QDhxLj~Eu+R#^ znHR_CzymulylQ(2>&9D_?i|wFu!9zRKa(n+xD!isr3)zjCcc*g~2GvW|S5w>ldsp%;K z;^JZ~+@`gd3?#xHnm+fvv^{ts9$1MqJ2joU9Y@Z>MO#V{9H<~NDFo=c=|q7XxsULY zAK%DneJ`Z-dEAqFh1>-H_O#ovXw5{eqA=XO0GxP$JVU1JL;0o=enooR5@%uS%RW)r?Jx)$W7MKf%Oi>(CT{hD*bG#2ryN9dS-N$a6tB#8~9&)7#|)JRF)b zoEMA8#UCtJ(t4aw?qH?!*x^Z`iqE>$;;V(OuL=jP^_P0aMMlLwLEc2O1y82$m;i7e z`C{lKvkb&7(F|7xtwx%)1bQ~+p1&5I5l&Bz%Xjm@&XTJQOB@@@B>LuvlXJoeTdGug zOCb{L@wItcIxa2gEYDz$GtkhEg)53&WoVPJ}-tP zn`2s=n`8Ikf(WXA-t&B_8pg7zUb$EL;SlG8b)A#KiS`GawTYz2wwS|`Yoc8qW@Fcb7TZ;h;ioICp&{OY?Hi` zm+eck3}iNUpDD8ETrw6lDz(6lmQY+7lJhSiE`eaw)z3d!Fswbh1tR9(s$3c=1{-w& zbX_=F={d0us-lkIlf1yI)!l=e5Q#L;AHlu-GZ^*s#uB2AsktB39$3g(dC6r@Z>poR zm0T3RL_+EsF#fyEwjd)pSuhCx7F4k#`=g^S(PNc6tM6rO?DBowJHmmxlP^T1(sxz7 zOz$v^mBr&JvODIn;o z)XVw5eyn4w2-@_%T!@W|IUe6GoV<3z_8614_1ZFZA;2x+!{~0g@V<_2PE2(5Y9e!J z`N|zMaTcgQ)kZ)c$ZQeL?-e|geQHwe(5i>WKuY3rB+VMZNVXRwqQ$##jYNq&>^T=F z7afej*u!K))59S+75|;#OJYOyxP6}8kgA*1rH{g-&&-Krvpk1x)a%?znFNktRB$= zBW6m`+?;fg?yN5)a^%?$x^2GYP%{4V!Y$%E#iPBzLJb@2kmgty6KesZqVAy!Q*?~v zQ+huj$B_M&wwi$~E6kjot?zTQUtMUUA()P#y_~TEc>iWY<09x#B+YXJkX?B*)#k>| zILIS`nBQ5yW690cUhGXe{tyE>Q3Wxff5&;UV{0tlCsLPDB-rHb2nfXVpg9+kB%Lv+sCjl>PW$3Z-~XQa0Q380 z)JQH(r9s<-ZF#<}tsTZNM8MVZS=+|OPk7z1*BuNd$#zXfGOzSGD$%&3C52ZsTiuMz zIN9DL?8egaKj=20@WKhy{2p{hQynFjE@+yvHoBMJ=zXaAaObxz^htf5{iY~M6XJYZ z^*sm1X^%b{FyPjK7C^ULbt{6v7WnSpUfz`r$3<`d?HxzSjd&8=*$+=pWy0pHI72B= zOXoz}$3Lf=$}JSfj@sfc_m^I7t=ce#gJTpzb4MJZi$>L36Q&9ohCz`tfqWA z9f-pzM-nN~aeTua!^8paLO-{M-%3&}=(QP|bO5&?XaUj(W-mE|K)OvKO%MR}h0!(- zfFY_lo4j-QoZh`T%wAlKk-wbZEZw@Z=i696vfg9e-wze}xG?n^KKh*?V843YnM>@~ zWcy*A;r-ttk%bo^WgVZ1#h>}*ZcmBo3zozTIfH`1L$ef`dvuVloQl^cCXEn(_BZ#b z?#J4_{D(UGXq6%Tgvg(Mg{b1A`R_sBm(X+_!FOA%QXTsL5=k3r6p`fnhHG;7CU|<# z(c@uDj7dZc#Jnet%aRcmFiIpq2W4JmlrUuGxL9yw)obSRjvC6_L|7fmHK+&+xUzC{ zu^paY0<_vcEWo81eA~3{110nsb6$aSqZv4dDc5Nkkeph0IYB-0DXuzLUxa0Qn1eyBJ-8e56z(NX1BM= zfWi{d7k%=#0`eV@h2kN@YgyFP%*dg#bk!zC&UoRh_1(QI6DXqgBuWV_%%YX)Z{C~)1-DEuyTce#kq+>LMpez}%RLEu>(2jW!LjOmKZhN20kMw4 z1M1%{TIpuf1fv~yIleRSEnUaBfH&s*gu3RA7CBv{mibtnHcrX6;R&5$Ob zEEF=7Du1Z8Ae$fRFN`TlbW`6s(NTA=f|lxfi!drmXqK#tXI1P4L<^n=;mlgl138fh zIkFt|0(s$=^>QBMCMS&5bh7PlzD|AJEl5&Zm*a{Gj}oFSnW_xYkUz|%d~@%AJ!4op zVC~}j^4h?sw1l``j>=i9+1`p?-nnP2uj%0F?u0~yEV7B&c}3^{ut>VFOCWh4fOukh zq+*o1G0+cXN{Qx@Z-wG{Ayk6;Dcxje>jndw46$1vSa(6pSx+rzmmhRtPaNS#|AG60 z@Kwyt9f+O`>AijI%i#=cZ}Fp@pq`fUVAlmi%dRW^+W)F=>uZ4Td1npF8S!QG-a4<7 zrL`>88qGtoDe<)NO^l8A?%Ptx!-ey|eHjXrd2b0v z@oTgfTD3^c15$z<`b-zCL7k2h6alCJ-z&nU^oJ%5F?jWq3m znw`C!Zy)(X0%ogo)D(sIbFyNZT5V8oA4ngD@0y;KnVL4xuRdstrHG|tP-aeO{Y0SguOoZ=V;=4&rKKlNgu)c;>&)cS$(OF*`;n7fCFkf>zp2F-eO z&9P~m7m>GJ7YhqUMV0sP?z&eR5swpZ|*^&`k0qfowV$sM*a?)?`v@_&BOk2>u*T}*5|-o**L(5^k* z!WGn1+_DW+*4#2UusLX|yVcR?!y4#+^9g!4@>@QEh56+R<{}&D6uOd|D6x^TXor)8 ziecrdSuN<+lHepYB#SV*N6E^{YUN9qT*P#ZGfzojxm)s^WHIIN&OwRu<5q${LBWyK zD$ep9H&*p!$9ce+m2mm2>PK@24U;-|CVolY?Mlw#{sqVzqom~zoGP47%?qSuh2$Ql z5jLptXBJ0oi8e17mA*ae7$e9O^fh+K92m{c!v4Zw)T#5|?);S;MvUn2Dx|8`{^tJa z!|wi%5UBxrQJxU*C6}_ad?G6}33@PHrOq27 z@Po!On;`%0GUv0fSZs_aMq~Au6fT!9k0@t3lMRaA-rimt ziz|*!6Lv9@yOb-d+ohHa+43Kaal4$`et_!ICR$9dN#iS7vq7Ne%Bm6khw!ue!u9_S zg}Z|-hA9k0jd-||{?>~mRv5D;bSsya)CA%D*{|MAFz&N=A~IseO@@eKG{v6JM8}w9 zx?z=J;>z?qTztcu^wGgiX4tzwk>M2Hx}J!TyVGI|7EcD$m6^h5cJLOkOXE?C?hZrQZsfpL?O1!rr61L8l1 z$D{DQg@1C3UQoqLfBBzA9ww+bKU9W&A9ent;INOTGl_^R=0Yjhj`H(eEVQt~t zf!E9ctp$b7R>qAi5LqaePD-R+Nl5djxo`(Feop?efnMxyd}{AMmPzNQwAJwd2P=%N163=rRwk`Ozd!Jpf>xXMp15Ub~|LqsBAU-vw-*^9%|j3-Ov2!Lc0&b}`yN!wUo z=&C|bqu#!9Y|tKlwo&gW8*%!tdQ1KoMGQgc`^z_7@+%t*fczcyY9a(`T6bFaSx5#{ zmn}+1XwF-5KN^mpE$?1GIOVLFmRLGI>*i4A0CA-meJtg2Zsrm+4%fKe;D@yRp#gA~ z-J`k2$wTj<=w6)+M68Mdx9B0Yv#A8o6?Lh_>#jlcoLyt%k_M&5@Epde+D zCQi`S#C8s*GU=AzDj>5WNu%KJU+ zqgaLrWP5*qIkF{Cv{`KGb?7x1xq($&Sl0WD)9Fq9g^{9{Oci3w+*O{DZ26pZ0A2T}SU{bRd+cQmc+?C`qp3MWj%Hw>`LWO0}(H0*Oz0o1E|S zb82C-*|{O4FOut%+Tnm7cBUw_i}l6^pp$;LIh~QqlYaU=)_}W-Z+dceJ&iJxT^;ci z8HE~HaD1{_q<`2Z7~W1Q%MRAdO@828sXeSRL-%%NYFYG#H z^8VC{%aHER6NkmqLw?4%dS|Xn@Ov!o_x_sfvpWn+KyOLqbCdf=I6Dv&zR#(``!mf_ z_$|a=E4uKK-8mFq_^-cljPlMlBrukK-Y(Z23=z5s)=#7ZIn~H1#F{4&Hi_lsWb;WJ zQhjh?KXPB`U}d0CE{*7fc6!(TG-2*ilz4G2 zl+ROKx3|cQu-~lFIX&b^#m?pG-9dhHZgPBAeVNx?7DeV5mzV>du|o>URm2;7GJ^b{ zUD~KK5@l0r`9F<{jw`AHac>zU4Tg#rhPgPnF8^kgb{8-ofx@SJq25z_gYIOruDSy` zj`EllL8F6xE3J3=7t?^l*6igUE&Th=lKQP0Xb*R$8_RbWSZK@G9JnG>U??dCRo&(# zQT|V-RmQ6SkbIn1V}{6>n=+OncF^n0`2Fc^1&IJ`_cPZ{zC zg@L3%@b$mQAsLExSC^LZ=GNYOVt!G=r1%2u5#~V603o0|a;m7F5@nn7dH|2XB_x9* z_cbb5KG{cRcP$$!VzX|F92%{^}faLWhMVUm%cEp}e^3d9F z0*>U8mH}n-of)u)^@6jcBe2#%hy_%6AUx#ETX-~|Ki_dM3LOTqfql< zz)%RRRuVkys5j>sMXWVZJSQVk<@zk=JDXW$3ROmpWhxw6wh5Q>xku;*o*|s@bbIP% zJ=;~_J3TJsu@foLtnui)Hz{W&=b3P!zs390uHQHNo*F0pWO3TSeB0k|UUl_}$2-?| z4+Y5B<2pc}@)G{JSFj+crbFQrthP0D-Wj+O@`YIrjFJ}O4JFeH7*R(jHge2}fdcSw zIYF_I@3n&eD)yZ8uVNAf(EsWujag_LDWK+Pdr8MM7XuQ|Ido@r_1$CAoHO3x2kQgJ z1*qvdzJX<`kELVN)Ks6-e(l3xst$fnY)9hM?p8%@&chb}NQgarVN2Ir-^PYfJsGnA zRSG=wmv_9GO2(EH#TM<>V23O(_|)y-GXj2>TRxEun)?)ZUnhrcBe%KOF<%yS(ui#J zU#t7S3vAJgGjGeZ2#3IPWORxh$s>9mb?BH#w+FpoGrptFXo49vBk7Zu(+rxLnsJmI zzVIFH9+%LsTJ@pLv4C@ZH6i>R?Wh!*SjPwvOl8 zbIAEQs0$s&REt!=gD{*Ix+2>5SIz%<()@>(Sd0mmS@jHZ4hlRU-%7nKJvWU?BYaDHaltSyW{QQ4We|oE zVYY}*wyzH_3Uf`nZOe{Lh*aY>lGTRP?;=)Zx0U!7Rr83sc~>`cxzpY6;>&KlgPQ1J zY&-^v<~!!CY)I7o_39E(WxuRvw(ISm^OPtD@{2%+%RQU!qrDK3IQkOXhG-@2XhbDp zi&aiez2%W~U+`*zvm)%MWZJZGN!WX=9N=Q2_8X22$1v5e4x={{l)i~mL}OwhA_w@J z>B;QDn}!)FA}MO=13C0>k(v8-A<|>%b*}GNP0=- zMwdkm7tH5SR0QE5jP;&{RJ!M)##6;SCm#`6`9Zfd8fMB;Kh%HFbW(9zOsz)X2Vb=g zIh$Np4!rfL7)+1&gCyvHlWwWgqfXcKGus_w8rQzjHS35x%&bX(wp%4Z>|GBDtYB@+ zm1)ra@#k3h=JC@04JWdY2llK)Ov9!iWw+;>trO4&5fHrW`=rb!yE%ibaIj!;mlkSh zXPU@%FKA1iAyRY)CCdhFwhykr=H-tS#_7g6*T;n>Ug*S zV%J`DtZv}U1)}Ei`W+>m8$W({=0CR*^)YL9ulFm0*6%~}o)XFDyEo;l1P#N~e21DK zJ}QXcgTIVJE@Onp=fZw|Z8_H?Iu&z}Nu+$<#8Q~9e}$Y0`~wNSkj6z$=zR=X2$-J& zI$+;Y5JQjO(N6~;~P>lNBsvm2z>XANsPd){(3?7@uqbDJe{4xwD*#3UZk1YrM+6YPa4y8MMb; zv|nEVaq4fjm?Nb%f+wR1vN$EKqc}bHQQa$Z|5yAGHj_k1@TV6>)02)0sAKmsz&d7- z!5jR;9OyrVZ|-3Jl|v0He=pUf=@7vmW3HA611VupjIxC`+ZUq65M)K$Y#Spo7V-qT zU``J~?azLcM=JpcK`i#@tD6dDi)g_z*$M z_p5qfTAUt~;c$bQHXS($&~mdPbkPxDM12W^2gqF?To3+H0DW0T{AT8#o5iZ-K?!j? z_*CZL{{`RsE*$z`)QR%AEH$Y@V2vWU8m1Ie6y%7X1l?Skf%hG7n8+gi#I}e|?24R< z+e_1om#}Mo`UI8i?bSyGd(grEs2!+-#vlxS1G$Cr!1Wfoko60dgyM;E@`wUiy=ZV- zS!sqE3p+A4MhO8m(bT#cQC70iDb({+b<_ES5!z=Jq;URZ)#Ot=RlH z9+$0C$J>ya#QfkEZaRrsd-N|UntxPElHiQbj5?P>lanY)2e-F$Am_GU?OC#Wx8Rxga#K&0!Sv}@&!LTZj;`hI^)rudca8sdG32{N)Im&>&%<}3*ev$~MZsY|3Z-FAhE zWd1auD9pcu*`-cM6tZ;cn&G##=wz#Cpg7y{18mAk+ehNmeB>>Jshb7@>xyW$93^_p zOBF|IzuYSivwE5K=RE!H2rA0=k+%k-I7tu6Z4rRUDh7;7IFlu?13!7xQQH%fQK;o` zw>VY5tF>^^8DI`FUy_q|9y8wO!0Q{34t}U_r0?i*+CN@kQihYP_9rqga9+0X3tjBT z@I;yUALn2A)T@)lsmJ+$?fux-pEB9l{M>Mg;kVvQh5B*_`E#wPv_HHP<&lwwJ^NjG4$$mL*kEA>$Ltnug_z&Rhe3KV2q+J-9XAN)CjTcQ}^;&f25cPFWGb!7dr>s ze&&lvkZ<49RTiU6=fGb+v{s48XPPVj%OH!lK;J8k>%Ef+4XFvAjeWL>U*9~PExEO9 zo{$eZDd}5R{!rCLX|O#^z&cJ4K*yE!DVbLTL*}9aeQ>15-{E(CGE`0$JNmd=-GEqF zs79R%a7?ju#B>9wK2%TiM7`Sb+%S#}o&uLsiIKCVR__KoXg%@m?%GLBR^8KpA6c1=yvfy8i& zTWN#+^-M?6fu97}K_@{<-~zpmQjbD{mu@pr4~(K=>{F>Tq<yyS@Vt z#)Hk?&#HT^b+7eU<40M7D#dR|D?ImgnK$R(2iWlG??aq7g4TaMjq8fFaY>Gz7Z_Bu z*R?;!;TKXmA6@S_72mPV@T!#j~ zA^#C2JW~;d3p76SEJ5((z`U@%tyOZ1-55vzFb8AS2d&;En`{pu{amtmW<-yhp zhivyQU0)=S46(m{O+dfRjbiJM6`?XJ8TiRf52XNlMlp>UNB6H(S?mG?dG%|i)h7?N z3y()|$hkI2d}Bu&QaW@XbWo+z7{7!CsjxUi;%m4CzXO|TZpJpB;pLYu7^k3@GuYnT zUm{S#2-BKx$GzrcDp%oVXpp^du;ZcFLso=P>RmK*ok!|TeWS2{9X&MUt|{{)nyCUo zg$wD+7ZDt=DrvPYXJP{#XaZ~;0PxqB*DD{agaj9`8q83EzpX*CI0UkQcDa|3=o@yO zT%`8WA#L}lb_&M113H|7qQ{Z66`XkBe68U z@?uR%W`)=BP_ClZQ5De_sswWpG0e}^HCC2ZjT1jbcz=D{x>KsKSNPMsZ*Xuu$zJo} zX_N*yE}Mh5^{}wAyZ&F>aeCY<87>LgFhZKlWb}dPDS6%WiqQZlSu-Zm79!B-y$i1E zXbi zE6#|(%ZM4&m{T3MbL;WksKI6qzNWmt5qvBtv1C&x!a$23CE%#ncgjf)9#z7w&v+># zD%Ckk4a&F(_`#U*zt?)|YmvsF-WOyq@$g=1ui$jBfK3pJ^{U{SFyxmUqKbhlRO%g0 zbKk*npV$|PN=pkNCof+|<_PV!S`(PdUA`JC%)lLRt>@csBA7XYT~LP=y?I^3WgT{N9g$XYew}u` zZe(u7{IAgeh1hrhCXPT}=xndnJ<>VZMjk@}LcRV>^~*av8f?xPTd&c_!9Q^$RCtt@ zL?i?u;LEZCtpezgk-Fc5Gc(G?D%{o5%Zyl}N2o|1i1g`-(C> z44I0@6zEnmL%ZK%)2b8rxiD!zCh%j$4mrQ^%E~NmS65P68XO#q)WX;{@zT5fl|@L3 zaXp`Qt1xK1jb8sRg9TQZSl^{B@SUa{4PvG=*^P4x3Fz?>B+!4AEm9oeXsn3Q_!9UX z@rPmAiwdHch6D&O=8^A|eAjR(m|WE0@y<49{lulqe}2)} zNZQ|epWrkj=Fz{n!k`U5csJ!7(c-!0vb@omH9pp6rSL;a-6c8IY=q-+0hlgYKG$}> z!xeYv)*@LU3&chR@;?ZEL@DX#USro2Ae{EaBF~KQo&Br0@v$6b$;$KAyK? z0;KXICxz>@FC{ZVMxS8&hCLzhnBtje!}CXLDer(0{bc@0I9G3*cTkWbtnF<&mx11R z+mU*WCmluqH)+U4xjtw18a+s{XFk3??==rGrqhGjpL6Ga?zx`Yw6Sw?dlG_{2R)ad zB$UgwVFG$x!e;5288LGZRABb?O=tbMQ*-I2XGi$oke~%twZ#eH}3q_#auBm4EBDdBsHC6PPD1q%i5eOUpLV4qO8@yJOmj$vioNitGW;$!2I#= zSs$OsW9xqmqhe1~AS_}iLnSriO&6|Sp}pJtG3VOoZH^hB{hw>7K=?5jAy-A($U&sg z6&76px!5?CT8Eq^w5c;U^9iuAEysLZ%%vPAsbj65v@hyMvAway_Qe4@48Jshvgzg6 z{(A`oZkB)W-#`=Ss5LM+Jyw5cngX+XWb%`AApY1RTuw>s6=tRIti^cE9bSxOT0W$~ z29MGLzeB&F8ac}Y{mF}h;lb;}vK_i9z23=N!99+FhYcC!Y{(ub-gmwAWhvLM2Mg%) zjx}i1C_WSbm4ak%+X&sAI#qQYJN0ygexom< zKH#HbX?RntYJD(981nZKxn56HXIZBpt_2pe_LURaaka4^?Ii6iq?(-(QcJh0!$oUS z6ANMfnEJoS`khqzwsy)KbL#bNzfs%*8(*pODthEog51vq@Tz=B{e)l1GYx+#0Z=%{ ziiWz7F*|c;G=?stgXfM-;C0=bKZaXA{%6yJxqI@=ee<@+UnB)8Kn_v}>Bh${P$F=g zDjcM0P)W0QAr{QR%MlOO!t9B%9K;oFIEyMo7oPZdw*DXNmovDYt0+)!IooQLA<##? zId3oOIT$(+kRFU1Y?G7aQJT|y^eC8i`8pcJMgy7y4QG5G)f>}5we{lq(hG0#x4FG| z3+$|G@^Wi~DP3&!QR2itI^GuoC+iPWZ08}wX~SQs=jWgQL()>_>!C-6nYd4EUg6d zsm72-=0^g960GB3UG`ui?wCKt-!HFxi*-$zewM7fc^EDzrh+HI7PY`4uu76xwZ(RY zaDHyz{|ZnG38_@IbY9Lky_@J(xk|$job{mD&lucaXi7A&(|!mhQb1ua`DVCLU164o z)o!`hcEtkbYP~O2CQPib^5a!9;8TSOCt{UU0dl+w_!1iy4CSK)VW}T@D1&WM^?2s` zO>9X1=a4D#`3SZk z1{fG8P$A+`8v2G^tq`mVOt9rBVmg95uR98@fG&@itOWbtejuFe8@N0;C_Xc$Adx9K-~d-vey@yk%QiK_pf@*ngz2?iWD4W7e+5P>1C~ zxf7`#iH;T!F>-<`MZt?g5)Py%3I~lIcyrG0d?7lHa2Sn;x+|RMoa}=;Erkr<=L7 z0(}56_tvEL+P~3T0)gyvyJLgyn7|webOJO)fsXMRvl(t2u8gNqQ_PoGt=tYGXwI@A zdgn=nLXB7Evij}$*GBwmoBv*G9NE|Uwr7I*cBCFA33LD|e*|}h4cmXnmRx)-QIH~$ zBeCbhl98Mr4e~qp%CpM^4M*OIgMlQ8Q)#06psSw}fMLElf0pbPNF90p#k7GUS=VK{2q1CxaM|mJr`tYUEPx?Z6{++o!#M`gt;;{*2pvu72NhkQW>X zj*$doDPT85D!OT}sj>$K2hiKG+u>D2vHJN(cR+`XcQEbH^k#{)o+n>SXm;24hNG~+ zQMDq(Kf*ajfS(I)2#QoC*`_t8pWv$D=F{12*(y{k0Ekj`xa}8~QAHl_n4e~j;9e*K z%WGWBFgCkd+HyjZ3&O5{0}n8Om-RuJ41I)_Ujyoyc>CuU3!FB#k2d1lEB+AEuNnfV zOV=7u%^5`l_$AN8zPhK4k~PB1YVpbj`%B9e1{^Qm`z`zLh}Q;QX}jad4DJh!aB{K> zirXdhNxZg0N|1dGj}mZ)EydD{kTBFU*Rw&q$9SZGY*TrBdF}e}4F>Q<(vNtR28jgu z9U9h-`x0`$HWYQJr#!WPLdr@_H+;x5&67;JOcOB7%8EpHn9&}NO0bo#p@GV)LS6$p zP9uEy2o|^^S~JRzZkhvTu3dSw4hhmJ);qRW2$lQKqvOh4r zeO`O!J+hy=KZg|8$7s%pR4B>Ek%C4S-789~;zqyrM!jCPnIRq3luA^AZFp*Gijl9L z_rt92+=(=K(lUWB?TNnRDgU0YgfLOd-rhcNmvGOV^q&CK=(qRGI#~oC&^?u zP-ReII;sZhr2<_O@8Ox_>j5-kwtXTUTBiXgd!PxW8D~9r)4$kf{f=T`i}AzmzD_E` zenGtHxADwW{bc)!=o!Sxo){9gdZJ}o6sl;0X8{rkAFECyFwE2yCV0KAg)L*;vsap1 zCev(W`1-m3z6{lGYy>TR^F8|AIu7L_y?PDzdbRnHg_V3gMfcC;L=uLnKi9YrOjBoq zCC+HuFSI3C@s_Tm4F@2E^PibJ|LCRxyfX+6Uvd9?-hh$GpD!$ChK~=!nhsVJhBQgu z4pD-7DM8SHbLVTlw-U8WiV2yXDMv(^KrRZpv# zAhoLIiSF6~u4Bo;DeX*B1&VG_vaf%(UHKWXCCG*W|5g?^SoYVKxL)8s|Muxwl11E$ zxJ}i%9F{)%(VzGOI`qE|3m#6l72!6fmH+P6=_=$)G|qdi0n;m_C&?%5Vevov19L0{ ztuxATxuk%>u%oI3XyW(T{B!=>l>eWq6;nPUK(%u-R0Af?G@2*<|D+(j%992A{e@)E6 z3^-n5FF&UV;!V5?z>-*X9ihPu<)x<1GjD5a`}!f_!{K!%eC_Bt?pc%jnI9haKRenE zZABAy$yoosh7*l$8Q#0pOwK*_4b@&SIll;d09ftBB?Ekr&omhyKv-;g1BQZ^emqD@ zR)h@@)vK%(oCj@geFKjL#;%FPatqj$3|XcHkJ^Axv5s;@4LUvEZ6*hHj-FhbzDcw@ zvr7xX44WXxUZp?8IV6gPj~1+KjzO>8POM3U6+NLZQ&ULUh&yqI#uWMhB3HLjPeCPeQ#-c;MimW(w7eR%@xthCdEFb8uQ zvfiY|xc}nA>IFRs;Rf8(J0N(F$RfTj#!^iJWFHScs_tGvKB|lyI{L?C5 zN6E#TJD0K}@Kuj_+%(gsTSFO7AvHnyThn=t>u3(XWg@Ho=PYLw7A+~zmm&F|p<3V1 z;K11i@@xOZ*lGyRkgoOdqr$ykXMv+f0cPx0o@J6J=V7r&OTgh7(%qt?(cy-F=2Lj< z8?e=wm71FRl@-M{Y-%&1GPADVD(&u+z^-_wC3~bOm42TYAoh7wtYj8e=cuyUz5Cv2 z$^lBoHe}WCP-YLy*HXt+ca#D{=@^;%>$qJbXK;ki&7IP{o(bLxJ~-uBHhAXSRp)8~ zei_)7_SQR3K~H)15q2v|3gH~FO-5wDc2f?+eVn6Y-evICbz~Jcg`p^Iz+qgN81SCt zx95WY={7#jCq7n94+kQTQ2VJ8jaf9{NBG+(l{ntm`TKXaO)VwH zMNTMMfOp#0v-_P~59&(+nx3fWMO$}EP44b+8PlnnZb2gdh?`YLMxN4h!k3O?MaKZk zy)sbaBg>DZ56B9mjSY=VLEr$>=#|gm&X&`==VPRvyCw*eN%cbBLI2*OALVH(X?%Wh zVV&BHc2Pl-vi0-C=XM+$=t5NfJ?3w%M7accONPvHg5+oR&Cl{lXH(dy)@ zf+5VPg(lcz>nkg0Z1)kpbyvX$adhVH#S!woA#Mly@WN=t#>tb#I3&7-4nHmL+ZY-S z8C!R@e{e0ft53f6yP;Z+ein2TeTZKxX?^rhX;UH@>iJH&F>IMQE;L zrq49hx>(A${!fQC4-Ya32V!%>>+}n*KQ`^lpZo|c2F+UcQ^Jy0`Cjh1x(_~akt|B7ZpITdCz}dlpPc~fE4fP4! zN`MP$UP<=)+KL1=Yg7zwV@OS>RSxsrBK_ym4r8_#11OCZr`QA%uSZ_{+-@E1_Ik)s{1XZbA9U33pp7uvP0m`sWy=Fb! zdWLkWp_)m?WA26bz!earObZ|XXkGaLO5fRFLE<1sq?yA@f~=v%w;TyXPy}A(kD&f= z+1JKwDCbAT$*U@Rr=^#EEwt^k->7zbr{;O*lI3~%S?Tv*>?Y9fe&g|IUR$@I$&FENWKiN`h;<^2hKx~sq+K`>2@U`LxS?h z!VLtU`M893Vg`sq^P~+2MxKMj+Gqkcm(H+oau_}d377=zpwk$KUUZSV&8{3EH9xPq zIFc|=JvyFLk<@;}Cm%kpQ_AY-=)@Zt9$t?^1$Wcxd!RK|%CAU4LrVn+vf}X=UAza| zpFg$8Mfv--Y@x_9$zr0g+RVC*3?bG^3|@{KqXgh!qq zaFB>Op9mb^Fi;`p(f#LpxFrCiOltp5YWM)uLJ&T6JRKNe8FEZ)0G4hX;4(nd1#CNk9jh}6r4L8JqynWw}(HZA`j#m_FCB6AHt>YnNZAZ6W=%;P+Ij=37 zu1IC+<)~fJBfdjUK4qh3l~wYeDo;Y);hor6+MTa8;kj9;`8B&uWgS z-59Fs&)M9_I=WYvHrLOO&P;5xlqH_AzmSFVBa^~YJkVpI3e9IU6fO8^=u2x+SNPrL zj+2=FLF-x(xTpY#z`bt2qR0NnsJKw!0t&NSaO^%&;V31>pN;CUpth$~+hf!1Wzu|) zX_satAR;avknW8VjJZj_gWaCNCOFPEhtf!`3U^D?W4YqCw)wZ$CaB8lhn6d^@RwTUhVN`9;u>UulEKU-Ywu|7qU}?{#85qJ1)CpVs7++2cr~mZW{h|E<5}Vb z&6n!c_EbnKh+-|4S4&R{VT;ndR(e{Uls6-$0h#o0Gi+GelXC|a5zH}@y@LO%tabh< zMBaO*D>=T0Jq_c0M(#3=9UH&$!(JC1ko$Tdina#j5)F*R%3&d_qLVt?*!;43Gr5YF zh6P($+qLBA4Zp!S#h?IM+wuz6M>w74fsVx{kgNHgv##ET-lr$wCss`p-?|zw8bVh6EhdVk-q}7^AlMLqp}>{D<3wKKn4@mwt@<8!KDGky}~)KuY!C7zHq` z;d5^&-bJ6eIxZ@&jtP?{VvMUS~J#-wx~AG?!|+-?*1m3p?Ke z`x3H~eqDU}!0SvHU>G2#m9n5p75(BJTf&c?9%*8%XX&8|((!|DdO2`|@m%MR*4!s# zY4q6BJt!WWS2?uR{_fObWoX<;rJuMY^q^VkEHD8P_bnTNk=UCQ!jc=T9}zkkZg(Qy z6F!TN)CtrHQuK27)#+j=5|$DU1*M%Y1dmgKu|+GXc7Oj2e%)IN*?7YoOSjd#O$0%s zJ0?~lLSCyizCnFYi(w%I+TVmeAHame3(P5nlHX!Q9SFg-#r_BO2%nW3!y5+t!?;#K zkJj<)B+6~VK$-ALA`-}C2&w`5GU#2}12a^}@c7_~#YClPdIAtmmcxgF0syOlYWv9% zy%4>dc#lo^%zh4D4|01=-5qr(M4ajDwoQ_yf*eTEgo-*dk( zms5M2%g4_+6Tca^lu+l06a0JT@axSHwkxdRZdwX6i_9`pTl?_q zWx4NrdD0^#du%&sN6rU38;5dx2Rq30)YOM#s*e1oVJiVTjyFk3Ut|!aFEBb^biR#h z%=|Rsp{l)EF&q-K^yH*~J&!XlGFeL}UKgO^^Nz_-MbnnHz-x?>eH0@LoWbQ)S^`Tj zL9Tc3Qu47h95bP22j~o2=-%-U>cd6($Nj7tt;pZIpK(q&hGAfxgbU;wO*$xmlt~&l z!jJIBbWq?gmRZUr?4^dCYof;MV}ZEYPef%Y`jd__?NcpRlPwX~TffU-dHA_xBor2; zt_qgpJG;Ab01UoNPfzb$9W~Y+`U29Gw~L@Hqp=<%_{v3ypb!0P)PW)$%-fJMJvYm( zrmZv1$61f%pOmzzurLMh%1nJ1m*Uq+P?`6d|N6E9+diRZGq-Ws`O52*-#ej}?y-jL zP{ll}rKZZ%aRS==T+9|{m(sE_%p*E3R9mSRn59+&6cNixkHMp_NU)TFY|WYOFvm`Q zbj+*O!}E{&wmx|UK#wP$HnW!ZKl!M9I_0piMZ0C6iJwOy;gu>vLy@6ij$NwX4V#J5ckG{;S-882uT9$o-x7WA1UXYL!%zRc{)qSplg}sNfx0_xi2}j44cpJ}$`>p^B z1d5}7`X*4>+}gSjf-CPBl#H=fV0Enj=A8L@Y^?rKzQ&ti0@#jVeCxkR33qDD_7fdgY!(k2>%ozYS(9jO#HzLgnww4sHyl65^ZZe8ogd*2>+jTLAg2 zS4JKETM|xHw#+Ezr!iknlil=C&j*HXdXc2P==HdZKq7Fq#^`{6{nm6ssr}KI<=A1( zDOXvPFE*w>+zX^)Gh|qo2}8iJ7pRab6BT4eaFhiS#QG1yc)xC4M-wpV`&*b1fD72j znnXaA6cv#;pjj0Q)E-XkB${Q(%Kn5N931fB@bGBoi0yEeO`KiO$=mCU5oJdBFj_or z!OZ3TZ;KJcsmWia*p$|NcbLL4B- zs3EnR6E?u{6OLUB6IQW!+5fiYwoeh6}^y@PWiS{SP8J4)m38Y{Zf?$Ex| z`Rh&)Zm!k{m-joXrDNaEdjJciP@X$=$obfrhq(~nzX#k#DTN;*?DTX3aTF^wG9+tx z668h$6Mb{d04)15x<{10{3)$;sQHR-D|`!_ogCHb+#C3L`T1vhR@t;L^7NIgP!6tu z%H3z|O$0@e8Q9+c2ys$pOy&0+fT(CO z0t?=TSILO6ytHPpdVwpYm`3pr>fqZn92T|QJ%#>a6)Os$XfXd8Gdj5ak9yPvBCw>z z6L4a2e3d{l17R=id(lubS9l}O1XCFEQPKX0iB2<$BTU=Ydakk9co8O1o9#2a-+b2I zxzbOaM>s=B92^wnfxnJlPWIhbA_Wq++l7|T1b{MtB3H#*^J!1+TX1EwSw)8AGR5M^ z-~3PzC*Q3yS+DuHa6^PRS7L@&kvxit6i9G!Q3G|D;_lv}(-uP%56DHaj44Ncu2%Ba ziwSLR?(q`h5$C*-kz-%&T;mmTxby#zTA|0SYkY7#G-8DAiC!2@EkBSV=;WkSHqjVL zSdEWTL3*$Q0gpC`30PvGy&?ZdI-p&2gjfvQe|q-Uj2S3e;S1k=J0E!n&A*2burf(y z!4+VHcg*SxlxqrLk~l%0*_V2C-EhkRTo`OI8J2p>mgf69dPn;Q~HR8{~T-{j*rh} zZ_dPq%L>X%64IJ?$St^4HYH-o$@Vrj@n@*ViRfV%+TGB8#XaaeNmYrdw(;*TpOWZk zc!#-)>53TB1RM`WR}Vg~9C>MY^lm6*n(~$qq)(P< z_n>`1N+~NcZ1`pBU$R^W2ghK7r4o^xXOnL744Wu3zu8>{Er(F)H}t*#dEa zd69iGQPR`Ve2xtyd>bq%d1|Sd5uBsy!C~ipEr&3%mCrui@6~tdXj!Tead35Qt$Jf) zBcUI>KN0+6_+3FkK~9Xl2qU=pTXx>Isl76yjUJ?t8e@V_Kp6w$x&x%{}iz=7$rPIP!ZJGhPFZ%;iYr8nxVG<*WHAcch zb{7UWZ9|x55e!cwpEgE+5&O=X)N!ibB+QUr%4gUNcV7zVc$V+kpmjDJ7^fO+CZs|1 zjmy+}^rdc3)i+<)B0_{-i3HhPM;jZKhPuXdEIi(NzJi#6Qwpznp^=NIiwJ%r=kxu` z^}T?|?VS)An}rD|5bLl!i9(ctnElcv7Fr1XQv(gj zS9!V?9R1}VvIb;%!GGT!Gl2h$Y>)we_DXCIOCGZVw_c&*ye;jq#KCALT|HaEQ$(6y z8Hk{lqOWF;XC2lar+IZZ(PaH{9NZJMsVdb>GD}V7J72$&%dw1eh>a^Ea=UcbsWxL2 zd!in+Th?PjiI#7EI(hN>Apw+3Um2^JdXE8=Q>xL*2K5MAo`_--dLmovNAqqO`6TG3 zz6KUs((J}$SJkplP0^~Nx_5FqtDkLt&j)+z*`m)Um`8=2IJ86b{aWs zn^&%N%(dy!9WZ%b5QIWzBjfC&7SbS(uv9UWdKoUcvJ3Q!k5~}v|Dg}tKCeV#gv5fe-?Y%}KQjhZtpPlav z`^o*h<}aJ?)-f0IJ#wzcid0KfdpAQivHXAdD2gI?X%v^ZP2ToeBctULp58If+TKIa zM6B}`{ad9?`kXTP)2GKSFFAimwb2+11f)arqfV;!v?JJnZCfJ)0|Q^Ze7%m8P=?SF zq+e7~*d^UHmn}p>L`bLP1-&a_!v+_|jxr@R1vR42>-clFL}ZmCMZo@9wl3a}0Z zmK~aByl+r;`up@bG%Pe}KDA}eR&w5{WiG8A?M&yZ(`r|+b_5quk^sa}gOg`;U-t4{ z9wWZ#!1DQcF>@U@Annj3>wD-hX@f9-yEcRVzHv}qjT6$-sMVljLj9hV)Tjd|0)ia2 z{caaYy%3{4Tb4@O=D;T51od}nNO*77G@r<@RpBX=gA!Hac=6Vf)2$+Bt&U>l!LL+Deya|Z5B}WSpEnVXxT=zx+Q=u zxk1g(9{!{F2^_Gs*~NhM2|0EqEe4N*5m*#&K-S~68Ahe>@yyJ`%%|ip0CVMC+wi`M5tlyAG~Wj#`mEx)gF)SBA_n4RGX^hZ>AIjy__87}r#G#ULsdwlplGusBll-Nlc%owtSVYQ(yM|D=5A*`a@0Hm zXnqjXEyNU;cj}dHtinUh&37gU=uy}9XRZ3)qe->cNBFu}3Qo_sYuVL$jWq&uudA;*LkyN60A^k29@?RBH31 zw+T+VIU_j9xL!|mXkoSIyrGKjCre)7o^&VymJXWp(B^Km~7FjTG^A)5}+#yHadV~3ibLvCBSxi+3%p_!^YEX~?fsfLSyAHQ6I5#ArI z6&ifCq$f(%~6SX4j` zD{w^YfSRblq&B#^V+c!07@tW$|85v=hidFDR z&t}6ZUv1P#KL`*R<|UPsyw8BS$x%AwYD+zm$6Mu-pwY$0#tVTjR0Ya+D}X!I`aGm+&AcCV z{mo;l$$kH%UkR+maRS5!JI1HH|!ag9tfatiWSrlT)0vxe$Oi1JNJ zkzr}nnVRa{6Bj;EpZfD`gxxOzpgh4S=Rgy0TJD_=%=8<`46qkFw>~r|^a725*_4lu ze`m~$bDj_$QS=iZ7q~-&W%n6zK00_*9K5oTr18kS!;_${-~Ls zXAc)1FbNjaw?K&-k`xjK%oU26f;U{=C~rZ$>`IHtYFdr1V9x31orTpG^!D~$`uy`A z71a>;(#_;w^9y_F>YJX@8uIEszlC}1$2)a;;I|4r(a+oOkCfj}WU5U@MNYhbYb*C< z<5rm3(_gPr6BjXyEHeW7=hB<*KvdBaI_&;pYSUSQ2N0$~ z2)}KpRL3R0*7#TD@DLP5P~gpepu%zXf64GBNhJ|;@~Uab&(}yIOno(T7l^d@NO$aX z3saBxNPf353*8c(Y2rs&U_NZD*^eyU05`ds3n$o;6&YXAQZ%Zp?LL9~it_Xf(>yX& z$c*p&R`jZJm~CxzbkyxJJVBw-hdhpRq^s?$%&eyuwikz2pZ6T6FG_T!s2w`gu9T~D z4Xey5avOup%*}}#ryGc>v^LT|zf?vgW9FaD1&UL&sQCcX*}yCwnl7+nKl_lqEn<)Z zhDv;x?iznDOL`Q8p=Zpf`BPvBLxWOIP*=$g#w^uKOlF0fn#P)uJ!1Z~1o8x@&Z{u> zYMarXJD&M#y&HG`U^5Knr^O!`vlhcS1*4Ev{;P?+11Z(Y_8NlCn74A34g=7BR|jR zu_>uw5OLdmI{mdwPW=S(qPMp(h&cWf_E z;5mMTv9+N5;{vR8_CS+@llD@B_id+}%xm4XL=t6g_dL?Z$b=?1`8_wP#ZTgx;Ct`?_7;Ib%c=s;=p zTK*aLd2z~!CCUtCbPvSI$?1qhkL2rH)+L-5w3~&y2Q#z6XOU?O9$AFMt~WN;y52X} zox{U{p=fJC7Z-N% zDxEt*fzZ%SNO8Az&m>KXnKmTD=u8-=3+T=AV{ zJIA9Kf{Zb|=8X8B8x{z-?}ThQ=|p1S`Vd_ z`M;b`9QhUG-P;PXRnG*3az{J?b9%fQLak`65`!OEQmYkVtoBa zCaOjHlTJs%y0h+K3xG`fu(9x>2+{pa=&;{C!xn>)<+dw*7&6=ze|tsK&Vmz#^|qU_ zPj&s(dc6e(({K9A*)Pzs=Y3&!uv+Rt{pS3FdYu)!cfUjP%tY5j;YItZ-c1VO%V-F+ z#lkzI0t`P6Um^>vJi-JogDT zE3ZbTI$c>=1Qe67(o83x=^Hyc&+66owe-9;?n9q(S7_o_b*&!OSeP=H7@uBen-n&t zjxUZVmh^5#5+;ujo0Y&AEi!ytz%>*;Ee_5yTt&GY1Z|~Ud9#x60`jkY;d{a%J#S*_ z%5xub&=nrpBYamu_KM0p5B}{La40SiNUzFd8$$seh3)SPYb!zw^mR0LqVT`0SDdlC zFAZ0@@*nT-tGB3KXbmRh9&xY>5u1%Z??4d!UH-O>rns+M(N6;v3AOMTV4Zyurj8=7 zBbQZHHuH;x-&&s(YoI=`>b*59?bkd&e4unK4v_yoRajtave`hqxVS{iRwDNiv-4Mk zKE{yi3o&WK-bY#Q7_O!+HL`QC<3N-|NP1?7BO7Roc<8>oueR>Nxlb{I4r$S<*I-r4 zDf>{CQ5Z@m0b7&L=`j`~wegm@`fV#hmJK4MYd_-$Q=2uNpS?IBek4%$H!ZakY5juJ zZRz75{5Lfx1w9I;YM)(7?W4{VsF*|mi_{5I_EYEy>DgmPVQ2LmNN>#s5M6!De>!2A zwg9IzzP{TXi8&U-k&?)-<*YL^wy*})Le&Z^_e9R22|`q7oTX+oJfQjQuT9Wy6YsJR z>Co>nyO^SzLdzo%u$;Bh&5&;5iI{-<_k|wee0sgO;Z2;YPwEyVKao=LT12-#1WNOi zhkdBr7s`w2`olJzEa#QwRMY0hDh)y~652t<0pz*1lr!~C6wI?^kzzskrI$XpzE_E| z>X=%!hEucbhQ(%pi`gC$$lPM;Qv~u5RX0pe4ovVpIiH3uaKTmxqCLEBet#fVXVZQ zFB3*Aw;S(VaS-PGvhS|O!eoMxOX+9ad~^i1Qh4_xF*cpTf3Sh;51GdDHx0&1Y+l8sZn&>4xSj6{ zjJ}byZ|s;peTv5ML!v9G<_7^iP?YXs+AiYVE-*Z#^F+U>{2S`E5HP&=u>@5P8B#t7 z$s{65lV7j@@?1rb*i*2eG{gXtzq-Z%CQ&NVkzXm_Y0M_;B-7%;n^_3peP11!Lvg2t z(IZ1IHk{6LI#STpU#`EQe?w4cUKp+tt>WVB>l0c9u9+3#bcPrEu&LaT<)8T}ltXAz zMXxF6$mVnq*v*N%(u21vOw7TT>b#`|l@ufzg3*}dX$vceO-yC*zeg+1f0yLR}3|r=r zOq3%kux{UwGB=m?cN9ZbgweAvKeVXW;tk=(63cMYe*OWy8u|zp6+Sxp6wC8}p>;I^ znF)|Hl>WjUazrJd3ne3uq)sjXm^RNe6y;W}22}UvYA5KORZ3wunDeBJYlftb1N*lp zwbb)v!Y(BlS#6ef7Hp6b<*VsBgP4nPq+)5 z9@yIoo-Gdc%g>@*zjFlESpFAofhHPD=iF?Va_ngqQGHn*)Zp;7l z=!Sr*Fv+BR_MdDbn=8(WtZFLDD%RWw}wgaUvg>2tC*_C)K0PUGE6bP z*JlE2CRJ_zRN10VbE~{utDK;^x^!!jlEXIE!kGA~Iw^D+Vj~bhm1z*8$s;i^;$%C7 z+(p9!T9}#3^tn8!2qI;5OOQ4B-1E*%QnJg{+xqSzVB@@JR<1s=pEYpr%;QR^l7jVlG`7o$mcyAdz5cWR zaB51EnT@dp7LTSqWhVC#UU|P1kRFvi#;AhFo9jQ!rufz$WCle&hDIO1xc59XOi3jl zwbS6^U~xp1J(c`?j)O?nhlVaqZY|{1{3AO?ZsY~+i^83J3kfZQLZfvf&E^^pN^uy{ ziNeik!IE>)g7yaKmNQrWQ$0T=n~JxSLJeW%o&m2w7A<-Li^US1x^>ozV!lO)L}ywQ z>2$cLZBzZ4z(d7RTed*v~-gZuld8F6sXHk_|Xojoc zk9ARWYYoUNlA{QA8K7ihE7?`#V4uqX2%KsL9vbUgR!JZBFC=U@?5;K#j)! z04}jYZcD=Jc%~f!6iR=8m3*q8qv_gV0$-TYM0|m8sca0U#QVNB)Uk;<^rdCavca4E!IhM?+-a$?-^QCcVd86+v1kNaObj(A zRkUMY&43acA|#uswJ`!hj`#hymCa{pVJFe1)QP_{Qqni*>?qlV_}>U?hM*y$%UR{| z_TKUus2^ouF4Gb{w~-NJnWGHaF%tE|a=6CWgM{fsvQ3?AN?;){WGl)V3h;m?tIm9z zO1153>vG(4>fg`B{U2R#8CKQzgbg3M`w$Y6(kb0Y3eug@NOyO4DIi^kPC-CA1dfDs zOGqi*-Mm}$_kZ5!!}Epf+8;P)oxRqYxo76SXX2%xZxrs z)yv6|&SkrO?JM6u3;QEy2@ua)-Jbv2IJoTOU2)(o$)xn#X;s}~w= zyISn3sXWSL1UYdQ1Z=mm<=ieo36ZQ9Yz(F+ceDX_yY}LnMeSAVn*T-^=3-I57wRgQ z@>T(I3+_IOBaq-BP`;;sNfqpDQfFm2;a9)8Q2GY?pCm2N4(0CR&@j(1*E8I@#rh#F z`P*l`Mfy66f-K^~7?Pqn=2gT7Mi+g!F4-qBvZ=0^xu72le%JgK3M8^K24qr1?dEr*w zV}gXK#vHlA_{#Ea9eptsvx7NM7OVEx7P}|K`MtcSt?6%H1jkKBn|bk~4#-nb|Cgu8 zm0y`YY?JTgyLnT-Q~5<&j633}fa+e*YR*pAtOd_vvfE|6{68{38=bZkgQXiu!Ea!RM05v0;BJ0YhvUGmG`S7 zj%1hxm0dm}OttTcH4Jzpu|2U*fNLhVa_u1eW;Dk$-nwsVc{h0t0n*9gBATL+%@@B0QN>T;KIir;)SRVv zT(8e=j$S4YX82^_3oi+~oA#K>B@HlUGC_XEw~$C=kT(=q$=mb)UbBv>f5=^5LQ7uohu^q2z9O*B*3vzu%F`N^jnA9QJNx zTgiaGpklw0yWz{1K_nj}eCYz5Q@#mOSwC{|uNCW(XVpZ5Sg*VuB(5ilVzWp8YC?km zfj+{N9&)b3lYXiR3O@wPNJ@gOyo&iAZ2ge$)MXqrb}369Kz@JG>LFme{CS$6n!Tsl z(~v_Iajr5Gl|HW$5ubkfu{#voG`l@>HurL+)jli|Uh zmFQgdzONgtSxbxH{fFLZOw1_?!|2$^LR*f|T(Z*K(Eq&~Rb+iajmRV#rqobhJ;#FTzd#8Y@-Ue3*R%Ys5lUvklU@UL+W07It!JQFnSS3)Mo}VFEczGor#W5&s#r!NH$r_ zYWzXXBr++;Cdf9&Hck#LtF#X(L8QfO^U2%y*nCTBw`*NT4QFgjKr0}fNGn#394n<% zwv`p+8NFzS++J7c2UyQGdU-wPxZk7BI1DlGk5T^qXo~k;p98&jcxPSm$z)lyi#nd%@i>k&`F1CJ6O^)m9Lg6G#5cVisG8<35$4BQCNM} zRf1dT_!m){!SdoN7YQh@BECxbVS^fG!fLHnPbON|I4MJ zaP?uUZxGub7-mu%XwC8RKdl=LZViwtfR&q*m%@>jbfUmw6rX#qM%oPJP;z)XU%IFu zDZ3`L{epXT%MFIxJ}mIYDvFv;;66qT&RqES;7*Qp>p{g5CNQfz9;iCM?xQYR>JN&( zM5`!Qlif!C&oh0Yrf>_gYJGl`@;6Rh(ZtbChr_45qo*>D3q*~8iiwGJ=|6mdH9y{< znynw>x@^z=ob9Q59}|5sTk+HKF>j;B!qSr7QKg;8_+>`TRd5W#h?>nNH#o}Mv`p@Z zNpgzWsWt?Gu=`;pvOOm9IW@$V0V^Fronh*V^gmbKg$T>YqXsaOwCAX!OIRdB3$*s| zLMLH4=&Vt3q+$>DUr zXq)ImS||#-L~PVP?*8n%_%;{q`rRQDNpU)t*uVX(t6?YJ`k57dnkB#MvH|nF*>Kg$ zO8`#(67(}fZ{1CDd^J?@S}icT2U$ZhA3c-_vQ`7#SAw6Kvz>k=wInMt5e=V;iieOhlHNtujG5pu z7DG8EvkGAf%ik$-BMI?x+O?$tEIH*&wX{es&;$ zvzG#~;#!|zQVkAFCQ2#5uY{~a8gzdA$QbHHH??pK_dUe(pjIEH-Jes!)H2**%)EycE$xtKgc`y@ZxO zyXI~nc3#lmk31MPkncBeIgt}!1~YAv==+q%3Pkax3VPRhZ8KR%m&-ftF)gtnAwW#3 zn(-q{;FYAo8{=ELs4aFJV^iGB*r+!Fqm+=_NXyK$i*IYUfWaT8yaNpW^8F7%*VREO z>pk1Tiy2H}vhIqY!f>G)GC)MP%{p3LDJ7`%rTt`((TI-u!W4-*XQ~{&?1= z6!N1vuNJ;I6l5vzs}re-spw&+yz?VrAj|PSXxQBGH$0wkbuj$Y zX#bXwk_aKPg#N$?2;rH{bfqHDof{}!$xRpu1b7$NbGtQyMWA>pI5@w7Zj|&KGP}cX zcd>HUvHkxqYlgP${q|OVz-2xop7^zI|L-^qxw2iUEwg+wpy-V zFXB?Ge^mVJf<-Qy*XoYo^da*Z7P@!Z2F3%;9i^>dxuAvl<4SVSI{1J{9qpS576NmZTQ!*Zdu)Jl91E)nXH z)DQ4~Uc;Ie_A2wB&SvMGsp&&-{5$HGO?yC~XO@@>F96SV#Ul9m| z{|J#aUy)y@WAn^mH@E(ED?o>X6|pch_X1Y79j)?WLQ)LxkcsHAZY&Sfm@EJ@&8t$fG)YqA0COmE zU=B8jH`F4VUo$Av6U2*G3O}$mpvVapt>CSg0x$;bZ0ceeup@Gv6VSG>wn^Op=llF` z6t~C^gy&l!GbM_5kh;Q_Udfi?gR(~#CCB%#S?rNbYadF*29QFvp+W49_UOld#W z9fSt+?9n2L@L2`o5Zzz!A1DRb$_8Y@zu~r{9(I>_mrf-Z%R{!@Gmnv#vF{C7dD3e4 z3rli#nu1kMS@JP5>Ynbb;=^X`$B8d*E&xK^*&gYZYj%2et>F|4qk?qi)ak`S(0^P2 z!!C%uKC@%cm_U<6P1Ac-N{^zzmXyfnjjCc{f-)ubYUS;)?H1Ig5Ouwz=zVf|@2*c* zyLvd91OJP%hf%m5TB9b^q9BL2g zkbJAgH=v-mgwaB0{Jqv>T?B`(zxwMwSleLEghLnXINpiyPHU6@kmB(8s`n~ATULNwO!nkbGLI39tcU{0Uzol8|K=YOQ z3u(0BV71kaaNuDk5+cQ=8UawxAPH8K?2!CL`$`NS2!4mS7=LQYH)mpZ=OQANYq$)l zE&G>0G@Q(S(`(Ts<(|v{y=0E*D0K$nKGb(~&N(Kluyp8>YJB2HoBmW8HSCvV*W>AA zrCX-QA0{_q-ozC8yg+RaRxO+2=MyORZTH(SEij?`toHdGn#m~{`Aus?%*;w_cjG@o zpmV3A+WWiRfL^JIhE+W zVqD_`G#+*NIvu5xIVTjNIEU+)BT3s~tqzku|>QCXn_ z(k+7$6iF~kbcr^pHZdgpNC@E1;{gq^kgVNJzA*Q2DttWNX0FJh5WS6feC}6q17NJ5 z?!Om*wN=QzlO!Vh79=8<-Dwet%&+8=N?`98I29$ul9+&j`HcCb5@oef_Ye5{wYOt? zba6Z*6Cu6(g@&N4v1D&-|7OPCJ*Rs7(fI0L+k)(_N8i)b)W`d5ax8!e-{Tj32@lRr z7PzE}C8wf-pGuNcewqv{g=h=)fVA{?ALjEey>jR7;2lQ=We*kd^DGdr^XOyIV|NYGz zX=lbnXQY_atL0q=)%v)6*{c8d`>O$7|4Pw$&!IWtF_z2@o~o(x2JNQT>5Vm>UxR9{ za8&s0a8I+Te966jBo?46M0-Y`0!TS5aA$j0_ABLAac8raOPSsYM`7gtDuWP(!PEar zT!AQKnah3!d#QAfB_;JmQ|VmE;@u~LAyfQB;*{`HOb}0PYJf+kbeP1L7wvLc52WJs z|45px<;uUX*N!>8`xT$JN9TOxPhA$L5l_4-)uFkzp+Mv3tcw(fC?^&jD`wdt z)fU=MVShG)P1DobAnvFU9&`rU&`OTGR>Iu zy?tiCn=uqaZwM0Hw@j~!nqoL`ui2*#sCEXs{+)abs zs~MqME&rR7U(E+-8Q;EReExay_I5kUO0ugfE+$u%ms>Du3xq?4vn&I+w++hU<|kOp zO-o^ptG~{Avi~>m6QhC&ZCN)bhdd8e1ILJOb@1DgH!D|_Rma$WZRS5%TYH(BlgkP| zoHNNyO5Cq!F}DePEC$7#CJxstjke!T2(qNke>cNeiu-wAaR0OJv~EPYeSG|nP*6I0 zF|SRWUh21A=)Qy)H1~Y~IvQJK*9;Gk7tFG!rwSu2b)42-e1}~6r~L&kft=NNnJa*l zZq7VJP3<24PbQuK&-3>J8%De94gO`F!n-ATTG{h>iae8?FtqawzDEt`!1wV_$?DWQ$jRcRPZg{q07QW92r4pNabEvrV{xU-;#^_myTwY@!6SO z0e+rsMr2rsm!q~&W6bQgRwVeT0tgA=q4Echh$7JXzdEj%08r>Ds$1uLvRS*?AbniV zaV#)Y4NMUn33MqYEyLETvUYCv{r2;xKMgy(qW}|c3~CH2*(5~O;9{|pkg5v0KYU1T z>DjzD9Tfc?|D<`K85A-Tcn0fO*7bsk`vr)Ao_DX zgQgnu+5l_y5|TJ(Bo`-_f2(>})Oq)?X*;ddf%z9qvIk|-Dqos$-`}mMxvq4Rm~m0& zNvKLRcomMPH$on2mP(Mi%U+rOE&Uc@z| zVY)Mf&WU|ojDOg9?c(;X0a9Ky-+XJ`c-mkyo3**Qk&TWRGIfa~`8CZYkBXd`$C;AZ z<)6e8L+lT&`zWy~<|+D!f~OD?50yM$tTK7c-~F40MOkDj;x|-T`E{ZQHJuBG;EV5R z_!(uMTNPN;27yvl>mgtAIq~0p`pBJXvn#kmR*i1pq*gJ7Z6qv-R5dl&xZ!_>H@^Df z_{wkGFB(chz^sZUy=3XT;fmro)V+PHLp4wRLWvlyl)%sL>L25}CK{eNr@RR8{U6?n z26Pd_;0yN_zxdP6!4y+^O91muuvg9YO78mrEA=Zt+#txuH-vbDRIZBqp~0)n>)T$x z?WRws6S*p(tUdYN+1OqBNL_R|6GrsUjd;4FDuL$u@pj~@VE;bfJ4at6EyoVKetyF~&f-rWnM#oC2IM-%ZCnPFt zn7*21Z+JzR$)bpMG#}78b21X3M-&0o3-CycxjV&`!!S>5{MM4#&%;@9uYvOo7ldRkGU#I_qVNLk*08LpXzoYu2Z(+O$1p|={ z1r570L!%p)$b9Upa?n;dcwpW{5!cWqazyTzx<)lATFLTB&It@Xye}<#qYLEEy|icm zg7UPmmPB8xlCrr6euKxC$*vTbiPCX%*(x6fs;wp>{E*A{I4Y7UStPGi*{*2*0>nhg zu6Y#Y35Dx_&)RqZg9fJ>Xd97YPq_ot^Lp3z%k+1kkOi9TwrsumEI}(!!|OvIbxo~A z`n*cqUN+FYZveqx`$X8t$O^ zT&?sRp|j+N1{b7QSQKOf8G99*4GR~-_kZ)gZ*~MCd|Ey!jZnwU~n~t|rbKoVw)30w6EiA}QAdxy-9BlYNDp^3hQeKMkQa#yZLfME zwAK~Q`C4Fvb)8T2Zr_jJ{Isl>291uRXntU1aUHnz{pbU!H&Kp@d;}9-_R% zR=$kFlw~mJdL!(dVns$qwyD3UUmXS?F;rYsJaGE?R9}rMX~|uv>9lyMs)0>Cfz0;C zsHw14a(a5{_e)`cebbj2Lt!+`ig1o0FqD171a$9GLro(~3?#W;OLFosKM&&v>yIrH z)xIXo>cCd|N@h}1bjp0v^u8pa1RIxts!+0MtYgZ@JmC6%RHr2|`6TxGUy}E!j($6g zxitFL&-t$LMW^1_wkuG})8F*$Ok|d;ZVKXGis$ELl$4CDYf31TyJW3q1?Pg5w#&AY z$x@`CU!{_dJwN^`(S6u`xoS2mn_pg{yS25Kh+#lRRV8hcv%r$QJ}gy_jiJ_|?s_t% z>Z%NfqYyhF76ObaY}9Df)8??gEvQ)E5AmZY?`*Fz;~)dF7@#)4up z5PSr0`PmFVh1JX*UH>YiF|cqgRs)ixmouF}YcCDnrIAi|_nVND9+%DCH|Ks@-ee`8 z6k4BQNHeEZvJjacz%7y@|9BJwt42WU;Xc?=^Act0h)K;+X0>Cn@xMJJgsR6vC-`Uf zPPm(In@B<=#L)rHO}(gH?vmld$|vlX|BLs#GVrcaNACm9M?VUA*jd}6mIYxu1-S~Q z-B#kOq@t-thZSLuB#4?m^dc4(dW|yY0h_F*Xhwh^p-q>kc~?H<*tQ;;4=EX(`q99g z$4KB7GdIOW{!s{P=#=R6O4Yh3#>D9ja@mz2Pnlh|N&knA<9B~e;|d%yV1`&E&cD8~!$U@lUoJbU0FcD{Kbl_^H{1ER_9+M| z4fFaRPJ6t2!m7UNnIX&W{u)yAAg=*poN0Y|YyK7~=9@?_Vi(3}kyo!9nqG;; zEr4aL%B+&{(iQZ?W2&6`u3j&H7LN4Af-Zn}}*ffxUOl!JIa&9%Jiw8n~uPg6T zacXf59VZ~}XtsWlBKCM1vzZ+P->)@6# zs{s9Xqr`rp;|5WPnNgJtCy7Z={oCY18*!V|q^9&CSiw zMW(L2x&23eUB!1hSJx?>Dow$RAzFk!=kLR(QB({BQR2s7rUjD}y-N3(fNx;~a@_iR z`GGeyYgXlg1pzoXyA0j!M6tFJ~{aVi=ZHWq6BB+tz>mew(q8JexdfSsjv_CtS`Ab4jfoD37*SkI%_{}# z2`bYq&~Z8BdY3ewNEcmL-*R6YT?T&NJF6@hFza?j6rVWPR!&`_%!9z;OPM+6`Ok#C zepG~y1mS1{Q%&=#seA>v{(Qd?0`f{X9D=aJTP~K3r4stC{1_a%J5AmqRj*chiJg52 zdKe5s;xU*YyR-ERdutwB1tUpmiz>IK%G>;%gKbTDB}Jd@b8oOQ3$y?pKemZFfSACz zYv+qyO#a!dCr(4eC`&jRo*wUaPH;Np^*tYXw?j&e?RN5OnwN4#s@X9yF#;4^MlUHD zj2YQPu%ho#;U;qXCFwZ0sl@&)mIAgy+Ni_h?P-MJW5>->IJFwtte`$YF#&8WB6TrZ zcUBPr-A?&A7M86I4F2Wy&)j&fY0Q~2l1$(eHXWCf0qJRtUo_fY@YkV-w+t$DFmxCWG4(TfNmFVIRKTE$Fs za+*?d3ezureN|Gk!guUCtLYHG=37b11@S{vRVBaC-iG%!fW+HwhY4S6Dy|`JBPt4o zu5Mt@s}F)Eu^P&!JYH1`0wsai>$gDruz>^*bPry^kC!Rh$wmR=lp$>@V)tth&s&Pa zhju0&4}V$4B%tO-hSBl1KVZcj3sq> zMa2Pb#s;|WpT%b+V}79iarcseeVcwI++ zu3{#~rHfG1vs)Mt+G`XR@zCahSWHaJjkI1O9v1Gn@9{$)ZPAw363?_zqZ@MPs~h!m zZLJ-M?JOPA>}(uN1wXkB%7n|1o_h;lAWfp@nIcFT*g)0LPbHiPU5bt89x&c=?XN7A z@B$w%W4t9257X(e8-6dnN*HDYRwmbF)^;OjL)G(R4l4+DxpaQl1J^SQKyjkWq9xP8 zM|Yf;5b3{%N76_EhYx5@VDDA&uz!4FlQOi}D^E{Ek!8wnV>mJIE6+rkrz>zh(RnZB zmcI^ZYCkOZbTm>H66Rpx$wZJ@GF(M7Fkzj70i~^?i(xE4C7W@ahYWh3$Xe z5h@H=nIntUwieY72IL!0s2p~NCDm87(*(#?!?&(1C+%Rk-{_L+?j_%af#va!qU?Ol z?^B_Eg)<9P;o7-R9A2Bd9_corX5_shn*R0nS57eNA0;#VYV{_vwwmW<7F%U zsk_=%!e>9^7jBC33t`F+RD%bC|1IX`>;&r&;1G!t73A~bvdbgjLYQ(h_6y~o!wf92 zW(_`^^+Ku5d++>0O`#-iwxt?DAxQB#fPddt9!N?DHe^l?=_F4+R7s6(>duM(9?2z!P>*gXGFO z{1g=>+B2|nc2?FDAYevY&0oz(o&x)6$`NF);IWM^=Hj1Qg>)P(xKO_n997ivn92|k zYymfhORI1}eM_23acS87e|f5blrccRW5P1$3DEcqHe=ZHYOE8&uMI;$M!P1W7r<-v z?iM#_a;*On`E5d6cDwRd+g;n-Tq4n2QhmhrgNta5yXXZGFImXnD;n7qfqb{2*GYT} z9p9vNh&@|#K{I4EsUIk>Q-2U7*V)$`m^WOFXD})_*aY>LaTl2eBTZVGj94RwA4r@;gjP0CmPnR^aA~#|bR>M$^wwYSA<495 zos8}bW0s_;<7ejDz&Hv+pA$Xtdf$9AhR7p_egHCv6}HPsBsn0MjkaOpH2pVRzVMS> zKJvE(oEKfodGyr z+#1|#BO{92M@Kcj*4BeT=08RkFIXcBs3nF46>G1$pLIA+Rc3epbVT1Omh!*|-#bJA z0T$CdI58ZJ-ZdlbSG;poL_&ms2=h;03ct>i^jyDLnSM+w62O~1In4_i$2+<{0Ye8* z(ug8@?@HBP*rPGts3Q`fV>OW0vGUsrc7Hck#f#7Hhze znMeC$HjS#VyP|{$tZpnZ)hiA!>GQ&6A|#xxQOzVvdS+H|>2JITO5*E|o!1>VArc2+IZtT1P8-LvExvWrH;7$ONbw%?kghYQSXE49XIL}dNo>vhQx zzVBeDe`UL#j@FF$5njDk+t$(9MfV8hEc;EgJlBEJ&&`vmPGK@Cvxs_(zlIze#s`A2~KcDVKqicNc9R zwzZ$kh7z68d2mJ`F3g`j>B^uDge6BUrSCAtDFfhQOTmuS`TcW*DR!`OQWAx*0NIyN zaL-4FJk6_t{rix^OKx;tOA-Yss$W4)5ZAML{UB1R- zps}uqR^w^i_H2S@P0HP{y8NI-z>{lZ^jwaoSiAKI)lo^CsrKW0^NKe9NZd+{s&C@D zukKe(fE!&TH$BI+g8T2pR7kE&2Y8$BjWtUsZf1-y#nBc_pJM8{>anKQ1$_U#d+F9Ag&;UpAVSrzQ5bwOw(fPMD(T> zY1v;kd--g4d%Fw+6LaPp9hAi7#6n1;fC~X%SSYraI~Y|8n#@UnMaV3 zY#Qh?yAwHw>?i#yoP&iSMAk7%qj+B)OPh5xQ|m^$BBOkRiI}msp~?*tt_Kd&rOrjJ zT`?i-rBe=tS#`nhrDAH|P>c~5_GI!+0s2Y^9zL~`vTZ}(_qE?9ko~`r%!j}R-YX20 zAVjG@wr-9B{wU`Fu}1x#C)(rn0c;>M44!w5v{*KAmU^zRhy9n&)gSEIfkyA+K0U^^ zw(Mi_S9lX&hA z?eHrf{}^PCm19k1gAa$_`S9{XETE%HT+jVofBXG%j;7Ib^mcahC!1i4W6ST#S|IH% zB*IfYRsPXAe=Q3nrEaq+#K+dvjNYQ)G!jC2PxNj1+o;!ARJ6-;ux@I$vcG|W`jpO- zfgz?6gWVw(cs7Oq^!O5a<(`!8K$}d26g2iVl3ySOL}8@^%eWyHcXx*UaGE-@Y-?*1 zdQ?RiWVFqbKEJea`BFldsa^SLTzfByt3B=q8k3ZG%ExL;r`; zjhJ9l*gp24IXq(i6gnj!ioJ?_n-V^%#mrac?BX#AE$JnBsrE7*awOg-lj8?A44yA+ zzb1ExCF}GyslN8+d@%Yu-AW-1+YHbtFgXA%|=eo-NjZ`6|n}UM@ zX96;j$5*&z>XJ7@TJhXE+iH@lfk)zvLS4@=3GZ(pnI13DKJwmNCx7&r{#~B3H3Lx? zEF&weBTSI-t#t(wjV~N2+=imWM=Ma`_W)&O{3#-%A>6Xwm9-7X3Ccx!Y=VOFVLY4L z!;NS_$Vm<=l^n_6Q`2RQM;}mz?tgi4xLP$?!I%e;z;g-T0d)OwC<7?8u6Y{~n*-#J zt#r1k@~Hf|0jrBgKQcFqcLhnL+Ovg6@Otn@h~uP3YO~;wvc^*Tnrz;T%ez9>VoaHt z!zl0hu)4j*cW6=#_G4n=mHu2AZ8-Q)R@+&z*)p`h@2Lw9fZ*dVo(&Ktbl;U|L&;A4 zP;}WB8S;uxVRzya7^vL#unw`*v1Uql7l>DN)mmL$J=N`BrUS8Q=r2U5u>x!OfGH({ ztKmv_euyF8&~Xe>64|H-YbdVgCIi8SxQ7G%py~o9!ZEAINhIaMqW?v-OE{$~2vfXTT4D`_1IEHa!cC!5lB~iE7|!B#QieAV>uH+( zv{esr^AGdeH`_Pyh~v}WD(ofvLRf)aLT!J=#+f<%9Y?t~fUobXqrb0JEZYYgm=&r+ z>4r@-v&zSg zFb!CsYLFPlVTTx??EIjMv564EC~JNG=IGvNHQDUWbwJ?E3jc!x&;b6)psoc9UU*<^z>n`KhVUJQ}Okmjr5_FRV{r)~LmnIL}4 ztD#UcQHAhx@~G9b*jD&%ddR7O@0ESl2|ra-pJ_eY(c5jd8J?8{_QF$s2qv7Ik`*1} zkWZ=+A-XgTZu-OR_viddEb9`+#C{;SoiV2{`}RRn{{3E&3xW5$SVP=AmK1Oa+Uq)K$`M0t|%7a_E%&;js%u1=Qs= zVcn+u1?p)@{^v>rxxER5pK|lrDP4bhd;v?Z2_eCiIOp&cO(DE?27$7Z#EBILot&%D z(9ve-Xz7StOzK_;b~iTL-e>M>7w$;x#~F5vXkbk_58El|>$#A~E3D`T$nrH@JPWZ$ z6XH1lx%g!x1zLl)Hqq#ea`%3)msAQK@2v^+V`^fi!uQl=K{Om=@4evc2C;oysa@tqGh-&fn=?!i)%)+OrT7D zeNezd?y@}ac6yi2kX&%wS9NJ=mL)em%ZYm@R`Cu^8>~{5jpkRMaCOq~95fcBivl9b z=lt5LwtubqV`I-U;^_sPOB*%wo}Kf&-C_HK0F0<{YJQ1Gso+U;s$D7ZfM`%%bE(Mn z&r1Q)D|h~QehUyAOK8e}ES&2c6W;yKzxC}d&p`BtUE7>9&dx1y+Ki3e+Ce<4g#~I% zFRC@5a`%gt!qtVzvsJ0Lg$KFn8I7>{YzRYP@_;#GT%RRhc{AmrX^gF0ISLktmyPlH z2q=Yy$qenwFK!$eoovFs>`3|j!nLHH?9bYsLUysd>uc%LPd{%Pj(?vbDbUuT7#^*m z$>{NOR6U2ZmIxA(klQFmE1A?$e{TBFgiCwy;2FzYYbAI^&UOyO$DFhCKNyJtsZ>^W z29&VoV**S3?Dx?qcEa+a(hZ_wz0ccXmhb+26AaZ+84&ywp@lw0fBq2S$NZup zK$JoUCk79?LPO_78XDa$Rk!x_^=lX(7@x1-bCvM+%((g*K^}WUU#=FR7_Zf!B{A7R zdwfnZOBRk84rWY|dp!?YY(NFITvMSmi2*?~(-?#r-xOv)`w;CJmD&(p%$h4H2-!V4 zT9QhUF(qS3c#)fugEEQ1s;mw{<@$3;$0-;;UbnL|WXk2w^#bk`#>lLPzR{w$OHnrh9eer-sI1Z7q%O^$qp1GSbpn78Vxz02M{K5kXgL_e$Sz z|IP#^hRz5F0sXM?QXIyh{gyC>XYV&zM?XHHxF)Z@P&Cv;vrIYT4(`6e>W5WbSXfy3 zSss_wc!voisX4dG{L^*<*;X>EpyD5A+4FW zzG7m5j2th<(~>fKiX=;3f7x3MX3Mafv7cGavL>=jvplfPsbHhwLb4|yFe3u^quB?3$n&S5Q6wIu*z4pJ zOnFY#oSoe#kl+z5O{q*`z0$pu)8112xas^oWLQ2BkpySz^j@)##Ij zak%aH@a>ApL9GuAMXVtRWgF=;cN7g(c0oY_4wpU5Ue^D+oU8VAWh#IF2GI9eqjsS7+a83pKXNqDR+j$a zIO-g_**2`Z5H|CEwGepeECuzzrldA@!x?~7(scr;GWCfXj@jA1Sb~gGe~SJxT}AYLgNH%#X@z$~F_AbKwOYSgt3Iohg;W#@Ly%z+I|Y72~3 zMEi>;b+px#7TvbdW&$donYaQ-4U=e zSC+rgVR4@FnJMFD(0dXX{st!PGtP(Cr_kwD%O62SUlpy@#@+?WhY2I7L)Ye`;Xtl^ zq92g@>gQCAK`|-xWMpKrBRV%dffjF`uf#Nk5i0)<$)5(>b31M=^`lF5SpAvY_xV9Mw8RduFhV#ZPmARk@$Sq2#Y7{WX zCQTwON-C02DpiS!6*1_s?K+x_IS3TLEK{l{NrM|CPYZ{Ih2^KNdgf|xJmPAv&w9Jk zgJt5c@qaEJO_1pQiBbq#$3<#cbcP&yK_6ii3_Zj|MJm3|L!rOu?!a19w6nRipWaSW zn&4OA@7HL~Xl=q0LRylN**od_rIuBD4$b4;)9TYrZVhhD2?=rE-E^~iEyWeIlqDRm zOrBA@vQOg_3$=hiX`DI#Ra4jj>#jw_zMu0HnwrAWCqiQ2PCwYMR`eDGM#tc}av?i$ z*EokQ{#xHJK*PY`E-Wt2Kt)3v4&x6ST!}PVJX9sABxTpP?JTX{E$7uxS9h$!s6zk# zc`ID%SUu747Kf*af^Rs$(b&i-Z{DTocf;1!TpwYA+;5j$NQD-%mLfAjCK)LykeKoh zUu@HN+m6qk&zd8ZH8I9*RpK4^bQ4a6K5ejX#v?gr`Z?h@%9Iwho$l928Yq`SNO{p&gBc`vx&h7Yr6@0H*6 zTc+U$tL2%ze%m1rnhWf{8uqE`4G_2W5vC4={(GV^p~`fFrG?p?KEbQuQ*&+4NEp8S%Zed86jK!>g>fsRt48!A zP^7hz*>EcfM-jw2O5Bewg947{w9)bH=389}VDL3bLtN(rW150yuF=9q84if;l|HK2 z45Tu+d)NKN&qb@!rN@Gtqff<`X{dn^q;2!N zdx~f4Wca@fl`yAEV7zl#W5HWW=YzrK(&XGauqFF4&oeX|yvC_jq(XN^k58{_to|}2d3kL<*u50QW3j~+FGS+Z#|n|b-K7r)tx*G7 z@^(KYR{wKB!GXYi!A6MV{`YGo1~@t(3VZ36CCou+2saU9iWuvD1|w2(dvmuSQZC|C z5p7Ajyturs@a@QMzDR4&4o@b;wGmrI^jl?VNJpdJnoB{j+yw7eT1NU1HV!t27JK?v zrcNfUDd<5)21w4`VC`Y}VtmY;%S?m}ytMC5$!>eBGyoRk2~pL*-@e)yzQP5sjRSq@ zIclkXpbKhPhfW4|t;=>K_?wy?W(SPIs3*Md9U|V+=5gn-)ih1x=A!+WnVw>$?T@GSZz2SDGw8h>h&;T6h$sT#z zy}^l8-k=`}-#7s;DNZiYzx35bO?v9vQj)H3twDm!iphPm!T&d}uz|ov8kQ`6cR8o4 z0o8@kj!f}Bah;m(r97IfN1rv(*g?}Np{ZUg)Dk4wV3*&%)_xUM5U+Cc@*C}MrA1YJ zCJ>7*TR*#%pQhZhnkm>A`$7G`?lGfE{5N)0+?PooD1eU%csT@0QK)h@yL#-uzZy0m z0OhKcIyzoqC{U1YtXf%;tFtrb!{Z|%ppt-m-*^8IQ;*z8)wyMI8JHLFhhq^j)(64g zX7f8yDN@_}D5Yte=oZ~Yk9Dk9K@`y4X&NaASMbJC^UI;wif7bDEg`AC#dWO|1^W9U zH3#4iQx{W}HzwJo4+H35$_Yd4cQ1>2@PGaD`FNMsBhjNU7&%zX?5U#= zFL;lD7*4wQnF$hi4s2>A3f-_009{??16u_6g?m>?O5mLnjKr$KL1eg~8f~^6YRru! zqd;)5Cexgkx94HBQ}jHvH%eD($9)mV8#yFS>_36n-{u~h0)e5Lz#G<%3k)K!domZ7 zO22QEk?K&u&TbW5HRSYKpxKB>b$-91AaAI(D5bYNp2Z?VPG#p^V_HB7`Orz zFg9_iJ*dm(Nf2>Y>Bein?V@H6;ooQCdM~>7*843=XshHu*MJ4{nFa!kDx9HSSQJnc zG{>YNyIEYIxb6OytHo#+f|()osrrDWTz#=_(R7zpir3hwo^2hP8EQ6Qd|rMGav%j2 zp2HTMP0R^WvY*oX)vP*$*mlu?f^xD1Si+N znT!OF*ihY>;TMEQvz^p0c%d(~gBHBz3$g?Upo6+P3;tWdM-%tHpHMW zH{w;1B7vmZBBDYICw#4K>kvxeqg1ap`)t{u|JD-297XP62s5IX;vgsFJ z{ZB6mC>&uz0ZSSju4W$3{!~;u>1E54KUK88v~h-rP|`rFEvu0|Cm?6WT-UjAIJA<9P%oFSU1;YU(Ks0aB> zw7))!TL6r8ON4u=9|{fH5q*X-xEio#K`ep_>JBDj;YV?za5hxlVi|b&G)8-3QRs)q z(x4X>Rs~1*Llr<;B1d84Vj=JnGn72Nlvqn9jgDT5+kQrdvWal#l}Q|VPVqG=hOZ5;rjfAEi1mn zxv#w8jyP#F77N5c<6hT8Jw%vU=wl{EqOlUHlF7;QfuF**Nh+ZD^~l4!;soUt?rmgb z4!+WEpV&0cQ&b2JVJ&3;3a?jMs$xRoi5+^0)F-$2Fa8xy2NEq8*MCPahYPO6ijGEA zm=0$_a0Q(F?FrQAp8sVWu_d;CM0Wr{0{vT8p`Ba^n z$=jLxSgYd$%_w1d|a})8M)+>2r?N~pC?WRl27{PlXcD(MP6}~>T^Om);qQl zOYh*k!%&xH$gwHCR3!VbWVa;s_7i0vfy-w20R!+)A9CCX{=%4tX#qqaHZ5F!mD{t> zcol^D)0*_)+qh`8Z~fYCcfAfA>TjjNLQF z=8oG+f3)x&w5AH8+s-bbQ!t5wsUYlOtJGvN*VEHejFgQG^S)UrSX6BuP0~w~?<=S* zmL>f6B}8;dlTSE*vv@h`tCOg1fBEy?Q>rE1e?=Mu8nZZBIrC)3h%8Q$+t&1uY^Eup zlgUanw_vRnZ1K<{(s56FdA@_GyXrt%knu4RnIF2UKeTd?+4J|LEq_;Z z3Er~vaUAY+5RH|a2)&Ew-{;W9PfoUF-mVlTz5E}(h!<*4Sn3>WnQ$`Nv$~Nvtm_mu zfR3E9L0Xi!5H)bj(-yYv$e_Qby@??FtpEjt^QHtt7hmbuHwIH zV{9)#YqI(g(zo;%*jgwe{|VV4nZ60QP^)!CNpn&%PpbINZPJUsD3+%r7=H0;oT*)%8ljTd;s2 zW?0Ui+RG=OMB5kUc~)kY-z`t9lvY$%^W0ut(f#WGmyN>rJI*1-%`5A+L7-{ec+(zTE9qfjvLXR&{5ULFV>R#sP3U!zG{~L$2|bsV7t58 z*0=UQG+EoteAi%L)LYD0T$*LLwvNTfUF2PzX!dT-ypX?;qVCfv#3#3!ni@ZK(%x5k zUbTO+*o-z~Rd%~JaNly-0j+^9tMdsp2IO_+-5mu1KQn~8)64g1aYKG16Xalntw#0j zo%A0O;1x(3enj{Z(8@5s5Bcl#z!eB;Fe^ zLV=95)e2n5?=r@+_$cWG3}`ZQGbMhaA(?C_d-Eu)*{Smbdv4OLc7Vk!+(LqiNrVZ9 zXbp@6#CeQ!C@+WduBY6cz_&Jg^v>6YL9-ol!;v|97evIzWMLa;B97jG3(5dPl3!iU zP-d|SF^|*!#x*rs2u!;)?OJ$~y#ES#6^bA!IbBl^kSGV}^EN$HXAaFfacD|Emu4g7ylvi9CmW`L&)s1QgTKgU|=tr3g-S7~n zt4B})U)%Q92`3wWRhOx)h7{BmauoH?Z!8S=%VTF^cr#YB`L~iW8Tg%=+~yA`{$IVU z%kpqf{j%kk&L-w&%oybM9jCbuxtmVXW^>V(aAh0$XmYsMT#4%;GUHxr__E-!*-^#Q z{bMV+g^Z0&oRhe50qbG1iD@_Ayy6li*QdMM&|7_fX(GTKSc5~4ZyJ471t@6{LK~GF@SDlR0>^+ z@%#%IM7Qx8(_K!6TPh_Q8yOdxHNZp{%Mkh$kFK)nzwPUKDOy+C_I*iLM|F5~*)7(v z8UIFh&$;l0l24`9xUya1jvc^IWyf!2R#>7vxLjqVK{=v^FC)Yg*btlUpVNPY5P4|-qjga?2rL&E5 zg^!n420I?IA-75FH#07IuOLrh+JnKqBxQSMoRK5lIejaW{}@h93Nn{<`Mdvw5ddt< z1e7R5q}H#DK=V*F>K>x+d+=MecE~vI!|yVUO^io9Cp|a3jok#cd@De>??|mri3N=< z5A4l{8HW}!q6h#AmJS#$4+&dlJ|lnHz02jfYty@7q6j_uvW^K-VW0}}mlefkhp01< zv(SwBtgbv>p)TKkp=V)?%aRkXlKT_(_suw@!ekiOW@LOCiwJus@#|OPuXA}^R^_E; zM+vIr_d!`i*+Ehi3COUM<2Si0!er8zYwn}wb-ye*M&*hyl1r*fXsDQa(FpMv6>k-; zquioyM(>qKT50l5>7->>_ieXR)sY?I^yTW5J8~y>H}xhPE%RyWI`#coWbNR( zzBzAF+@8fA>Fo^(9<)?*U}|#lU4R(zzIGW8mE7V;9pK*klyc8A9|!$23oUOd=X$K2 zKa@=VyGNCjhUhAe90uRHvI)jhfTEF%#qtf1_SrqJB0-Syae315?tnjC(zKObI z066TUKnMGPSzIoSH#91;X#nWaT)U`%l1hfgG5*A-_i6d{QAqn;^%Z{MGw@H5qJd&SEeq&%3C6qV}Hwh$Pn0_AIOU7Bh&)&y`i3=D1$4qD51C5-!$<=;;uJN$K%^P9*Pnuw@w_Kn?cah$=%rTG`_xx)~aijbtCdOI{6aHFk$2UOEoo{my?L(qYPALt>mR}tk zCNjMg78B--bc{S8mR-!gu{c7F_vU@6MkFN`x*~aZ%_HF{1v{f(78vUJ?hB$dgNxVM zN25#-=rY&X5gJR~5$x$z4CUtxd zPfkx#`OJTx;~Y%JiY*?$5{{T_G7U!Xmh=@I)^!%c9aoP4*&+pTKt1oBG!MYP8@(198L1z4Ie zMolmQ?g<74uBLA>T1v`OYQuEZbT9?J>FFaN?3nJ-;beQ&H_d9`+kSAp5V%fmKT)?% z^g}%hGd{X3GiBH`1`z!m$4&ljc57wuH$(_jlm$BQJBn{&;S~R7sWqH|0~H+G5Fj2E6OPhiR+73kyF0Yt9`b2r}0@riSKa2%1{+$W)08Sep8wl z?b|sPU93rrBc&b_oVBi3JFN8LiYvMVCQBTr&isYD-A(lQ6KfJc*SY29U=(IaY8 zclZ3%4smi$5(tyUi!9Nv-gV(8mS$VCZ=i0EnE>|3Lgz}|B__%h-5C|4sMYq0Q5Z`$ zF_*l4I12CVS*ntRB^u6fg+_Q)zoIQzoQQ_kIq{}f=NUqt?fmtab{CI!PvNB&qtd@V8PhEA$kt!y+0q$T zS$dz+$`A}yr;e&Oev++n(|6TQ)9FfW+wBdMv|HZi&BcD_vgd)$nV1d`{0P*n~+xlqcMaa6}De0e!7*K?JC-c%Sj+!em-$+ zNdljiJIA{N)*2dYE**?g|GdVk@72~$4#pE&1(P8FD`p>OW`-x=y?A;3`?%3B3fNGR zd_BgdGu*_y+EUT6kzl7$z;2RkSF4%-k#0Nj(EAK1TFTSZM6}>UQJ`6}4O|Se6_kTCkU*7GoJ=UWcC@(zKe+r0k;I z>aB^96(yNp^ceo0$yh~D&&%=GszFNFz1YF@;_J^m*jdx5??e?}8MiKhjb4~WMn;!> z`+QT~l~D1_QaTdtJ#FVwE5&x#T-Vcz?TVK&D|{TD8`+qE@_;iM6V3KmiFgfdZqem2 z?ixJxq8x;-6G83iYdSNkUBfVc%SG}<$7L+;FMWag2U80fS`y4%>Yr_pm`jm73I^$? zwl|OwI8wV3)^`w0J<h1hM{zNdYD^VBf_ft z(3p^@R2W$PfhzQeh+x?>hHX3!syxCdcvCFFBw`t>YWE}YX zP9|;C+%)JCGw%{H%bUkt)lVN$7LrMpyq5iYP7hiwX6rbTwU3S2_9mrh)&npL zM&-#9gC{=+{VWSy7&+}7Lv@WJ`R7=|=slKV$kS?}pE+g(dNt9qcN4HPjxpCr$ei7rv{e|0 zX7LS%V*ooB_MixJq_{Sv%%VF>@Qy{gZqUNXPfgdm-EPZty6k6Q9vFoRjVg5znlB}h z;H@;Ljk#);r0Sc~L-D?%WD<%MeYRF8smk<#H4qEE&>%Yl#}J+OJOyj0L@5jOiL%hdgOT~UdnF{`LnX$R7Olxa}Xk)X#_$(q|gk<8!r zJm>!5BSb7sd%aQuUl(V?sAI|2vO$Nz=LfVpJF2SIq~VU(<44<%B!th_tH7L$%Z>(; z9zFWa^t`T8$`12SXPRzazWP>G3BydnjQ{l*`MAeU! znY#v?NYqhcQfjyB$46V?!r@WpG{qwgcVez)pG+w$r93R$?4sgpunXhzrhtF-vc>2# zVcQU4$4QHziZ}+OcJ>Z0%O3(8VR80w*%Glcw(C#RpF=aZlBU=q0}P?;pDt~-WeDSA zm6;Xp<@&zz0`LtV2VeO<>3*&%5dBN?17-vlg%`cw36CZo3Jq9fcI}FcBQ1&kad&TT zz|+ffXlZ%5NC}a)rC>(&fb46!7AFr71d9Gu&naQ+7oumMPr0KCe!kB-1u#%`xx{rR?;Dv6n z5u(4VnS~kcnga!Lfo%A|UgqZqXa2WkjX*|r6~?rtQvU`Ws969l7pedj!b+wXY#(N+ z!n2ZDMJDuM`v6u+Nol6-<0axIq?2cXABd&9HGVLsqQ~$7S{3j{&u{}M%K`Ll0U5&p zUA$BxPRN-29+zkfg$K$P>d~zzl_P#j1WWHO_^WB2z!KBqvf!k^&D=s$Rmbm(7xh)k z+)UZwFem9cR8RpLdrXoTQh9_H!<6v^;Rr$UFUa)XgkxAIJlkOUKV$a7VZ!SWgxQ;j3-yQjviXkV9-An)^xNq z*B3fH-Pp?@GoupbkByry<>-tH$F$>*~5HTj;0QhhN*7;VG%Or3C!9bPX0`Z}#Q4Q)wzHDq=Si zH#@S@qq}`dZ(z>W(O#(LFCY-Bx$i%op4|PRSyPEaDxNjO3g$o-x?Wafrk!*v?jTWS zgZjGk*E+d@G0XoBcxgV`+wBwmmmWX%=0cR&OIvD86S#5&&9lIagu~1XyqhPsi4BO7 zDzr8-B8g26BH&j!#Zs9JjN;q))M`Y%m@l>N2G0t~Pm4k!4TV6PY*Vm9>sRUT#0k+z4BoEnOKNb$&nV`m zVTpCG1kSpwK}%!4OZYfWEY;sb!v^ws_$la|G*9o%)M9(ZICeLV@}n-IznX>=wn#ln zGYT!YU5!||B%(AedFP?DgA%6-3f*V$>HGpUs)wBV6p(=tf`jp-4D3`Io| z$!TL8$i*CbU?QQBKf$&$D-50T2ovs^nHr@QiH|NUaYh~U(=ZK;slcF{d^!1sJ)<%P z+1X9Ek%O6OmgjWk>1_6-tv$}*MQ*`xSacX@h!^A)wf8kNmHc)G&~3)4#c$uR!PlV{ z{z&k{sN#>K6_8J5fm}7>u<9;}Y?C&;QLmL_vWK-x1I!T>t!s0JQ?7 z2GFHMfs@7v{7+~e9Y8>W4&F~FYl592H5MvTw&O-wmjTayg~o53 z?LiJ$N2XZd2s2}ZTclukCsM=C>rnfQ9#qMEfv7(vXr&L!$;Ft&wD63Jj4e4iBu$aE zZu`3N<)Pm6urW~@j~Lg^(@*Nx) zeyodWyB&-5`QUY&^+o%sy=iBOdAaMZo>IPv??pdcHkq9`Mu`e%RIc!=7^!`(4lFF} zS3Pex*uwszM~f{pL#Z3ZNrn~rTw7ur&Qy(5c}5luIskM%deGHlggRjDyd-MVzlPH# zY=%1sHG5O)0fZW!IQ*)ptkSD(J<;Wv8yWdx|AObwiiYjV?>~w! zv4e1&BXBOoA&{l0S4v2jgtjTcQHwmdp`{achykFQO_1Qr+kw{pk+%rQ2L*%y0_ib} zXUE{ReuI8vSs;<$Qqtrvb${!B2aoky>WdgSl$$!PzEs)f+4kJKH%q8Njg*MAA{~n! z`WdS!Ay*G~h|%MFO0POPB?qVRuYvb?*)wA02?C7fOKnRf8$l)`0{LzpxFK7xJO0&Z zmluE!%>3G=+uB53(c9x=^+va1|e(p^?2| z{Dz6=O&vL2NJDk$X&UT!bK>+N{apMWcCyT*q_h(xQF4gow^` zYJK1?JJ5VXvxg`!ks{03z zcsFC~ZdW_EF%wg3$r-+>q64D+8KqGr*|*vSoN0VmN^D%P`kRMbg13od0`SO?x)B89 z33*eDZvgZSU}*RSK9ohZ9qivlPesS3r#~ET9)El5h^lHXn2s%vi;h0e1oLt&|2lP> z=%wI({>VI%OF@edrm@Zgsgo?$=u&dv9%f{%+;2H6kS z0}WL+d%e=|9MYug(Jnqpi0MDpqF1Z>__i29XBZ&lZ$n*s{|fwpZ$(816g{AkGsA#W z2X5^p3=?*kqhlndCDuMbw<-VHpwd*adq)m+@K{Y0T6|3l*${_rS&SB9ZEG!pD8FAEgSOk<9S?K_`0szPU})5kywCtk&DxRZ|!FWl3uF%v&1t=2EJm~ z(^FftbU}i(t9Im|>DL-2#&up4VlHvq5I3TPHHr1>AS8_u-+?G<<4-in_`n>BQkjbN z($W%68&q2{&}*N8O@LKWe%-TjN&Ns^;GnKL_>PME%>@xcb#3ew_z9zM)(_mybz5>$ z4T2a6dMMe?-jKf*W9m7>DK( zp|KZ?YI6iT9I$q>B;5uS&+5j1{`|Rjcp{KQlrsN=%PiB}raJ{vdAd_r9m!~(EZ}%) zS?yNiJh9|f;kzMz+n3O~!oS?RRahZra>afat7Hhr=O9lp=p>G=;h7YK65l;A#nsOi zlMbzfM4=*!J>^M@x;yw~ZSDSP-eFlSem<%K~qKklb;?nIF!2yy*lH=CO z?VxyZl1#a@AI53kE^F^O_w5{gzQH?>>2`o{8R;l9Cuq(!}+&hHB1 z<=yh}YkfP`)cPxK_*jKFxbg<;zA1T`7~7hTb*c8Yb;NkqCT&GM+Fe4dpLcb z^0l^}ax`@Ma+up@MUb0`w(r8w&=p!qU2njgAV;I8t6NMd zLHV|YzU2#HCi8gQ;7zm;S|_~|iQR!gj^evJjhB~+LB?f`EA3#Kr0wSU!4_Gw+b-8V z;{ELrd9EawNO8h+vf?N)^pBhC`{YQ-Z(YvMuh99Ti0oSeh7CWzk0I|QTeay=6ksPX zlW3^h9qVq9-(73(IbF~bb#-u<@bL1E3kwfbE~YLN|D=|}Aa&pJ2clJ%F+m4gV8#sNsGC35cQ~ zYbE6Xuc3qH`*$U<|Cj*OX0UPqDlQO2;H&P5E{`rfx<86sYt_WT&UoYK;To*zm8O}X zPLm@HHw=Q{DGYrDeb)k)9;H_4p7|4BkaJQ-m*bwU9F}XxFeyiuN2ku$9Zvy-Lm9~a zO*t~Kn1=ZQ%K%iEzs3da5RrE1rj%21B6A+EAG6~UVYhwBNwfPy(mr}AFXAKU?rfm- z?jcruZNp!$`Qd4QmAg~#x)BF2!qxraJ#>omoOJ`__kQ3e%o}k+*m2re=)ANuvuFVE z9@utzGMYN5Z})2N;G|)ZzTE4Hhx^R>hor-7H)SmrW^-hL)8XWTkN06rb?>_~f{4LD zg#knIirlc$W@ECQ^O(|*+hFX_IVwPt>t4A5>L-2v0q)i)60e#fc&^fG3PFAbXUw5} zfe##fD#v~V`vE|@0xWE=Pg@YBO$-wUTwNFi&^ch=A|g(T2Y30lA<&sZn(-twqJNI| zD`H~c7Y|1dqLaSw7&kjbz45h<_`{E*GO7It!wR90$vctJ^)U?HdQ()P_IMRnqW8M` z`rsd=m#-HZSt~xaLa?-R#j2#&KI74YRQMXmNKOT(PV!2`-p(( zILhTsHRDKG#n%CUJc_76H*tP$Kcy$({C+cTl#+dsI(}w7|RNDHmjh4Sc46bkvxH^TZ#Rb z<+xD%`?!1b`;(tmKfCiaQam|c#uHzm>~%dcAMBQ43g!T^o5OQz2RK)>!0o?CM+=PA zKV+(F2(5V<5QaIx1%qJ4Dtj3U*SkeSKl*LkU6idwtSvAP>X@Py`3igdzI8LH`tn)q ze=I=Utnz0@GDr$5zqP;}kv(2`Hdvv4zQ%GCbvCOkT1Mu1 zF7n!uBS6k^VzYC9!gn|B|EkQZd&#oY7K)+{OadLcDn0{~%Z8h1HIF@pn~;LPT^E1= zP706`?W}}0rTcmuvw)v*AA5u+fLLmQ>)i5* zDKY`{?32@!42lG@lCk*9zNQH?n=;^=J;!5AT+BiCdB8R3aY4-d zo_*K%_)SJ24)v4XHxASrlvY*+7LN=C8Xi#BczLr6cUNQ=F46R!&&Anw8dCHdoq_j5 z0aK-bv-5vVc$>QG0G-83&@F?Y`)sl}vp(dWnJaR;_@YzLB#4inxI^ZKz(qJ}$dREL zw>{w)JI?hq@gOmeZF+vp0kFF<^qw*1)5ta)27SBx9mltHxvj5drSQ3)mdmZbHTXhS zDGr@g*;PLeHexvIdy!=Br4L~FbbtyNj{Zoqp!{TgJzG7qJ4V+DIdg~ZA_qax{C?y} z@#6t?48mBDq9OMm{GxN9pj?oiv}tQORi0)h z&R3eTJM&LZ7T~&C=vjRzh6{q7fKa4w>dpq|~~E9F!p z$N4oFpHKV!Zv4EZG`5dIfvwahFLn#vBSE+o7VJVnnEtjaZYipDDP8dEPipY{YP|lE z??bBS^1AZaiU+t@S%0&ZQo#VSm6T96L88n4zqwHrZU{eWCs%71+~B7j@#yZC+n57NT(amVbH%^eDWGCRWPdv>umc+zA z-$e)A`O|E_n0NZvG>JycNzR zD!MoSjl0I}eMBjOp0pEOCU$nw0O}}`f)5qF>F7-kf1?#b%x-46QWwk+PjDqG2PL03y6E2?4Desi8${NjQ>h8xV&**~s_lk3%;lP@VTn zO^sD|leRv8wRl2a+dtx{;G=U=Ck{P8LqnG!AtDxr!iL((l1H*gJw_ehT)3>Mi##0^ z88Gvy!2g2lD&z!P;3VA!!Kf1&l++6V2gl9&x1D<0Qj+kujokQVUR~7n)+xN}3)%aq z_aWYix81m}u#}6ZRo^7Q*r94JQAbb#EvH>B-90xwt9cjM`xJyIph-QzqiE;p`jTdn+m5qN1qe@oep(bji+)QYm}8GkFvm(LAW)Gi+-BjXZxh9B`OR@F(WZu zU1Oq5l4KO1C=}%`QWs9-$Jmp3^MDUyE?~Z!^H`mm`#Kz&N&_zq4;2s!v(|+QI-`z) zq<+W*@dI=eyhLfOR*qOuj+FaPn|)1ST%beciSBY4+JD$oD6_6=&dUZ8kpz1=)q)9t zwq9;-L&Eekjq5I*{@81TfT7br=fQ7owpFg0N{kVh8um0!wgrfuW zNIZ~liF-!VdY_)7;K04Eg$tBz`qitzBdAb@(tTXpz3H~kpt2r7ET8(vI3KUk6y z>=q!k{MBkWpK3Veh_^9o)zO&NbEB6!#Z18Q^Wayeg@aJVqe6rlo*MU>#67dg#?g`Z zy0l~~DT>-)JwtF-riH{*MvK60_CmUM=lvL;D*6|kRJcpEo$hi{f3ukZJthdh69nje zFoGsH51{dv!v;ZYIwOS9u-}bAWDZPx{9G#prIKLR6U>@BnQ0l(;~$^jy`Il%jM)k| zEOF8Y8@9p4 zMZs1DgVIrR`m37f<>tsn=XC~&8v#0iYSNRxs-JzZ19^Gtc@F_Qo-lWxj(0ORjpq;Z ziEoP0df>uskF$Koo4Srz`Yu}K#Wv46A@~CV7f4RF3Vb;+!AkgM;s-NnQA4|U91 zdFdCP71j<)>o+%L0bXYk%|J={7Y&4Bga@?71!`Wu2`*s;-faMaf-3Nil_oLedjPRS z!zs+>52B-_Zm5D(pORB|MElVEuvBPQfH2XzKvQyv7|NOjG!sby%p=fo8^tM=jR}bz z7vV5)GNhI42)&8+t2g~4$g_yjsJ*Ivo8tI86mEEslh*7vi~fhVH>mtLFHStK-9%%| z?tBePK6h@v7t*S+i{utgzfHT!goL1uC}i*@yMb zLkV`RFSPt?=p(xB(D5#}{GL#fJAiTqn1bya0)!J5x9lhA3p|JsY}nEMy*9)gjkuHq zt^3ptjD49S%)vDE30kzYxhwVH;%AL~-7g)J%*>CY!hFCu&I>B8QfAGy&0;{rKf0ngKAO1`0pdH;=d?j0%Ft$lfBq_PxNFs2MA8I$K;6 z4Hg{?MMMQGee|5((aypV;YB6gy2<_gtS)MMY6t&w;}iHJ2+qS0@dkdv6=)9at?X-;+I$oD_xC4nZ*Sq9%*Wti9_3ZrnpzazQ-f!@ zM2ZDYdH`KGC}iYO9YJNiI*4>Gaq{s;_Rj8ac~6v32S{f>1LN1M4?osqRH`{cHjspn z*Zqk>`mh0+RpgTYQF|>W1(!t+?aM?-EBtj$cp^}A1bIJ@ojuIKqBI~wOa4!ZsatLL z@8HX~&|YLIAt}fLQY6nY&>s)Fu`2L$jjoRxSW`uc{l7b1$7qe?Kp;YY51H`nWe(No z6*y!>*qO`JUks29inxBMGF=)AGbjA$uVBPdsNj|zX&7~qJHMRGaVH}8x0Mi>pE>>9 zYD_R;oo~x_r}cKtl z9)@3i!NR5HHnsISlU4HDr8omQ*B%viVe0McX+;NSB4w(%v|Qwk_-I z`ciO_Uk^ct-roCMhVFifA^3weKS9#nX%o8)nB;PykWLLJ1QEo*y|H@B2JN~2-!f&F zbM)IBEebRPM{a;dhYVAxLaufhKefqr>W|pv^0~1&UXxDtKjw8ta!6PdLQ0~^wH%4M zt;1X@b`8X2==qV4LOTP(4|aq(FgtP2AQapsdERfbP-&^Nf*rGZ6n^B zG1}W6ADm1zH8qtWBO|X}PHgHpIIuBkHiL$ClY+-|e*d1HT=r?Xmpi;3*4X}Szj9@B zXnDE6f2ewkdczpbB!O7b$FR$%&w>E8vU%1*ZIvwzRsJj%G*0vciC#!hgH7Lvrj=!_ z2gtJ|jZ_I+TV~TfQ}J`bEW76F7BNv^`g~8ch(hf|z;=cc2wOj71r)+xVp;rGU0Z<) ztjn9X7p^3Oyl6niugY$UzKrtqWU=F=Lmb#W^Mxc8#SMII(7}J;H`i7Rmr=znCLsZR zw7Pi?7)NjeVwXO>c6k6|9yssU6n+s;Di+JpK=k-@v0zRd%bL}+B>3a}Vw=6BX#2#- z)wP_`YQV=*9kvn+57TBJX}2(g&n_|XVmlRc8TC#@ii6*8()377Ia=rkXxCCc?a%t{ z{KD^R++2i?H{e@eU0ki$0G4#0RXJL<97u8?Q(DdtR47$*!otDcP#00TO7=;)ySuwN z!rzdnWb?VgO*^ig;_7YF74k2uh$`j;LRmNJi870WuZPnJ(h1PJY2+j2#8dU>%RZ-~;{k1TKc*kuZf);d zQtE;gdE##MtlEQ6{8@(~QnY7KIJDin?S&DT7%Ip4^um>Fu!yZP?CpqSo@XzIbWHnK zeZf%HeQk(o1_G-r5S&lAe9PgS0zM27k~_4jhPc7NC_y%OU|0QE7U)mPUx$6h2P54c zK;!kd`~{|1bA$3wmIi-h3_C2?M30t7=(K`|hGK~MZCq$Qixhoe9Nr;Ggbv@7XBMz>}zd+AgnbrqKzxn(+`01qR zm{o^|bdkcv#dRQ{uH^TZKfiy;o5YXER^<5 zerEB*N1_#f55wC8p(F3pwhGJng#Z@CvQ;6wM_8bVDdh?ajHQcezb|LAkiCCxvA26# zc!(xswQHI4D4ujFy3fe#?7{oYoqi1pVAZF>j->+6>W83x5UvLz$eqGp_u!q_U){=I zFJu;pOPy6ki5($0qkZ*PCpIiD5Pp~$9x3$eua9vVUjK9e6>Oo#m;#Eq-w^!Mi!$7J z!wW!0NmEkfXnmqgl9WYxQz4iZnLrnlnu4J_E8z<{)BEa=A{RX}wKb!qeM}?D8QE_=bLq4F?DqHb; zH?TBU2yJ*INE*lEq2zoe5e`LVsoc1tWzjVA@M07b+ zlXa4**l;z~^V>R0_aa~B&%jRNE1ShOzu1H75twT>*OWYt-?-kiwW4EJHt>%f{{ST1WyV_p#)-+Z22XvjFz z0ACZ1RN9-+KnAC|?H7=BL>3TjR&=0u$BdULW#3Ns>EeoL#-L@FdSn}`%Vpd-&F;sw zyRNX6IK`=a_yDcNuBF1=IkMoqIpf}{DcUZm`^Dugs0|fFD@DUAbM?f7uB2KJ`_I*$ zP_NAqc6y^`d;J@dRp5hi|3}SGw@~*!8PJ3o!MVQhn`kO%+AGPS7^HU0`)^;O#i>M)^= zAFRr0FK55OOW@)!ICEyjseY2Gcuje0PaXVeY=2N zTMJ)mNU@2THBElQ9j|qoC;Hjk?C49=&mWwE{P{oF3Ig=>HA$Ntu8o;UU|1{>Mm#6NEMYH4i zvGAjGQCP{{qsJpk`D}Sy%^BPK4iT>X>CKL}6WvW+bM1?3*BURq_S&8MV_7LxcsV)` z4hW^m+sR+BbM66*-S0ldz^0j2y ziveV@QmMVr8?=%e?2t!$(IPecw_;&qrFW$_PxU^2st4UQ85Y(u%!Z0VK!z))>hS;Q zdds+|x-V?_%+MXu($XLyAV>}^AuZjgAWBF#0|-bXIY@(~bax738!xZBc2Ig?DQ-)fkd z`)XJpZx?BVpOVjs^xp2~%n|rF%*#xHrr?n^!J%7K@e! zMXz+e>wcc-T@lxh*%bcZ@@690b!V!(%(Tfw*k`f2>tST)jrFQoeSJ;gm<~*U_IqZ9M36pewo})G^%z1kcBVOR zr>cFGhTt0usv9s|$UU+k<&aC#=gkmY#}nGD+`{d1+O%30kMkSU7A(6uC*3lgJqvd^ z3jXQt*KrB2#teKXZAY&DWfiuPijAO5guGPd?dm75oA5pRG2gg!zy97&R>V}D9cP5G zynvnKl5`Ny#rg~+@~0E;Cv|c8I)oaIT-Jl8VCBdPq(b01T^b_K5Tr6!LaQPF(VFEj z@lIkKvNh%WyvxXC%_2}8Dgt*UNYwYpC1X*wlT}_lf2}QpPS*u{EBn^X)zj5Y$`K;z zX5!+guEQ(xSYeFCA5O&`yuH+k*^mVb>E}%-FNp&3U0G-}3>1MuRR&a+Gjk@s5awU4ZFx9O?ssajHFY^lQ}4Z1`9s9|7&5^9 zJAx$$&TqQ%x0b8VfJCV~CL`L^&s)XY%UoVc_qAiF_lDc%tvvIevGTskEm+rl$euT^ zgZr&{F?QqxbJ!)D$V>@1Z;z&~V!%@($oKGLU;jYBRlSj%;?vN_TNTvXAzjqw^)^OkXLfPK&ia-gNunbLo6?`$x7tF3G&;|U7;4I9gL2iW(HXP$ z>V-OwG0x8FNP0*&-?VBON_>)PJ|9o%X}enCk@se22(HUPA=|@9caJ8!Lb)<`U7;>0 zDtI4Jj*Dn{abg_pG@~{_F(-MFbue@;(|Pk0V`BhMMf-sbVrh0Zk)KYF zPiy4f%j@9~ze-+v)zAO%+LvY(a4LERg^(IE;{cg9^)P8hAd?dtje}jaTP-~01?#Iv zU*72S>9(E4$NQ#QY=6IhYRZRi=j}DpO+)VHO55y?XaXIswXA7y&Zc&gl5*)`()Tf3 zURONQd-p!6eK zlfCX^rvQ624`#MQkIt8RUX(m=tc#*a7g9W@i-;(W1u3QDl*v?aGolaSIE~9pL zOpXR72U?m=z{UoAlPekv+Qp_Ii5z}R@)mIsx*0PI&unIX)_d5**wr|WZ@L(ja}KET zHnN4NnLT2 zwhqYUwtubtPE*4O!Jv|>&E_TZNG50~wp?Qk&E$5s(a^s2cKo<*&aY|0qIP}{!_OXZ zX`or-DHKrEw10hd{r<^wCq&qx5(~dTV6w5$TIq)9tnSxBO3KgD12Y=Pj_Mc)10=?qDs6NgTZ0hpZB$;e0>R$0B6T3sGI_^$Zl@iNatOc&qJr?WXOYT^6g z{Hp*;lb;@zgtZ<)b49(bk7@CbQ$`Sk?4=+jtOK)Z5i| z@Wo1DWt(Q}c>c$=F-d3iRnu1j5H>Hckckq;l3uHf4`y5z&7;` zzdX5>U9OPZE!&lLWBzul?dHqvj?bPR_grfP`&)tbKO;I%_1l(QLN6JjErI<+J#B2K ztbZpp{56PU98qXrPE=EZ&;}T)gcX5q7;Z_gkpsW10y8(<;n$w?(YTk)Q&~)=UKSY_ z15&Zmj5)_fg6R$!G;O1&ivdWcHEwUkRI% zf^@8Yj$pc;?p^iyM4kbgufxyt3}?jRt*_P5pFEsrI~Zy-R3bjB@fR0k zTdh7VJ`%WnXKbWOG+n$I*bl@84WC5ue_uI-)acAC(aq11l2clJSMJkV{`%638J%Ub zlD0pQ>#3-y*k*M>t|PcTy_WGB*xeCvUnKMb8z+4X-=xqA^Rg{to1(*BE(y7-gocWnw_VJ>w02`i;q>CFcHtW*3YhMg*vF7z|AH%v28rHN-jiW*ElIqzBX#I z`@4Io@?-!6=5276pLCGJ)GKf~ou=(89z?D6>r~a;(_0V24%BoKwlg!3=S~wI|N2VvFa!L(U{Pe0X6G23cEiyPf8pnNTGb zQKev6RK~44o{}v!uCGgKi?WrHDB}ws7O*=sz{3J>>&9+>UFG)(MI@D)YEGfsO11xq zzBSpP-gO<&aOk}%--4Lk1L$9nql1Th-_Y|= zKMPeglF(GUbr>ENf&W*8Y=KG%d`ztb-DgpJ!v1#6OH3Ok_ffzAw^v4I-KLXKldUL= zQ^Npp-_q^S2%vF#Ew$^tx;3WO&2ttaM{%gIgAYwp5G_Wrz2+U2_-61-hf;ojDuo`d z_PMNEXaH!GZBdrl7P`8eT-u|%-oFUWp(B`SomnK1k!D&oB_Z$PzAkM_ed|nrT*Wn& z&u1+f$Qam&t$7r5S*81a;`-Y0s>IiPs=~Fmo1ez&@`Ub>WPP1^#&J)=8yg)Kf-##h z^GEWp+lJfkS)WwWA*(j&L5jUc#mWIru_W&>Ml)e+*eM% zQE?h6PrU>6A)`R#L~nJ(u{2nXPhJs8!%Rs8khkMbHbY7m-~v@@f2u6BE1IPHt<)$G-Eqa%>6Or~B# zxI2KbUQgB>3rEJxnwC3?NqkN(QPAUjeSr1rSL4(S-M(?FF;4 z*JEok&xNLUAa#G&+7@SLYwPHqJ7f-fUKu?pOdx~uy^quYZ$HpiDQ-|wE5ycBAS%Hy ztB271ro*ZumnbfHAML8CHaHDWH#$RNwxP`2RP8AD)sw-a1?*f#Vo+ONgAkR_-5fUG zV3%MpLQX;^K$t{mr5OEGONab9E9wAlES0BcnM@9-ipfIi|BUXfNSkeM?UvW+9?jnjPlxlf2k)m95t*2S%{fb;v z1Qf}E0~&>;$|38a+}dIaXZFpH)#JMx5)$qD4se}=9)KP30Y z?RyqV0$NXhWhJCW)Ao?>3`|6z^`9xREC;u#_8)x(_q_otZbgP|WYHojq8 zS}Z?$!Wq{mtU8b3F&|;TV{2;t!rD|*^U&&d59I2bJsG=jW<_W9AeAr_$ctyc=hIjx z_;zcurmn*NrzqWtAdQXm0D_Zh&qvcVCd=$MC)u)$Rb^Lb7>~Ke-}uoo`7aBM*^HB# zTAEEbnn!;EzCwM*ifr=3ooB;O=W8IAOQMlhwRBUZ)85wMx5<50-p^R>4dCR;PtuS0 z0_$G`EP--eFuC3{>6O0ymum5|8tsRFMFr}k;15Q59e?AMQvkFOxLD|nUt|4<`|G!m zEdSbN1XC+ViDv6&$MenkPQrYdDRFIBw^#+@)cMAN57mfw5!%O)sVEglVr#^s7W4J6OB3iSsgusI)3xw=WrcCi<8S%=+1bQp{>+3JvqCGhJsefRjf}$z-qkPYp$^6dm8%rjB%esKS6vftI}Ajq1tmmJ)3&HtW`K z>3G|UayjL?bM|@d}XSc2zbAEeCYi#jHTG`01< zj`x2#7*zgw%vs9*uHi%2T-}KRol9Heky>p@Z|$R&mKKhA$%m;dL0Dlw*jOx!LXCla z5#VjYFQT10T5yCN>gQIUG`m#mW~47e+=$z~_!_YsK9*AhIuKawS03l(n@Z1(mVSS8 zDH-;P@6*kH8;W`}yrf((}Cl8=^ zpzg)v!?ip)JR!cix>`mz4V=$C*&Hc!o>}NH&x@xl{4rWhQnp+`A|pM!-gP1lEWD@d z{EotEpk^X6*6MY-TZ)1~fSFWgguk<~8w!dCYod+P0@h?lz9*sPSHH>gt`y@9K5KDl zy5PxuTmJi^_Qv0{?bnrNSEmQg3}Ys(&q4V)fvD-GyWcHFUSbp(o?ZuiSb^met8cG* z%VVxW7M!2n?*aGej@lBz4Nf?uaa(=rQAGU!XT9f;3l9tU81zyvZXk0DCk%U2RZU4~ zB5!P6_jV*sFZ0L7suYwXtc_wfLe-e-cOb)6H$ceTsFg|ym@|Lj7rrH9`N^E5So8T=?d;Fq$0=oXrl&gJ;x&|Xh%6o_ugF}>=%kDVNAW8x z5L!)7)YFML2kTM3(caYFkz(*~IS)Noagk5pW@YJh8=pALZC$1qLA|0%5uP;~JYf0iUU2u=$w-%f<0|7zu<*(BPr?NIYlLDH@ zvlbP4o-n`?<^YhB)3HWJh9$^(Dew<(KE)ghs(?sA4!3(9d6@|Wu~4Im#it!hucysM zf-K9e_Go7+a(cZlBYa{}?fJB?s}V<4hRtP`pP{pD2WS)`8o2`A5}ClC3`Fd=(HYY+ zcAoScV_thmYrl)fmhhzA#h-9V$?MfwA+NHT`d7d`S?tFUCyVHpvog@4zCjX~r(iFV zHY?b?t1a0jAOWtC1qBiUYT24yJD3#lghR7NdIxxMdyzHw=O|#kTKpr{#}a-1$`Bjk zqU$8_Cg@R-$c)%ikX&2YIb|`M6$Pl2Q>Bo8$gI0B0^-{|eK?IYPp z7w(~vf{HqOIpKEN=5bc?h1EV?hm%4-+bE`&!Yksfm!Vf%#l(k&Q#}V1^8Nv?_IK|h zJQgENJj-a?2-{BL5^05S3i`u zixr55P&VTN_tUlmAOBNWQif{M$&V0|;eEQRCbK}f@2Tr2t|V~e{!!TDC!r+!lai1= z_8ehi{R6A-?@wO=HBCVe0E?wZtXCr^wlPMQO8% z3*$94YH{;s?*(EZYpO$xL@djfxM9`llg~GR%Z^TkT2nz^{eR1*y2 z$R!mWR6cbXHJLyBExA_~lsNTJGy49KH!T`G4sbvLhJwPJu)KRLQE}3R_A2@re)0b@ z-#E-w*Ehg={#*}ZRD36H?(JOD*46H;T9ogi-{y27;-u6S#cHXCG1K(}bdydI<}&ys z#{?|rAv{q(b3e|f#iAm*y8tX=)~mokhNOVHXd!Z9YKy*zwAblLg7((uy1MJfe4dvU z8cIj>Ak3NvatNE%+q{iJ@RKb}sy6*oGLIsYQ*M;)%Ek@6l@wb}D3 z?`8Y8s2Qz#Mw3se<?2>3M2&Qv;r_YgmvEd0Fyg?^s6_5{Bg$WCq|- ztk?0?rr1O_GC$x5Op&Y_S5MR-PQCf2(yyg*_j2VkcO2f#jfv}CJkzQAbnoq~*#3j4 zzoPbNZudu?4tt#m{E#Vqv~le$eUbD^v-Pcz5l#>OgSS&vc;kM}wBvr&zFbg_M%8G% zwIoSCqs${lz-(4iZ0k&#(zGYy0n@W3S>oz8;87Zn-b_Q6nc(()`t??&@Sc^WzNecc(7nya>{G6F8X9 z(9Wf_Wd%rBNu_;s(s(Z$4*6QRkS|oG0_-^_oBV+S^z*TL3_l1yqjTjj))j z@8kfxzI4K4?nn4Q+@M-<=ufWz$8^=hz5x7;JL8-`Jb3lnZx?tw-AwejbPBWNp*2&& z=%n1i-}-fFaZZU#8jn%Fc)ADrP&uoj5z_$t(e7jA%*xNu)q#|)zc&NB`$>B(3|Hot zef_geUgp+j>t&AX>!OShm%qi<%3#p^&^|{n{e&?nkHA`&71lY2$=12^-Pp{FY#h_cghHo>75$pEc<_Mgqsnrn1?5{&7iFlXK^U z&sQB_zjf3dRUU5xCRo;zOJZ(R8xHc61?3Q}{5BoVL?-3w)v?yn6%HH*QYN*QA{kL>k_ ze$a`*(U|{7_)ibL_q4qmy2%b$L*X;PJ{DkRqRk~8N}93X&EBXU2f#E-&*sa`v|ice zRnUKFHzLt5_;g!?MnSVwdy=#^2T!VP!v(Rwz$}PkW+R?}%U$c`88z5d{p;o3qy)kp z{BzVUwJ`Yavam?J@ST!@FO9}=rXy`vw2+eP^SWbC0{q1K&&7a-eiIaI3e zf@gaPn8VS~m?U8r$Q1_Fvf8x0x;f-&4e-$ZpYSO?lorXYw#d(LrD>XHp;43q3>oV@&ns;!o8^%dHwCY$i+lKqOqq>=9LHc*3U;_6 zl|mJILu>EAq52dc42}5 z2%MHxNjT7H+yI}erl%r(@A&bQp-*|fd7M0p_lc2MK08TLmuds z;M0_A6MBMYGDdSYUdbPFh<9Zyn^R*FMY zKmlZ#hO$H^}0C)DGLF|*^%H$(!)qUd;dc;$W;(r3eI;k#N! z>t+L$f80pCVZN$7&N1jg`^s%B)_0DMlvmhgoJTUbj}GF32?}>u5CY>k7Ewj=K#%uS zEG%CRh+!G%R@Za!G&vB0+PvZ;iEmVfUGq0rUo-#qa;3w?$Ax0@9#Z-^y|twtVD}>i zYVqe&&FTH*LN>-9^Mi+qgO8BgVg7%& zu}Z)u4Y;5=4*d+?2!IVQxGbro>UW`d~MV)ay{M9H7PXSJ{(G_9w+yhEj?QXH4S7=1G9`XYNr$Z zS8k>spd2#bz>c%W(7@dngC=RD)E)%2DPto}r%{b|mc?CCP_RjHZ$D!sL(|3`>kup0 zSQP6I1YgNK*zAb|o=8Di{tV6;k5om}Y1XjAMnbC0Giwi$a$6!PCiaBYV9 z?QEx_h?JhYvud9NdPg#?#3w*ALx_#FU?~>-`8%oOfKdAc84aZ^r!sro!@*MB1PP)0 zmvPfzsnl|4sQwKjbpabw4(Df0+^Q~Z3_bP<-7p#1{+*XlKpAW=+nzd})8siDX3Tvd zT>aobzhIo#gtBGQ3i}aC%>LzjYg9*MU}%tgA_)NX{9*6Go$*jt3%%{R4L%>!fOQM~ zJc}iJV7xC^+lyUbf7_LkH)ng(@_J$ez2otV?sJ@|j*TVK5sJSMSO{X=?2*9G&ZJc=9p;Ade?6P9lfiqZ+i z((|bGGZ{A;n;Y|+;@u0W(fbVRpdNdj@a{ZIR{*&e2Sr((WkIu1A%I3*@&sq+2%nufFy1~2l>zyy zf}uqQIkbQA4h4I9zY;vp(=AHO=69d3*c?Jz@Jr>!IKnkuk%QK@+0z& z3`Qn^=u8?)9&JK`Z!E?HruG_V?mN9h<2KRty&iE@-D&$PkHX#~a7eq(z->0lcm_B~ z_2)!6;d+1EAym)F?dR*^#MsR9n;N>f+~KKtD^fc)K4)^vh>!QwucrVQ%qFKS?oC&6QPI&$Po5Rq}bW@>O?=Kr^TZYm0HM8};{NJW6vFi|A zvjNqz1ySVtZrBAO#(wgJ3U|&sN>9H65fGGD{f7n$%!ivXa@@hr=CUw3+*ApUU~|+4 zBfAls>Q#6Q{O0}N_XFF-+cyE zqtVRFumziSiG;sb;1MF@YwnvgqBSx_)^9X_oS>kadznY^SwslbXFjrWj~IjOeODi7(M|mA;>!o#|yWW}`b*Ie95NDx+8BR0(X< z@RwU$BPLO?3cxU@gyNi@hp)D|1ORf+!PZnGrr+LwC9ePQS55uES)~YH3U6MOcpeze z{6C3>4{!{kv$GaFW5fG(loKVULJl{b9tx_?5z-$&bz+R5KS9-2VFvegO$ky{oQ<1U zqKDqC-_834(?$QZ+PKW`SM}{8Wa~tH>N-VLAgH>o?#&Z?aDiX~5BBOK(-$y%!YUX! z-yZpmghH&LrNrt|Uq%ig5QveDN|B45YR&6+V~h-0ELb?akqysc;8Z*!PHVX2f=|gn zy3|rlb{tlt=VnA$mi2!1$5{;oKQ{XkIl|JpBPsZ)H<2gQKOX7u#D9RFX8d&4qwM9g zu21P*R?+1%X)_SADrVR`8v79-CQ*k|u=0GR{Lnu^T|*th&d<9Qb7|0JFWGQx*X8x; z*h|RWwADqw!|=QRro`mkG>xp;d!%p<^WBfIB(|q9T*XosJW9rG_Gw{YVnVH4tbBiw zDzb3n=L=K%Ftrwo08s{~3~r*XO=1WTZmalnB@B(&4h3fDs={))^KuT~cX=&3SZ(`t zzWx6-vt4(<}fbAQGu+y4j`LN`}LsSBFA)m@TA)U9;;gI7); zhQxw7C;K;-%kS446E}f=wrd%`wI);p%{sWyRE4yS-$lJ=xYCmilRit6e<}(-`u}He z5j@c0o%0B3Ff@&wZ_smb;T|qJnZMk{*859PAl{ebg&tZdLnBzyC`AuIMGJMDkh4gYrx4)3ndTYu))x$cNJk>k^e6}P$XW=D@% zBwPfXse;JMS#-S!hK;Iksmo2Lfs>*RpJ|hO>+DR7@6q4z{YzUv_>!(_41Ck>_voD} z37opX8SkIB9uHTRK2t!|7JnZUENv%^&oyX*uI#72SLxrN2b+1c&Cwmy*An*B{I>*l zf!=QjO~LwTg7&szX^i2ql!OpSb2(YWU$oMvxz%~7vldd1OXzYZ=LNbL9J4;Cy|HfM zn5Nl*(Dm(9mRS91=C2oz6a|5X=dkXMUZ$@n104NZ90P2%3BhDrhpo%A4Lvw&*Tg2X zHwwahk0E0>vB_ai8&(c;RguPRf%;hjo=1UBg--;2y_qy-y*3QYM}tz&-WCiN1+GXM zEmT5~PmK-W<&daL-tXLFeyMH~Ir%9yaoR*r`?r3gW{nJv&`^IIiq!)^?d(-B=Xtn=i zKzCtzOw00J<}7<=D>k4o z7sy=08K4(YH)hP-Y&kZP(+H|4b$spT;*sz;oA(EEcMS^|G%@aEdyy+8CKR4_zyx7% z>^Bp|LAEJ%9rN%$v{7#Wfdf1NCuQ_BHbA9iwY9PQNc=tW~vQWg-z3`{v_`r%L{?JDhmoTgX#V+#~ z%6s4Z!=$S|6W*B3nYr8C#O z`U~$_2b(Mo;2RlD0UwYVBRnkutdCm@B+B)X6(){8Jm6O09A)~v%+>_gRd&MYnUf%^VUqHDU@)`x$dsv|K!iJ(=(By! z{t))$H=k}JG4MhaKLP_V*~%rgAs>5me0==&r4;i$vU{tEfdBAP==` zNRB>0Sl>y#wL3G;A3!%hA+JwkEY{X5`dPF|i7`n+*y%|1;sGr%3z^ zq5<0>3n8XoHRK^%qoEk5V{UDB@vP3kE;v3`H#S1+_-JkI;v<8>0a9e6kQT>Y^v0tg zFiy~cVme>*>!S7kgi*?!yI70ZL|#@ltq?uP%S!$|1QV1acweYd8a8v7%&6JomP+r8 z2nOk7wkt1aM~*7D&3*cZ}UW`(@dGP#54u? z5Yk?%hu8&d*^AUn8WA7feL?~4^1;6#bzA@#zTy@IhLJ3>yg^th#1I!F=`+5;*P)10 z5^|n(bgX;f3W~laAK@ZFe&PZG|GahZLI-+eHcHJBzI)c<6^c{Y63+As5MT6?Y=v&V z0b#~mKgb=)kyt2v8Lf~NFCZ%D&JRMd>Yu{Kq^zykz#dQ;A6FW#+Xba02K}W*>VhP> zQ+Ay;aWsG&l1T~(ADHoB=&v|@@T*zBfeB&W*ehWL5&>p}zy&BUe{Ka1v0V2`-tw<% z{5O7rv`Av;5*R8P=}FWM0zH0L6vTsY>D1JHGA@09Q>PT3;8L0r?Q;@;eT9X);0Dex zPyy7*OiAc8EXa*Bo5li>yWMXaICmEAC(|wnEi#vd{frt6ewoghIg1MKT3o(D1yYG{ z$b~!4Xt-=3^fUltHxyqrXqO)sC4k<{{QVT*Fp~LLug&lFh{5mnhuiS55?G)5H}gX< zq4t1aT?NR}{=5>TG6qX1;R~&odx4EXE_M%gK!j(_YAbkz1$30!s(+XqNReTJ- zKN3zikFePCN#>L$ z_qHM;d!PBQ&gVZ{8K-eKN}^+zSW%f>$s;LfTJTAWvKVLLi&5k>STg{xBni@I#y*J! zlAvAY5rY9O|JR?-72wO}rNmN!LR=mS7{750g4^6XinW;4!dTuH=Ds>fED{ z+o?rSRBbM<73a9`FQmO~yxn|XgJV7Np(RYk-*|KESXPDp6CVBF10{TaQ47xm;YmfT zI;Bdbvj+V!sWH>^t;3{xZZh@n{vwLL_nZ;P|4t1)4r`RS4|3977Qh1E*TwJ_-5+pl z9jl4z{uxTssf?egq=e{;MTH;w+m!etl9+&D$V^^{ETrby3ylZC`}q(6RK`FV+ptP7 z;wA?*%`wQwxvAL(*jBB0k{=clzK`!12Gt(^H7@uYOcgL6mirw0ne3wlMGp&ar(l|i zTMJwM2QRaQ>#Q%W*9qDagy(N~Km`92+wmPVQ!fh1C(lKV|K~eEjB5#P^z`Ph$yyd? zNIzZ^RWZhWd~C8RIV?Z~?009hgTg5Ruuqg_I20`Lv;c7YVI`mdJh^5GQ2|f(YEnlu zE-phepSK4|TrP74yUe)+lOPKIpYiJn4{>Ium46A>T<8oRY76$U_IJMtKu#=V{Y zfpKN?pvF!gL`IV zFz%lmI4ofCTbZW}=O|*9*nZU1SASyS+_g&kD8K7CN2~U=DI! zG{&61ZH>2dp2EtH`tMXD^dBaou!4Y4I>^lC{gE?wK@8)l^;Dr-_JDKOFiT&rN!?Ii zBlL(hNsw6GI5<}1uJ{pwYNmeRrhoXV9uv*w#ep z*X7cH%vcYw|<}mDF;lRRf{7%&Fn2|st;kr&Xl!1(pEtDi_2dTBp#C5JIk;QY$^o> z3Q{FIQ-yt{T}sYBg)IrQ4-#o}Q^`S&8377Vy?mr6RPMe*$0C2CG8)=wNFQB*{X;+e zSH(RBgvj6t_Rn2#ALC!IuC>jyoqTOfzsb5$Pcum3O8V|YNurL{j29^_`;y}FRRH~O z_w+3*y;`-koGm_kWn?K2pZn(Z1cJGaB7sf6S-ur+7Cjn0d2GXO< z?DDXz)3eHn4KgY+>|@R?^Nqz^-ZGo?k;^$-4A9=f;zaK1Rnu|s_@F&;(OkTLBD&cq zDoZ5X^Gpq+q2=La3C18DD8Y>XeK13Ur|u80OX0{*hRjkl0F=HmcVdHqb7kS=xGTD% zGh5&AWe~)0NYCL}bD2%+?da)oh0D8GGI8Rz3}jgijP%VnS6^6X|J<7No{WeVlcflL zo#Rnw{B>d- zCJPQ?q-oU0AeVf0*`1m{oDKiPGw`guKE7XjSyF`L;7&s3vB~VudIGGVw>xb&59N|RC&jk)m$0UZAP+JhRH~ad69>jt_a{%% z|KRj;(~it+Hm`IYHJ52-34D9;XzVG|E*qNm0WX@=yhnN+fbuF=`t`x#$)od&v&l|8 za}{TpzvCP&pX};{~AUO8Km={!Haa*-shtT zL{>@HVJ%$PdHUIKD$X0jqBnn8R-Ye_ox9!|&(wAL?oSegi(g%hAo;%MEud|lCqX@P zAY30A_mj279MeJy@K#)6CJQuY_NCz{JxLAb>N`}*jn(}!rjuas5~SUcX+<~HGLwzr zV-fLWZMKi;oMZM`%BD|mj=3zmSFbg~-#mx|UCeqx+{l@s=t!-ad&Ias+@j~oqYH zX+}kKHY+n{dvP2*R}IpvdWN%0?Mr-#RYzT|8g(CTB^;w zk12?+)Z4R=i3y+rhlfprwOlM92&}h}#l^;__z+_iY=x|um08TFH}3!Ai}Ocd9;u{@ zeix1`uLHp7ilwCHSAW^1~!f zPwA%refZA^fj$h+rQCvjZwn;9~L~2o?%H2UE&0 zH1JSt0QI-4+o-URx#UP1XuBiV*qH}l7d7uNsu5$RC)g9%(IF)bN=CH_yy3h3)+Vv3 zjXyjLv-Z4XquzRgudt0jI^%Hl4Mg@%0icnF*R=2f2FI#o_afezy&_n?bWL=5Jwxo| zq47kQuTJ`xg_Qu;orsHA9BiZvtge<`*KCaKfJ9khYu{e82{M1PMi2F53oB?=VR3qY zQpHiCR0?uhfxBN3o_8|%^nl|^GT0o%<^1aqDtU%b*c(~r_kvbBwH*8pM>xA#|1@3P zG{i&A1gzk-$-hupp2D8B%D}oEd{Z-?e$sj$6e4x~!&9&EGybZMcGF)Y4I=jc-{?e9 z1^-c5oT<%eDVn3hc}h( z_MzfFTR+b-UF)s6-AZM`TL+c${+EIIQOFaA1U0JF;i*Z_fwul4>r#?A_?Cck!dg z96FR6_c{~`AJ~4pcq$>lB&$)~$n;7x6%cuf3>b07FuZ8YkW1P|g2V})kmC1T``9p< z<~N_hQMGY^X+l$*HhG4t(kDWrIN;W6#lf3cIhA%zLo6?mmMfFMWCYX)3rcZyZNoL{4}o2VR8HiMQ4$9 z_0V<%7ML%8I!q??{f@6qqOL1ZPnqC5by zzLs2*UY(agi}Is^y*cVUpdIBoM}lLJbjJ~N?&WHK-Cy*K+2kkur03^Vf7ut<8};-f z)Qr@NC0?1Qe)jsD-<7%a0Gh$f`v+~bJrmaYN-FZT?+)}0sO-zdz)7?w%>5cO>clT98HC^o%gkOn7;}+^46Ec|7;2D5NOxJ%5>1f0n`9k=+{7JuJ(u6 z2^K@FL-|51k6p_}S~Od{U-`ghwb0hrshylEkos~o0DOS6f1(HlsD4?{tNE}AY!_@j z8M?O*1`SJzxlsraA_8?6lp*)|rM1>_vR&{k#hij{q|!lbf&luroWqrki&2G)=3Wlg zF%HOfg(BEmTxRgo;vEN|S`I-e*7(k5=1594wIeF-MQVCnFBSME!hj-`Y`Tv|Ol zS?+W7)Kw>eJgIAmKmwmY@@Su_m1%tlJkev6%!ozQZwJ*C!j!S}5I;J3ar1|*DeUd- zljTc3vL`4dYnHyyr+kyqh0_e^e5sjv`^Z$_j7mg_Q>n&@V-0o9YBfZzNB%-_<>@66 zM2!L5Pwimy3rb2SZeiXt0~fg(i;aNpk9~9|$s5=pNY@y^czoARK!Joe6$bxp@2C%i zw^1}khnYSBB3^fVQRhIF$@CA8iXc;p4L8?+)l$4|=){B*>xO@}jM2N`aH%2ec!RlZ z_Ztt?c0ozOn>dS|%#Y%HXYWm`=);mlI2CO-{zT4c`3s##=T=8PouhFAx?)!jveJUU zgj$(AvAzDYCCT5~yc4}{rwf6bI5(($U5Ho_-Qnq0e;_CIocr>2y9Gnf=uh(6wT_1N zM<+5Ve`;BIIP57V8i|3w4rjH2z`u01Dpvx>C&C&Cdk zODENa()#ciOhyF;1|rm0*s``<_vJ>eea$<=nQU$}lF?f+HSt`B!G^V~ffBF5>kJ{b z7mh*R3lE&kM8~4-lLF{tbn@>D72#dum*OvNByVsxh&o+cc3Mn#QcJ&-x}ev((B%(E z8X+1*^RHnl4~E(h5v>ptu`Vw&*?IGP)Et!^J?b1;f30d4wRknPCWF5tUj5o>dG)1X z=|qx4MUeSNQ1OUBaL)-!+i%o-*tcYkGqy@x!%Q^ne(1q&))kvXA8q2_=^ee3^Kg_ z2!|X9hpZJANQ-HXF-ATXlF2?+Gbqqpt*e*7K>gv?2Ng3LQ`A8&X3uN@W#F+3R5HJ- zEo@I@or8p@pd@bYc*V9FQf<^LRQbssTxd@#8De#Rla+tQ=i{V`DIfyDjH z^K({kV1ywmY&S|d;7eN6D%@zt1YwVMMj&Qz_pHI}Kv0NUof`xvo?iRC9iEaO$d`_S z@uN$w>lXOL8BdAHVbdHJ4`E_#0}*xNPh$PFp0NHzA1j4T049?0(fqM%hGV+#+nZ(G z=ecEURvaJ@S>*xp-DUm5?y%6~asc{B(dJC2P&mZP)P@rORY)gAv@|f-7?_m8gE`qE zk^8}nLRC@a#G`8rTM|^mUL%HjiptFw8U23LgSQSS0+>ReN_wePflcZ=O>*C(w1CvUsYW_7Bj7Zhl(2cEszGdiWa_&XdP1sD#JEmdaw17l z6;QhW>G!+k#o+3pC^`E5JB@Tl-(>x(0Py}jz!XW6$3_Dr7T8{bA}s93Nl63`0+j8o zbl_nZ(euGr$d$Q=5GFBYj=hS4O)SU;fZ<$@ii>J1<)ZQ~zdX!GY#Sk$wCk%P#27PV z2y^9ig4P7~B#jGRKC7K!_yrjPzP*%d^0+_xTxM`02Xj7?<4x=5zp!{*h}FLfmjljr z*==bj)g7%!k^VP8NY68;dT>{EmhVD z-$#LuUZy_HbU6}`)OTrTzf}NQ;8G!7)5%M*tcN9Dpw^wf@Dxm;UP?O?~V#R=1}p&)gT zy^fX;ar~9~(mPl??XM4Kz?7`3d6tYZ zgbxrDS>;!lHd6bgJ-w^HSRfO@Ow$SiW~(fi$aQel1dy4V97j5zrwmW^BeJ=rgkThlJOU*xZ@;Y}t4LNZ+Q4lN;G^^`sRi?VAo}{_vxQd#f znqI&81Ojo1F9Xa*dUd@Dvf7k@m@hAAQ%h-ckdB)}0-k4%VLA4CV~o*^MF$jGMGt)4 zYeDH+Nn&KiP-2n@1#Slbkr}BX9OYQ6jt7kZYC1y?{{x=|PiZMAu<7hAISp6nNSc6{ zWMu3MAOv`oGZ7QVAi!gIp#(JxLDhxW-lw#3|K?Oz*X8tG8;C~v{iWucRHy(VP~xmb z8QGg-LH@|QGEq9OEV#VBKADu5#v4$6r8lD+aOaUB?}n2O7bFg|E6&S6ZaE$;dfEgT z?5?*}K5a4sR3gHOqG;}bLJ7BfATNuLdu)IN;NdYU4MDyv7M|})bhAhl1tppvoa)to z);$&{5=f@@Pw8EmnwoA8pE~~Dt!P!KlCIKt^OgYk6kL#OTgzExQPK7X^$(MOgTwR( zv~&69$+$la+ioVp23Y@k^K!K{mAic^-d0GFnYMPDHs{u%+(Feb{r#a&>6X@2P(8X! zH4zR** zb59*J3QsLZRK2Ju!LV0=-^H-Hb>59HY*pMOi4`g!agS9!)XS{4tkj(Ld+Zqc`-=({ zy0<|{)+_#fL|U^Vk)Fa^0UUp_=Detd&%v4x=Gs{_G}OPh zPf2yN3i4;80*h&LI`G4*nOl%mL8ud)t#i&Uz~<`G0zPcY68ZiapkvQL0NpSi+|8b~7>AdBSf^}o_RCl7 zy|X6o=H19xl9}(6wvt;GqsZo!%vOR$M$M^xT#EQ84N8azUjcbZ0P@mfM^%gQY?%SM zYlDg>^{?9Q@XxxcNtJy9_)(e^xy%@iN3!3OW$B2%>;sV03};ZS4s@2&?d6ku78Gw! z1KU)g2DISFSl~ZEDj@(cShEYd2}4v#xk=}%BYJi|-{|VL`U^!yPVxJI))+DjZvc1D zgthIEyz#%1E6kYY*?!5#oonQ4t?~v>k$62OkJDy5d1LmhwdgiCT`au@-J9ea$)%vi zw+*?pw1HGe%hWqw+_x-yBSO@!pHZ_hvopv$I?5NB7gY~F`Y1N&&PZ8Eg!YxkH)DTX z`^a1L>IHHs0ldeGqwj=Nk_<~(2x^-;lajWu-`YH(o717lz<^oT)Ow<0B>@Ye4T3kOQ za+S^Bz5Z#%Q4Q@FMXdAJ9jv{1hso($UGznjI-^iAGiFh z7-XX+_kCNd-!}BV`7-rl{||6%V$x)5>FUJrx6k^aa`QRD#3cl3txkhS`{b|OrHq*H z&37^In_fP_1<`hIP;q>OFQ~=Zb;e>Ka#p&c@awObfJDQ2QbbVA^j5?Y|Z2fud zn;V}S^|h`w<~&+-7c$3W(Ty8v&8rwoilA}9G8GU*Of;V&n4L{>cD%j4{h{fB?IOP)d`<$3WaaK0S_8M=$p? zd;l+|kOcqY{`S7jzJm%gG#UlEw_3dZ_qp@2^VvqKBLn(Af1cd1oOzNa4xqjmTHFXo z2QOb57PX#a9V_S7?HVMFA1zll>y%x%IXNB0_nSMoT=&&;26vEIeJ8k2vrwp*v_T9W zTL$J~;d~@Jf`7XTOg67X(0S+M$Jlf#6tKHce-}e4M50}pYZU4D`Opzz(Ory)SYHvr z4xl_Kf|J2!b;5}Ry{o*K?igd^YZb(o?*k5e&HA^$Xce6vpD*2JhLURDb+0V83(T^8 zkz$GodI7J#W0pk%U^#t^z(5=P@hB0P|KSNzM1>w=DW@d}^3xH?DKIN|8#)@=>v@$n zkvUB7jeJWF)emUVJpnDuqZ48)@!IZTU`A6@QT<%lk~B1co0eEml3(ChH3)lwfjI9D-h ze4L$GB6=}V4)vfrty{*r?BUy=xPCJW+vztkAu?dfxT?6h*4xVgS5;U2`YV2&!=OXf|_ML*gjtz*`JB{;)KuBPWQq?Z~A ziHZi$wq@1X4}Fi@Gpd$sG7(8bsbeh}1XMYwQWPOe#81vt5FQ!YAPU1aM*ApQ^1{?Q zTB5dUGLupDNta$;R##3Ib_L#sqH&K^k8ZwwE}=H2pyE)-0k*QEheq9Mt-+-}ZFLT&;VryB0<}<^+{l_t(`-X?EX3~+%mlt*!<3l|= zXMB!hFBVj;0GLS~x+VgLu$R&4AN>Ecw}D? zxSqQc%0MDCGiROW9%CO?V{54E8kL3_v$zDU@__WUC_g(yUnXfh?{AaK^Xs&l5?4apUd1rUAJh6l0Z{?o zZ6GdbMYj{6Lho*+X>#R&xKK<>sDN1Z6hzd-B*FkxU|D<)tzj_fhV zFtecmaCptGd3WS%*S>HoUQqFDitt;_fk^}SMRwLdIqs72u?>FbgNA6w5tns8pdhEf zcOG?Swey^SMu(){CR8$`WW$mpgQhjyG`*_`auRoTc1dTBp)+9kLqqN0|u>93W@V0?T8yX;;3)D^vOqFRF5kc9sr_ zj@%zr7|d88)ZJ3O%NJuD`B8m$n(6oMZuqw&+LBGFS)>!5%d_sKri4px19nkiKWcX( zAUS~pkz#*#$wlOcc|iaJW4%L#u7KSVAd5Im#CaL!OM9@edAw$DW*czBP&j2Z;KY)M`F-vB%Ny>L5`@4)aY9DXPiUFRYH{JV>{B(QybV=jNTf;{>~r(hw}mMF zY{$R!?>JOkx~&nb8$i9+F+`Zs5?<%T)(xx9w>*pF$$qnX6ZJUK#ynU~eR21wZ{&vD`tUA!pmzpU`e_?^n zN|j99J|<_O3h`_zyq?Z%nx@~>=5dqD2B?*Bx~*6mf5T3edmi=)d2>;4*JH1Cjil(0 z3eh~s$d}=Ri83bOpBAvK?nLxu)dPm5+$E!n8f&yCAM=*f%ci{IMUF5Lg36R`nx?vf0?D` zYk}e)hBbPCAGzekd5&6O4|Yp}*z|ZoD|V0`NMX2d?+Y9-awyH?B>|8@BcUA0GBpQ_ zV`1v053y7vp}XF;`r(~rMjG#_z8@SvUyhf1<* z#k6rINn<1-Dr4z!UprWcI<9%ISG4(S@=_;d#Da95_BkFQgZriY-C9_iRm+sKebcFb z;qFX4>tpiv8&tjqaEJ-x1RaIRXtsF>CQ#BT&<|;L>x&^Cx9G7@wh-CajDQN=#%KPzbnwqCZnBYL zuV+M^;H6mo&;=u8Rzt(T1jQwKXYAPL~Ud1>kkiwGfbOR=+}kcE1lIy~Ct zWpO^;T$$=hH)D9t8AAvVpzFIyxl1d0A>* zuHX#Jg+U5I5RjLWdOf5t_}h}&?3P5(lgHS7B&G(YgY7qDN|y^Mb-h6w;r!|9p*Jz! zVSQb}%uUxHggWT12%>3dJLrB&V_YS75qiEoW-T4_C}PkY5ONSh+Lk)BUT*l}FtIV8D>Z%7{^7c6mw0!PH{n zl5O*5WeTWRr3k0m)1m|&k5tXF$1>%Dgn9MKln(aoa3B`)quj^M)*Him-?NtNLTN5e zURkaSs4K1YVzCf=O8Vh!;YkyQVD^LBN$=TUH zP$q~b`s(H$5g(6@OUhKht=oVHpQi<0*Mbs#44-yTdC`30)~0p1utZQfc~xln zcv{EeyL&nF`#irV0+5|FH6jq;9M&4pPN~NmTZ@E zdR(|M+}_>_^hx$E$kU7$3rMD=r*Ho}rgXcQ*PcslPI~YAo{`|$DEg(=NFg?MVRPeuZ)IVV2n99 zck#=8S4ga;F=365udw!O@r&v+8u2xyKp-N zsKkQTOu5489c*PYwD7Jf=ryQ9w?(J4S`@DYFpI*irp9`l=efH*IoO%U-MCKWe$5K; z*XR9}tz9bfcd=c*_?3Q8oc#5xMfRaVX2houeEU~#+so}#4DhJX!Vo8(g`xl2Ei@<$ zMtt7S0y)=x3b=6avd9UK=h02JmyWL{J*Eblo10rRV&7j*jM%m!h#XNFlYd>4X*eB? za2SaF@+Dr*a*+pHr81YyZF4c5NEHhaK`=fr`USLQ`}1X|3wtJnr`(YWGXzqlL_Jy% zR`}d}(^7GtztWMQr(DNYE2}#2<{3p3W8?V0oWcVP zWc9@IT%iEIFgisT0x{^qSA}d5u7)uY=HYmtnqsP#I4KX^gj@|%Nm8S3vWRjxI&=R zi3+yWK;3Ppt<0wFw$kH9=a0Ml{XNp`%+|LgWz&}!a-e2%*Vk`iB5j7z*kVq3hRO#H z3=V3vwY7WoXRlusu@;ehK)fDXOl=Wj-{rCR{R3qN3b+k2JcaS@Lo@NgpamfBCdMU@q7<%kF5O_gPlky{VfC zAq5rtJ+{2_222ALMXIS$*XtG0t0&A=$pMOF0vdl?2$+eGs=B{hBtbh6SLg#gt$r{h`amqW=;~s zl=sMTz!a?s)J0TG8TC>j*BW@!mwnzj~2u_@_f7FEe2-)~5Fc?b&HC<+IQ}zgYQufoHv8 zm(82aheE%sIdv4$mRWufN$qsGY!U+#+fj0!TEcf+LAFajR6IA8&$a9&%kB&=1*SJm zM;D@za#`Yr`pnph<&ffy*pjuJRxGiXZp)k>Gs$u!!Dm!V{PO;Je<6o43B>+k5wDz0 zNN_N&m_S?%S=EX3jvSTT=%~&0tIJuLHE>+Z!Ee-cd3vEr z>o_Zzgq@lj9s|Mg^}W|4PH@>gzD5z-9QPS7^V>gF3`0t%>7x}WEG*Cm{+Cz9Rt0$0 zSL?}T3^O|{LvWb?;{uq-zd)Ga?1%x*`XJjmf!qUh|M+bhPj2OJ46544{=wlZW1bOl zn#oI_=CiiokXUFLp=vril}O>7ztKK7KDL3I|2 z+TPB9)GMY3Lo?CFg&*PMqZB`P{0!688+!E!bR%T(>OcPL)`bD>$hnm~)1N@J=28r- zA#)AQgNj$xRzrYNMAc+)0$bZ>xq&g~-qC4CHbzD}Z`p1u(k9mvKTT zQp*gbV6t#Z@<`Zoyo$3klW=g+{ z>$hU77|zq9ul#>ofHDp|a6ly$mec8jT2w4bkVf1_rBPJEtun0^$T%g^Vjw(PUv6{#_-w68p? zo?i0OuM-Mrd;gBgX}DX@x=WY|7WFIjK}kQ{t1ec4igl%VGYjV?qxO6V+uh~AAL*#~8^LdV6L;gl*DRbH*bWME zC(EiP6w=K+k>K`uSp^v&5hIG}UtRi1;rWo*1oD#aA$&~acVUdlDJDnL!>XLG^LS*EEQItWZbYQ$9W+6vqo=1w zIbVf$$KBi5#YLsKFRfZ4Yukn@=mgLZ|5*Ow6b4$WD}7mqdoWa`ncdPY!Pdue}hyZMfw z3+%QlPEksVJ%+YBgs1b=?}(OfpK{nDOyvS5fdg+TOWS^FiT7?cJ;O9RgEq%BN4)E| z?(Azx7nKlge0=>t62gvYYabUavCghBaugeVE$Jluw8QL&V9dUuy0M0 zAaQH!81VHWNLHynz02@HApX}h-EK6;S7MkfG>hN!hpkR=yBDQY)1W&cp5y8Gta?IT zm>-wx(hUq=b3LIq7*Y^#_y?Fu8Q?wQ{wAq;p!%dj6d1ce?)}90*l!rGuhe;*zCbc= zudl6RNcj&u?tZdncJ;+pRz^L^nyj)Df!Y7Gb7Ag4XSi%i##B-2o3-3TLPWHQSt>kpC@pH+rK4slp3k71{bw8`o?9Y2$vqZVLPwie|BV1&) zhs={({6l?`mfzm?1@(tLV|Ow|rEj&7c(z z{m;U|>I}~EgYqsBa*^0^tZ|D-*H>O`{ugScK9H~pt;)KgSAIZO7?vd-m9*Vu-Sh^h z=0+1oNBqbT9387tR%|sm6a!TyE>tgE^J*`Pra9zjQxGKdn<>Vtd^x*~-MbtZ8Muf& zjy#qbQuy1jOy>bMB1VC}e=E(h8i5y4ewQZ45C!3pD9+_EAJjqDHlEuIhw4Us(2)RN zhFeLwZP$yQT0Lnt7gtd2k8nr3rq@q>1S#4|pxF2cq0mt4B@rh6>Tg~B*%ZbMmmCIv zl#R~O*AGWpRDEw3s_h5mE=KmM(yjSx>9gsX`DHy$P*GmMv^21t0lVQMpuA2^0GdH> z%arQ4Z|(VwAoGaTTJ9kSmmw0$h$HRSwrq(kB&7A%n0w8c)G)KL`wZ+SArbnXnyrVE zoNSS0-^u%m0iCc=R}8c(C%mqNohD_|{7o%FT+L&D(+PiXfaL>|SqS~|`I|mLd)gdB z>@i%59ZHHA_R+_%e|moO0;Gb^0|)dmU{#4~1h2SZpc+>lW@?>Il@ko^W{I(FgnMjJ z-t8GGw-YhLQ<#mIx{Es->K_{6AQAAG_?DUMIM?dQ&8Vn((ImDD`xXFrF+3a&``{nw z@3hSt6m0vbJu`oK=UDsFKrr3^MFPZU>IVC!j%t$oqe-A0cmli7y+ ze3FVLrisx(tu(g;UjNB=*HV*hn|s(dN7V$wGHrc~o!ep`6k*Hv=iS!;t24EE)2bco{z%HH*kbcpwU-C8SW{5Y6moR0%A+ zof8Uz#JzO zZ?-9cilMT-35ecfojXi#ZdnsE^eOaAkpte2k7(@4K(tZ=uOEh3YrHz_4FYS##d55| z2Rf-(I;m0OHTK>$>r|i9vy3!@->QvB4BlHrqI%T+b(F@#Z@g|)b1D9G!hS->9_DWL zUpA{tru3l6tt+_G#G^E;vpsWL={R_{rS?gou%;lD4fQ<{iNxC07SF-n-W}EZ_r46= zEYrM>ni&ClTBV8-1~iPy_A4e@*@C6)@RM>u(+>VQ)Wx&unPtk_N1Nvuj?Aa5Z?(1F zr(<)I0ohE5YMtPEx3YlA3EitkfFt%~SYV*!m4y5v4Au#1C%`n4C8_&s#`*<+(Qdds z(&=HtuA9g+hDmvrdWeWy{fkm#_i=K(?>Ey4=W6sC+t(}u{9x8ZL!z0bjN2jO=UU)I zv&3%DPQNNGy%1$)HCYz3bBfdJCl!4agu3(qZE7hKr7K}NJ={4s(X^e|HEl}#MX(=P?8FP8BmCUX2jpcmUcspqvI@S*Wd2%m z<`onMZO3yXDdG7;sc3*=qU&b3uyI|yS~XKH15b#8@4*~2W0c5d*Ec=(iwym<cIX`!k88|jn3F~kJ|T@r^hg$aQtf@lcl<-DbT#RBCkLJlM3|}y9H{A-nrV?> zr~SHmuGG>HYKl3T@)f#)W^a&LgbV@+JbJ8O&EAfPfGVi0>=ZZni(t8IOL}J#L}HD`*7O`LvH9`7^#}H2xf_cAOA( z+N($hBSmoiJCC(Z(`)LW`+eSdI9-Fv9zIs{FvGDZ2 z=w5M>qtAiduzC8QHeaiJ8tyqfX3VHI8u*%T=RT0RX`<&{CrFGDqK2oY{a*YDVqkn0 z2BI{A74%6{ZNY(uvj--6OaT;Z0b0W5vPch=?E{Y^Q^gk3{&ja8%~!g=-A@OLwRy}- zLg~j=6Yy8=jNuc7T9h^sZ$59;)ujUs6-b*l7&zdL@`30ntn5a$*Z;T}4qGa@dXSQI z3{&}reJ7>m^{VRIz$lq*&yIz$G_B^(LVW=}S`$i>^F9~DQ=V_m?cDbZa&^AqvqlJ9 zKx>oT#ADNPECB#ON1MY=iwK*aCGCoA78$ummrKBEf{R4e;Q({?zGs*10(lkvF@4$s zC{%Yc1n?LL{EN4NFcYNyD8>m(FtjK^cN7CtFI!$)divo>^Y-Ggbj~s)wuu2|_Lz>S zDHy7M$JBo_fa+Oi^)9l2$R`GWDXl-TOnw*-4cO28XDo}?ukmzecj)3F9!%BWjo^XI z+SYAs`TLV<{6_G+%M+Zm)fN2xwk1`YslhAzSs`Sd2LP5GbBQejn|(J&ozK>t%&QG_eO z5f&&Bsyko^0hYFE2BkHh2l@+US~JBp>kz!P_uihiotpe1l8w~w)Z#FIi}Y~xF%418 zAnmlC7Zbiuf)l?EG$#UX4yRN9Ubp;1L|8vN5^fks;se`tu<0ICQ;Bi?62)rwYkMy) z0C_29HWI!>A`KB;VTtcg12~0mq9smi!ZNwPEQzVf;5IfjeranH>gnwvh_9oy<_@t> z(QM=$<|$H3!RW&Q0&OyCjp?EgyHitnfu4}A+V2!9dTtP{-EsRAT4axE1~Q&?4SCkwIcGR5 z-p-H*@dtP|mt@x)Z&aFEUB#&fWdMfjUr9{zO0=%yM?imCh&LegR_uLGHqKYyd z&Udn$re+mkqd-6}E%*6<%!I*ZEQ}WKKqe($O*1v5fx|eeXa}^S|71 zf30g?6H+&;3h82G@>ns92pov-256!Pwk<36F#!Whvi4mbG=wl_E*v}|j6>N=i@X3s z%R$r_@A^7)_7+E(Z};$ekLx-Ctrk}^_D)Hjz?ES_h3d&u9;&2%=>sy_kX+FUHHOXfwDf}Xw6x6I>stjX8ma+c#?r^2OrRi;kZxexhN&c5wCasmG}%HFr{*0F z&43VeAL5PGNT`@X5uRe0Q2?x>wUlPs4Y;ifvG%mQ;I`oa1I7gZluz1P>jB)Tr4}NS zcda3a&n#Fz~a`?lyTOKoQj)ipLhZWo^=g=eG0EDSr`*+mbC?zlv1gC`rj z8%7WvUZf~M!l!ZjNYAcz9P0M(@#H@K^@3*Z z@I^xT0L9zi-sNnxKh+ri@t0z9<$IR_Z@}k4@@Gm@Z-R<<)hDi?aWb+j%01^UT3O{a z*J7Sek%bGd8!qh>?X^~t?Bub}s z{v^@_&abHW4hBvKTL;Tvm9(wTLPRw_+C3r%WIPPS?gs}4Da)11MZg60@Vo{peHo_+ zU4xMk>yDD{47!Az#IMetv=G9(3PZXTMOO5Ur?O z(4E&n`-#@853e^wYvsL_NeBuV($0%#5~r|l1Zr7;S-ST_oycGY7TAu3QW_ZO?Lv-Z zg9p$ionQQe%rk-j!P@KHY4qif<1K#8Hg0Q<*F14*Jeb#7*_$*JCdwWL%t?xT{JgQx zkq}3EsQXZgfU!*7N8oAw@DJG?^r@wZEdwv~C9qj2mE7+~`k3#gq$$)T!O>tfMes0~ z18L{qV#q4hU`c??izmt%95Q1f9KuBYmriHcpMmno!=3G8$vUmN5OM4Dcs`rl4lf>q zZjMWu3cwKl43Q+G$fe5}!5m9SP5m=pP?ox3x@vM3t{fim{g>KhT2$KS&u$PX)|(2M z+W+{$A17>TCr&Rg0MLLIi7h8P1HRk>X{m%j%Ry;;3rC5%j6TJ8N zscpBs>D_!t;Ra^SPSf%T05NFv()4?Q$qt+-)+h-nUyJ1y5>_wf8cnOXBKi)R&Bfts z6~7DG>zD=c*rJZ*X4$9B9DQv?u_Es4PNA*FOXWnOkxswDFneGWg@_ zS-iXL_uJYX-X+*>eDADuJf2q33Yfq75~<5Y2`DOmh1P&M_SbfE!{wql>=dQrEFJq@ zKCI0YDP0be46LWYxod_70@rJaP}orBXedho#DQn4?p18*k|qB%gfIfo2sF<0*G~aq z1_4+J7c1Hp!qZ-ng0Rv1I5iy&_5*nSluYk_UzCVuHQJi}T-{idJU2HdRWix!`EGAy zGm!q)>=Nx zlOKKv{+H(nFSEnkLeD>kXY_yFLLf0lL%{i>(x}-|i$;O_G?U`z~G=;J;U2` zoiYvPUa&gjGsH+U@8==G%w$x;*o~YjshH{HfABT`s@;W!@dV*UL}Nmm48)^j3AR0$oo42_{oK@Am6|xE&4|SPkcsIg?e|0J174ut`IPMFlRJ zpxy{1ea%O|g)n?UqQ_-T(jkJENQvL{2J}rt>DlSx=S9jd&rZ@%QC=zc*+-6V7W^fs z$zfmTA6>U!_{K4P2rYJ0V*%Lo__9fFvuq$%Um!DyZOITD$QB8v03N_!IS%~i9pL~) zbw-0Z5kPAR;PI4dAkaXFN;q8*gaRVevzYRqS&lm0Hj zw&?I$><|{%+G&vG1T%g;9EAz_9@RuXUbU$NiWrjGF|za{fSt4qu!(iQqr ztKMI##QRs_GN3}$!4qIGu?eGEozj1=4;M5_MP@w)pYcz-$$;y(fk=PyU!;E#6#H;7 zjb1U|eA805Uw+`Po76S5^-{>x7c8qr8-8#HqK*I3Z$|Ja9AIzeo5w{>-;+>pUU)hi z;L1G1KrBhAL9XOq=9^Phuk5;=J6OXlQ?U!2U0S8@D>?tdb9tH*=q(u)GDky`^bxqo z{f!tUY!#LN_b3>Uv%tc>#$RUx*v`!uA*4K3ZCkH-ja%IZ_a>(lGr0S>Hp^8^-$oqV z-7)0@Db~R}A2&Mp!p6_xo4gsS@eyeH0QPN+&!@e4s>vp08AGK_S7bHAG7@V-tJGHS z`?_sX4KdkyMxi2W{ql)c4=@J90LI{LvTYO&Os_Q} z0XHy75q%2NH^Ans9zLwa`-thQsuNFQtJ`y?EG|lpU{hiXno%fHxB%7MSR3gydpspx zngWp`m7R}Vh}L!Xiv@#GBUvA>Kw)Br{4d|C5jK@O+;yF2>kcQzbK5!;A6_ncW~6+3 zF)_S5^FmvO)n5jvXRBZ+<$nef!*=8UbA|^)3lT5?O?WniC$De;Hmdd!b=_96UP^zM z3lE**)A#Y?A66Kt=I8DcH}4qN{wQ0Yr9}7L;oyK>L?p=7dCd7VxhOgG`6>f z)GOCyNMr{(vFzlSsTONr);3huR6n^rx>aX3TQIqIZ3%_Q1}lMBNE~sv%U;0(-J=UB{~NWOu|M4P2#D&&}~|*TQY3 z6>^{@G`JH5XZeIEF)F1&ez>h`?(*)rwde;U9E*;5K=s(4QjC&Zr))}DCd`~IIWAth zNUd0##js*~8S*)N=I3jB3A0dH8?A`T1J4V)_}|PsT1mo+=CRo~%87LawHg}A8rgP^ z)|$v5Nt4P3Vd2`>Zy5ghsCTeq4zK?Chf;aqe4q^pD%5f*>sj+FB{jQ*+S`bWe}4o} zaqZU&BR4;-AKdIw3_6p`O1KU*qAFls` zn&_#yO=g4wf4EzV@INj<$qT6U8|xdf3gX}E`J2hFi1^4jHOu=4K9VOoi2V; zcSS-sb6oEAL~aK4wOrubTrp0(wDw7isRCU-WzL&MJ;8%@fc{N_TP`al{f^pER>K@2 z?{@D);k)0xaduY+`fpohCd+EwwngbDH72ouKr6KVnhdtS860?7JbbQ6XE&s$WTV{z zMN1vHcN#raZdA%ABmHYx|4hn;hMR}bJiWcg&KT=|^49lkE+9lAw5%{_W4j%@B^_3b zQlNwUOcG*C9#XkN z(%aDcYYBdZFGbd3*$-5BceG7V;Xjrh6_C`ESQ4AUo`Mpojnv`Q*YgNYF3u0+V-zz4 zzZcHX3i(YJOxzcdzvV~x{*MJ@w2M$a-*9r~eI31d`1lv!6u6lbpr}iLSAe2*!U0g2 zKe!{1lo2_rWS7$pz6P0o?S(tN6Q^KK}mRMO0dzj-FDeFFD@wx z4s7zxvwGs#2)Ba(y=Mvx5rYL7pe_myM4TW71Asy$9Aet%9BLLuJ^8Q@oPn(z00wv4 z^;cn4bUlCd9G`^YZ|NZ2Kbd;SWt9}zu3jt*WJhw#NFH*{C&orc+yCA@Gp31`-Z>4m zc9B!_*vzEJK@kcNa`*Lap%-9ZAg840I^X({i+Qkez`)=8!$K@9u*qV}*#ssKIC!eK z&i~;A5Q3KQFec&z2So%nqFPa^$2gc{2T+g4xvFVBSijeOwHu`ZcZ)maKmTEg;PBX0 zwvw{gtXi91d-C-wUgkrFKWTc*`KUPz>sIo&rKYAb3sNs8WF(T0&ZT7Y{Wxrh)%?yK zhAOOW4)cz0cod$x7-UDfz&P6>5apBZ14J^spdRKsdVp;f0~9P!1oLoWqzgS7D0lOk)|SD8M$o=JbBTPu>@(=ujW6#0n9W`KZyVC1~<+F50^(mrM>;33JB& z21?Ehi36|GG3@2!<#B)47x4c@+Jv(G_>2Oas%^jn;y=7w8rG98FJl8sb7uYL6@Zos zDkgQL!`)rF6gcfFyi6khz2_CR#v#;=1E9}-O-f@>#xcjI7o`x*`)mNM~20?|-F?pG4Y-vJ7v(Zsd$H3x}!?cdFTpM7ELBq#f z)s8_s{7Gtz%ACMCIdFYAGzg*t*@DNkrglS7|L1)6AaDkP`&QMgYEKqL4Z7I4FnOh6{Fsiw5us zVmxK0|9j^EHv-Ax0Z9e4JaqrWTl)Wy z_0>^TZo%86AV^6m%>kt0qS6hA?(XiE?o#QJmhSHEP#UDWrMtVo_rSfsuh!B(&f>&= zXV0E_=9$=1K56v#D?ky-odYGtMle7RVUYJZV8ImDSK&OHYSBECd#KD zr|TQoAuUjq&4^a9R&>MLfL76IBOtI*+&*~x+55Obh!yTZoZDx@X)l704Pygyv{VSF zJ^VPi3Ijc`74J|-#>G$1(~l@pNHzkJ<`;|z9*qLt}GbOsGZxG$Wc&XHJj-o zi6sf-yD-Hn0_P;aWSN0T5G()w#mZ|?==QDtQtt8bf*>9U-RVmr$3>4GEpFS)_Q)E7 z45t_pnE}k{0RBYbTS&a z-buCjH(v^=LImsv|BKxyCWo$NG1?pNf-x_T!4&x4wP8H36(6fJ+q|l6n@e-7Z=JfV zF50u8!-ofl(+2gEtwVlYU*94YBp@@~R{|^r$3-kFoi!|WHfH_#C`F-FNsdHLe155V zC46B6ED++5W;THxL>$((4CU`_EN%ZS#QA?huW)XlZOD2QhFRUix27JJE*t4yF1*`Sw2sEE~lUlkp1$uE$1^ADKG{!BuWg3b>I}KKg%IN z%qt5Uv}(Hb@$2qm$j|DAy@vDXhf%8Z+1=ll6bUEJsIp1T`c3HGJ3ee57T`Y)p<94m z3w zN`?UHTMDpX{;Aq;o(K9&CAR}t6mnwNzL_v;IF4_Aa36JuqUu~eq|ZMLP;`+#lW>Z_eM#q+7es*z zIJ5DwaXAA6f6fM$6Y7}RXgV!|Jb&r^3u#2tTZ*Mj-<#*)W3z70iHH$MMZ$E z?(BROnf^EZr1K~EA$)=mwQs(b6FX%Qm$rakvGQlTX;0v#@N8J0e@~cycdf9JhJDlB zS%#h%>HEMyt!oP~^yL2UVJ6vsb9#^>Y=99Fdf{ivqkvNQLiV5-LtHP=NAyuL(5|$o zQZVo)Tcm2^hnOheN9Y3BG4#<-egaHy z35iPv7E|_q#zq|^@20HB+H%nfm}ljiyayDv=v<0yFn9OXT+K)*C$lY2$65_JjbIQb z-w~i`v(*Cw>1AjAbQmkR6`u>X&}Z6#VBh+0U)KoaXtcjVgnNq-lII>sB^K&SGr1TU z&G80fbR4K!UTkn4awVqWA&{-MVEmdf*AC7?hDcPm2+l3Zz2H%fTgwFcB1_`DUI*x& z3J>fKGBvlKFkUOogy~uML!eaX9IP>QLda9g@fbE$mK%XrVAZUZ->e~KG(BJ#L3F%S znEjD5IQIfPAq*~Q7Lx!+>k}x}pGy1=7Ki){Fe(Vp$)9Jza?b&03A!$HY?nfn51trU z9$wKaQtpiMAF2^WyG_T*imWpBBgO^BNylO3cNxSl+fFN*-c$;tYLd3yZX6r!R{HJW z6frT(f<)_>?TX4Rju-;=t1X3sbt>1wqi2J$31AYn!Rb5tWRB8Hm^2o&My#bv=>b>7 z;v1i2z%AejAuu7h)A~LI{8$PA<@&{KpM9e_%4fjb^+IN8J^dw#6} z`YQ$Q1II8R<-Z13`vtNYFtjy`yQ01Zia;IiCv0c?Fe!I*NBK4I7;pd0Mi{{1m9a|J zL^zvT$1Eq)Km5&fb8wmP4V>9nlKBu_5h(suH=(XJATNMJU!v2+L-OA8wAN63Hmdj! z?@!!yoZS_DgO24di#w&exw*c%@X!~#IYsB`d%hD)r@3?*8PWg`GnpCKAH0uwvYb;J z2ALZH{KF6RiNT#l@rUYoL6@rhFxKGe*g!TxTM*F0Di^xlJv_yM%vc(S^91G1VY>^L z!sQi(ibYsn%@GbsH3GZ|8I064egH=|XP%AHB3{e!0CM#3tF)6>M3f{8l3;0h*3^*7N^qup}w3g}d&GiRSXdz|crD4vEXp0C!Fm49Pd*qQB##$dkxl zU*C&KiV_@3jY^EPGoSeP0R!Ny?@xtg##?fOG$yeX1`p_ifhIXAp#FXVxW{R(mn_pv z+PoK-JXfh;>O5*4UwlnBz4#iQ|JS_W!Zc~7_i;iGmWa^D-Ffune+M|saY&GI%EG0{z%ICpkQbi;9ekdEIA1!D2FPp(x)*b@MDlE zJ_bA{hDN@+Cd@aOo%5u;opby=Y9{hXE&+BB)PFeBgT?pssy~&P*J_l7+cb)mh1HFF z-))-zGkpD#O$7F8j0Zv(E!irRd*NMur{0L=-e< zE@b3ZcI&w%GRunjeapoISRXU@Ij6Z6lR7$DYKb_UpEMEN=sigRRJ7pq2lIK^J=1v? zDTTrHNePv_L+1sPB~txRM=|^=@Ofz99~g6dxC!h;uFo%JHa{Vu0GI1F2ShuHKfwSM zKjtPp7`CBoKu|zo^d>bm)jy@lX=s1B&6~y1BG_^|0|xc=|1jKXz`g0!^5dUJvfI2K z8f*8(6ZD*n?8pvu{|6Of@Pqxr+H==)T|7~6} zh6C|Zqzj8;%Mub2GPgdqdNNg1d~5o6y3sUtDi|z%WKg91Kj>5vAl8@h%w6X=+}Ca| z3M`1Vl2nEZ)xH?)b@3Iz6owQH{7h?GmYs;pPY7LqBjo0hXrag#W6@usD6QyMDFCJ)P-OUDoA|XC@+(erZ6`?SR`Yo#1Z0x?eg^ zN#tDHm>!snAmX-T#tUoC=t+GeuXPjXk>IAS#AEIsT z5T%z+z6bheWo2!&UF9qzv$_2h<io(I{F@Eb#87ebc7~$b9#UWycZ1#s*4)fx0%94m`#DhE;%`c%H4zo`;b1n+RDt~dP0wSFg+X|j)u2c z$ZB}5;GPATR9(Iz`)u%l>18D8;y(T~FW(%62!|+%Ufn3?4 zyR0y~+T!zZz)&D0F!CNS6i)DbVAy39<_ z?YapMHMi~AYZ@Mn&|&5_cv~nSLGAlMJ#sn_cj9{kZLi=ST~LuT`iX_dSXD!7;0qgp zt#9Bx2Os?ze7+2v9Uj420N)03F@ia+QaQUUM*1!3f6LH;<}$sd^?!I?6p1YKWkQEr zLM2gNUeI>p(Xb^*oE+pxLdify_k-uLFG3=M=RV)zWVOp`Fb}Wy!uAcY4rs*hWqePx zp0p{LDYfA{(iJ65Qj4=w1!)PXdRd_RB~>4FyA?VuTH35=SIV6r84%wE{^&3)jZXgY zkgvL&7C*K#t(mRYui;P4HFpbTt?`PF<`n}ppj}WVKPVCH+>j0Rc@ID`P|)V48w%!5 zJ$>WGxWc_9V0RwBKDcRPVtNsGirmC{0w)~_6DXcN2Qh0PlL zA!i}J+St(M>2}YHXy?H|+#dMFQ^C*tEH6k83HqZ3*daVHIFO2a1d5rI`j?!%dZpdX zs*!|kx7lQkjJ654dIc~645CK06|sr1-UhGOCAR(yOw(kW46FR@dLqY89meq zAFKz??P=)U2hw{)*@v@^CCH~p${hh+(Wv{K`uqx=3%b?^3t3jelUsHi21OQIysMFv z!FXNwm#?455bxWI;~jjpE@DQ#5GB2D5JiDT^vG{leV}3vXO`2_AY61^Lv?g^@ZM%R zs`BC6d*4U%-gVb$io;Bv9B*^{;{y^Ua5p zOjIpNTo9r-99?Sd9_SNOKiVvj-ftbDt?(vzN2T7cM?a>)iCj~luan*oy!++6dm4jyKLu(PY+S$}}v zIeb=5^ce-{%YR&B0vYbyGKt7D2|&TX6yS@g2De8V&yDdmskEEL;X^ZcTiX|NLF}sw zpD&&xPs63S&8FosXUp;QIhGukcGznrnZbkncUd-~Y)9FktUl!JD>Obj;EtLNS?lLl z^gl$vlpg%MOdx$y8hoc=|C510s`TMJ3*6FC72Y%K+x2N)>?IB=?q^}_C;G7REpF%d zU%qN|zazSEx`1=A0*LHRip~;Xz-<{3J=-q3_jdBF;gs!SpA0S~yn_J2IY1A}^2Q)? zLTsB4-w!w#H$IfH8e6;OXrVS1cIBPc83E8(^H?PS4=Jz~NF!_hIF72Q)b`c}p zTIluN%P;-|ho1gQ5Mv8+dZ3`a;b(pbvlynKEb>Z#aXs{C_HweWE(9*Fk{t@pqt3fz zJmqdry>Cxzb779}ezU!t)!)kL4_(Ry?k(}Vb9)8%L)-;*Me&n<+>}-~YC-gtRANzo zH5xp%i>5is78`RJn$&R|K|oAjlUGX0x9H0W2fd4$z8dpX^Bf)}F_53}!kiiEKU%8YK+yMGPFk_B!?n!%XPide4H;&z`r z+m4RtJ~Hb1V)eXkL^R)8T=m68d~N|jk*qJkAs(HEjrByWAih-%+#UXa5%~_6SVYBI zGpCYPrNN+}r+z?2yW2jVH&|l<7kU>bqx|J0T53QMug`zzd<`*7e7g8BNT5b>a0KQk zHK-rhXI^tYXmfSt#D@B6mmB>PA$PNWwTG@@?fx0z*)LQtDhccR*yLGT>*pjQDDrJ@ z>A=oe#e$Mj>}^s+(nD{LfMQ$S^>-H=AGZVZ_ksRbw+5-R+^6-UhANu*o z{leh$!6Oh!1_}uP0mER*V#vM6;NC=*olVY%zT#6d#X_zKsxY7omj21(xv3DObAQH| zf>^A|hV=Y_%aC@(yX+jjX0x1zrat8pW52Adf^Yjy?r$(ETpMb9*<4^J_Efg#CM_I3 zUr=cY_~0R~1rU9Mx)2O1hkbqwI5EJV{UG`GP#}u>aR00%y^pwsnb9Mu-;wtFwYO(MBxMFSeI=}_`IzyjL95NX#*x7e9d&_< zJQz9Xa(rmT;B^ovDKz@Ej@NcbKkw}vu~`*w)ZP&c34alRG{oxzwv4QNtZBcrxTxG& z(pgTyB0967Lal+V?cIn8BFx01nKN8|(^_cJvlW2C0F)j6KV>%uaR4UAa?KV*1Im;H z>Dv#V_~JGl=`4nx$nggR{G6Jg%T+UiFYW{Y$nc>9`gzHGVCG>Zg=u+Kw{-u$Md0I- zct~B}fv-b{223+qI))rPM4Wnb?fyG^fmBP=n6dO!j;VomK~&*^FzOHQpv~VcV^DDb z>gLOhRe!g}sox`zr#P=TFsVFcS2bP*&CQsBuzUD<6%{@oAO}UkXH5#onlFdxH$O=_ zBixECQw+xQ&i@wBJ+lu)nKnTd)uPO_Xl;;H8&(t~sR4u)h!_5%57Vt@g;ln>eG1c> zlonQ&!2R$ABdwHQ3DT7xcR3N=9dBSJ{6SSw)*4&-XLYpzj@ww(P6t4cq$SqA(d@KI!(2exrpmr+rD^#iBCQI zd_L+M$g&85z+OH{eFX}$pb^2vKFer17_`2@&)BV98~I((HVy{&u7)g4N}xV0imdn9 z?$&lh>!nD{+2M3PjdB#hWD>D;HV-)2OCG0?am#fui^t|(7kZdhu%i6dl!6xdp_9UOhBtdEtMu-1A^moK`M8ZRrBfB773)X;)LGC z9pI7izPR$18Wn;bgh5aJO7#L*;K+~rS-qKNc&1iN_pQ(y1KbTm211yein#fY5fk~O z1EHAFnV%wF>-+S(B~3k|rEC$=+&UJAQ>|Nh*xxkOBk+ zvcOLG1RQ%G?wV{rUGEc*_%fEyLIIP2o;P+$<8O_(i{tfB?_$p8lCg@8Oqz$Dv9DjQ zr6L%FVFqg}2<$K*U^pf|El{R1$ovvz<%l#>3{(k(IGL1%PlMlHgdGDscA&Ym;w#8w zt0KeE^C|Vmp09UNF6g+OOB{+k9as1ed3C72^#cmi0F|VFUHzDDbYs2Ta-&n*+&ITQ z(?vf>ClaYKhACHVLn`=YWjShnX@%Af`YMmUER7+ImSI}(4b}Sej$B9I1g0f`jd+vOA&W`Rd|na;`<{5!JNeWkyznI zfWmRmSx!g^UTLW$+pir~5g%g^bMzgCfah9rqG3wAEHlD*GpnGsk9ng)|4AClD&IGtQ6zlU1}9Y? z_+&H&P?uX+CA;jy5?dSR>X8adEC`_M+Mu`90D)vb-gp&N#b z=0eTlW({fvM*1qEj$(Rj@cM8SL(*Cd%D733l$wva7+4DY84UgeHe8BC`kVc17tvW@ z9zF8EOXbMQzU;Sz?;zBL97vy*7oH&fZREBVw~91o9$Ko?Q%^u!>Sa#bjh&ooVfx6+ zryYEAk63;lN-6)`z1z*HopL%@KmM+aC4|#hp?5d$CG1Aa*RqQ&o5qJWkR8NmaKrL4@y$=jyoY~=I3RaUSBS#3Mj{Lzx>y7uMeO0FrQ3LSzFH#Zb-Gg zv0kDOC$YbNZEjvGL&sVgd%8s)hNk4kW?o{9!TVVT^Z0vxRNY-YR+oGm;dz7x+_JDY zbn{Mnpa(c+Mx`=m`b)MVi=yOMXBuvx>aO^TdQa$2u7R$eISKxrqgz0rxrg3vewm3m z$=2^@Y)XPo3UMjfq;e>bwPTR9;~drtgQtP;v?{PU#PymvCTfi>iadzBy>bbJFI*yb z{Sa}V`uOy?@`OnYEu0VYeAFxjbqgGAvv!>(?bc+ovRd2t2~r8Bic3nn=1VSr-Vqbd zFU@EshN~JByKLNIKLWt2(x5=ZNQK8PmR{VCz89wCNbfSI-aN zXpDH<#iOuHeK;Y-?@55+`C`Eog9|Y{>qvl&|6S(hsR;s2 z!7>lChU(z{{USaUD=PY#e9XK4Lg`V)>)yndM^vbk%^Y&vbkkmYY%#WutFdaDSRa|? zjb_Mg?C#R+74&))8>I37a$(U&#z+XW6&{`pDD59$h^LOoBT~?I+x^&tT1$fbGk!2U zu{7~!>QdR=)2OAWtVyP#yd2%6Mtuz|XV@YKJA3O1O`{P;&3lz+xfsff!o!Ld`4&Km40b60`ivHjXwUoAG*lLRBXIrAI~YhYXg)z za$b0gGI;IBJ={E?bl2ukCa^jjcO;5HRT?6v=C zRfF7Yn*nLz3yOROLB4_Lrq^Z<&9i!&S}gH)j-E=pL)$VKydk-E-I5e8dXco z^Yl({9FN1K!U|JMiE26y5v#caJUg!NgYuICXLuRQ<>)z8;gj+HJ%}VDXtC&JIKeMC zM31T+Mt%yGstY$=n>6ziI7S*=>}<|=)&uNS2Pd?UKj5v(rF;{;%M$k%wpkdh=}xCm zikuu>V~O9tuedzFRE>*^oB4!}Ec1|Ra_1RrWFpwi9{x#0M5HV)FHa+!h_gSX$!-X^ z1=4mc7Fp$Eof;uQE4**K*L~Ck&y@7W#)hVW6`5KI-7u+OGq%U}D64bl7 zXGRdyX9r939u?x!0UU=3upB1m_5VDdw`M^flu?t8164-CDcFl#8|ewlRa=4XGLd7d6Vz0X3O(&H*qxWKiNCg4Gi+w%%IsrUm*d0 zGF!O_NX%g{u9YN*YK-q)Y{pb$S$Ofc?&&V^-$XW(`B#}pjIE8WsWGZpa?*XdyJ0PG zEDk$dXc4Tzt}(1A-!X-qQ?*fG32loHcd{_KSP77jZ z^hnwT6j^Y0*T9OK8j>_itf9+Ct7Lo^Np!_%^=A*P?ve~4>QUKjVlkNw2%AGKZSA$> zr(8B`*p*5png-l<*P;Ub1&U7I5RObhQ@7UEsiY>$XqI7yncze?b*tuMDy3Ld@7jr| zb>6%|g{oFn$avh)XlYI9DAC<*cVZlQFz&+FC2MC<)TG71OCV!-ge_a*$U)fE(-S>v zN**R{ASYs`yo$M6JPXe*;H8~PN68@KcGXL-J;JI4sZ^ zQp;cYx|U1l%q%Q%1O5G()zzP=d4MK( zlTZyADQQQ;b)(*~@v+G*iQzo>HGQ_8DR{4w=y(d8^tkwV1wpBfP4q{;RA)85{;_HH zW!Xm>;J+A1{R7BJ=Y_-c_56U|i_p(QCgAvD!O-AN1GmXqp;1^4&+!SM2)w zy%~rL35#^h2rR10)RnU~lDV{mKTcJhmni+DI0DU*qxV=LCbQv}gs8JeIe~2%nkKHd zk9eF&G8c@@xO9Z0Cthl{>gPs>u>h46a(n)@dwr4DrM?O$aZ5yqyPf!iVt)CjB57 z{sRo%XU|h#qI`%>tXyXPWc0qvnYye%wJ;FLYI0B4sMVVb+z66cVH@g&Q4BxyUOa(k zE=Hii|H@9B6QVve+;^4Cu1&`q=`G++^Q0*LCf#vHdXJpF~as4wYMxJ1eIEtujTb=#7sJ zscf}n;3%p{5~QfV7~r~j`o?4iIds4kyiPh&JiN1S`cs^~e}raXXI`0CU;UHQbHDl? zxW#TG2RZ(Yt;p)Ee&Ecd=wCnL*7AjqQ>(>PWnY*TnFAT(L;N-^OXsOT%Lu;SMg}3@ zm>&UT&FaZ57vK>h#(vLh}6>%{w!`2CF?X9-j}9pN`^D z51k0Va3g-NYVS-rX_yUqpEq#uF)%YfUR1w@yM?~6K}<5 zQiVPxGxZvlutB-|srybek}pfzIpAW19pgZA7B$U1S_{;G#b5p#Riv}~+(f-2`+W8A zI;P!T9%?`idowyu#!kgXGmOK2Uvgql#M&6nPM!c$(>L|>Fg7(o+ucf`q$M}E`x6IG z;m0I8;kp5AQ=fjMUYs9uZ)6bwpoKj4lBoIr&JpAQWn4D?d^$x~PQ4y#@zydYGLLPr zI&^s(1O!zbEVB#FM_1ed7Xn6%xQts;{Zt#`dd3-N_FKFb*Bws}X|wlDK)~ork0_}k zJ=iwu;O;W^nHrZ{ABoY9`fX%X%ZX~4eCpcFKOS@c*vugKzrvkwnp4?~-*SD=C;?nc zC)U|g6mZ>C+W%EmEGBz!912hl5L8veY!+wyvILnR0Wxb&ml?H~QC1)&MLvOoPhIU^mPJtA~9? zCW1L)HB<02F9iC5LocEW`ulwth zqwC*L~EF7CKr0KjjXJ3}~+>3G8{^@c-UQp&+UQ3y^F{F-?~nQ57Vo#v6mg`F!L(d`ozA!L4xSh|dvM206ff#Hf>fA2^+Edx)PpT6id} z^3F`7j8r||ITD|@UhTuc#ouD!mZxE)Z7rnvLx;s|e(`E}fF%90=80&VDAc{*fMU43bLwmC8GFj(5b|)g2zUI2>(*I$w86(1v3b zxYWzodxe$8nZ@S08k74^fvoe*=m5J{DrVEsSH4LZ8Y}wo5`7CB+U1Fv?05V4iq~!o zckYfr$~joi`#DU5BnH0X<0?U*1$s9S!FAN1I8|+X-)MM~dbX`1$S|?%}u=?h9g;Ke(gVb2TIhivsv(XW}j-PW$l-rUne%Fv3r?(%Z zHP7J;rT>*eB@+g$ME_G}(taw$*06AL2P6gXYL6`6w=b z)o()bBh3N@s&wLXFY=aZ?12#p%Syx5%D@`I%aOySL|0Mskdh9bcgbcD#AsW?H;$5h@lt#*hDFLMU*FZUM7- zgm_71bf|KS_=dT%JdQWlld2}aI)5?g++X>^7~0W9Q;nUjF}k%3HkJS~7R3FZ?JdMh zgxjgR71ft@bFaEzU3cYlnKpG@D{6|MoJRnLLGipO#~}1fLaX%B^0u+}k(oh^xbv#irz;?o3i6>wG}^J&&IS?RMu@ z=O8QYM%nz(BDeok+}y@Y1YlNZ*S2 z307`C-#07XJzZ+NJUHoWv*lXAZ0qodh`i!`I!{1V)NxCydYMmWJGa61X5v97CuO{@ z`Wk*cztFFte1lDB{5j(}r{~-`lC|hl#yV%d+j)9&cON+6Q;3b-Y~mTUaG!YcAUa3Y zk(H6Ns}3t9NE(L+103(fcl$2D9x8}P_emQQPsc1aE1UL)=w;xrAi_!gZSuabshT8Xt_@$3 zwyyRDS2Q;F`}bOSlzkzlA^x0al^jU_w#$Ea9)J&I6ck<2DM|EeZtPg zOjEJ>QtRU3$zr3FLRBNTTJtGsi|-S4QZeH<IRZ34842I&JM(dMe4q$i*_1 zPDLfu!<@*tIRzuVNf>YU9q9yW!fNl@1xH~W^9*gZpLbjXVs)&&Cx{@#Q$7-q6q<~C zU19gI-F9ETmv-c3QCV6iz2j70#qK*0LoQYW+vRZgJFX@_pGraAI4bAwm&i5AQL~$i zVhd^&uREG1lL~$kDwxetl$C(xr%~aJFR?{UWl6-uL@Ga}HV4^-F;Z{ynj1Rfu4Gsg z)3#h$du&LFv!A$B5(IRIb6ILIqp+K*Re(itZFpj0!P#;}^z2Etimx(lv zoHdljnYN>&RDPulfQSFd&ik|h`~863@%REP@PSv(g6uG*at|fJzB=J8JSyXASp12oUZp8C76&&YaS!Xo0A9s%>t7zB&?CB?*6 zY@*5f^pZ!mFBKXKG+FNn`L_9&xBDt>GjE|X3jaBM$C&ohhHX=5~eTH)db5-cE z7n=5FSv9ra*Wvbp?$^#w#)&_9T*`Qz3Btyw&|nSWyTTw#osA89oqQ^=uGZdtzn=qK zUNuy0J$JtpesuK6%#JKw0yZ=V=>P}{4f`{@o$H{rQFsI-{kPH4hH^}DL#8E5DW&4$ zL{#k88Alua@wEQ#dAEOnZlI~5A!$8h;}8A%6`kx_L#ATnVUpcNY~k*-+c-j_8z(Mw zz~FEKLc*4~#KcCY;}L#mGqHk|&Xu(wpc-KCq)dF~?i;ZGtB=6R2S9KNdOL1;ifkAA zOCa9_Y=0eXeMGoUnoeEw@ffnj@YAZRk&#l4o2O?AilcEEA8zz52{+3dRoTK=r*EUW z+&>)K&pHcwVs&nAZF)KhK2}=je`~LW$HCj$*(!TX-WA5rH%U(tMi4PGuriq63QNaq zwkp*>a+fb44^z$pdhqQMBsV>~F^-0LcVobP{r-FS`fqY$*0Ch`wV|E&N0P6c_(}IKU9sJTHnMFw!qEG`;Bo;(V3Ec+Ipj6KjwL)Tx^g~~3y!Y?;eQurPY;3-O z?A}Hu49X-YNBzboq6;1D9|{c_6X^rXkw?sT_>VMEMD2^`jFm=A&97ppIUiV)gDhT z+2htxN$$Z6a6q;XqkD+~HjAM=ajsw$k4MQramZf@d1WC*R_G90h(7ZgkO5~#usx)< z%%|N69xxUvUxP7SvOw-V^5B?W5}bR}0{r_f9_M zCg6o!uFVBZ-xRJ1B&k`h13dQObeu>FRKkJ3En%Ah8IA6F;eT$)QKi5tIcQ(dxU?KTQl_)U+rlSmJ1N+1zB1MY6 zmrj(|@gU|aA?qw>ABVTNbd!Rt#Y844lYc~bgt5PuRoL*9%;nG9DGp&yLaV_N0dMy< zOEWVupil={4+Wfknx!?9sSJ$4IHY#Z5B0teqFnES&s*QJ(QL;e@v7;+I|_wj7X877 z@|TTVI``XyAn#}OreE60Jc!xA$5`+aST z4qH{1c`$+PS54A7>d(POg2j65jGuOe){s=ZFjWbrnh(ARn z50AW#+{c}7k5rr7nqod>eUg)IioTFF>-&xcl@kH7q@eM8SoxEm+c^#41|_vuqC*+$u82Bw28s%=BgJu1@f% ze4682tQ-9}qJQ{)JLe>_B0uLQ$26d$g57d?nb=enn+qvNfTl@KID-4}osOpJpR_hF zp0{65bjJ`p7=SX7@fE)3^K%Ua$fKV7C8df5sFA;Z(Rcm?^TI;PM0briZP%0726vk! z16rM`G=Bfbt53hYNLCNO;K z-ST6}-cb8u*i@#y0(jUz&kI!Wf}`T2R6Mx8ZbK+S20sOSlze(c8f>iwFFzvhRa+Vcnp}IMEvJU}pes8d zvZ=F@`vehyJER(f@xu0{P|XEWSzXTxgHwOEkdiT1+BlngXnc2jt6tedzpgrn^YHur ztE(4q={$L#n_C4*F#X4iDQD8DPm{yi1xu-h;Lc6GYEuWi5K^Y@n1qBCt^`jYIaWnZ z5A^i#=S|o${1USMB}HIM^q$h577NMwG{dl;YCwOZ{gtotYenxo^J0TigRIh~rOA;o z5|oGtsy_M(Vwjnb3t=Mw03sbZ{YYw|oVokei6bd4E32%`0qoZ&$dZOz9=4 z*ew@a#(4Uo&;11x*^2f%kyR&o$kJQMZtD)Rf+GhLHK*~hp9s$givabGilB| zHFK?MFD_n~^-n3E!f8TPKt~|1&?1HJiu*TO=e>a~?Lt?xg2tM;7N)vizZF>O7?GFM z&_r>z{l>0beFHaxOhf5o6rEb=PJVA7yY9T-Vd7#W3+PxmQ0n(8(mhM<$Fi%^B-3He z&pJ@+r+aAV88$k2dl1K<@Th;IK42J9RoOVErJ+sBz{pTVl=mm4hI|}FJCH7da(h|++fvY!E9k>nQ-<)gsdL! zVC;8POKXPLwO_pUyFKD<6*~eIAP06PBp2h#Mf4Uf?hdZG;vdoTp}yWT=^XKmslAKJ zpEK{mq=|Fl28_sq-oDPHdi}NMgLtM`*62?IOoQpFs!A)$acT3iO|2oi+wEWLJ`z5# zWXkC)0T%{kb*)TFv&v@pDeorBN=hl%2vBX%%(c6#Qu8xTJX2ec*)BDF*$yzcJ!cbU zEr=g_MaKIXbhz#IJ5Siclm&qiH8v;%TY=ypO3J=onzKzZajLY zwrLC(7sqJL0JFNf{9UNLn|oHjOG3IVwM(org-T(JUFuelBX=xV>@D~gX>g`ghT=@- z8@ag7PD2wtyVia17?YrvM=JvZhxFKv;}E6}S1e8_%nCsysq9&V(l^1gj-izrjEzt$ zVGF0knkXtW_SH$ve7Jl%-VHY2X!{Vm9DOck(k_qMa`KhU5)stB=nK87-yU~u)sn-E zj3YnIG?~ru#>45usqYY8nHrj^+RYH|&j$JBL!&KHg7TbC=)wu6i5eKZR||S3fdg8= zpw;wev%U)l4zND_e4W(K*7&a$B(zn4fE*t_DoB*qrTiKQnoOj^8;5Rpl!j>->%Xgx zC(e$HPj;v*(B~bN9_mgEan_Ob*zR|od`w+)O+C9rJE#A^5S*zIMP8@L;9SIP9?v6w z6ciMGLf%at+}BM`O3E}E8I@`|C^nE2P{ynIE*jqeQTW%F@LqINuiC!PML)@qO(JbU zd4DNVFTO7{9i6q_CC2)!UEc|w85wSF+!q4F^ES=x-U!8`eis_vtvv-Y5D6F(Ix1xb zUvvX;RB#OjQSDFt9m&j%jQo^Ulqu?x2B%gQ?^(QcgMT=J5)IEfmt0m!FAQXOaO`QW zzCWJU(27Oc#vgjp1DM7WKOGJd=YZtekINOd!FJ@ez9p^dH1R7O&4 z;=4q&60ZU?>-xLe%kV4p`NVlE!Ip1^%o=O1s|xTD=?3<7)$HEwdU0D+7zl0PTfr7JA1NBzS|6W8o7FK=T#-mR0MHIf-Q5-v}RRh2i&s7qt;hkm$GDO zxYWaxM}&5$go(30Z=;ykh|_Pehtmsm;rz9ASvZ7m(5y&INZH|WJI&w!vZQxWl4nz4 zX8`cjwIs*47G-D-4i1)|rf;as9yuZaZ68wMXL%`uvpBDzP-85@cF^_ zykda9P6TE8g)Y1qPB=4(F$qr|js1`o)^zJvxlfPvzUi9O2Wk?HZXfA637`Q)UyVjI z`!6YhCZHhF5x3&%F6Z&o;wkIioq1Vjm-rweviL3Xr?-Kkb%U|B4@M6cBVG-f0Gp7l zNNcoDq0sAM6QL>xszr?LSkYW{wPvOuo3vk_(VNX^7A(x%77z^Q;=CNW=t$fafTf=p ziv0UFJO6XbJ1t$^kR{!3?X9@^57vXLa8iu{Dgg&p2UfXp-7I^n`^|~**M@$Qk$;^U zuu<~_(S;&gh-dGNIgy1cQa6jYsPSvtJ}C5WMny$Ug~(tHFs3$`vZdPpIX>R9-aNV! zo`r@2A}pU^h35#%=Ls{tO-;`IZ}`8c`U;?`y6^1^UIawC6p#+3rJE}uCEXz)N_Te}lyrC3rMnxXq`RfN zyT1eI`}==0cbs96d(Pf_t!F(ex1<-PCN4#g+&+Oc;h-Rfm{c{n`cQVcagN~|9jSK( zr$bo`xF+S02~^k+;(<%6o^^xyY+W0h5oY7K(R>FbWTZ^E_T`aqS0kOFPt4QH1eQ;$ zKM>OSrG5ZzM@=lL#CM)HZK(LLa7FX=CSd`n*(!DYE^iUJovP7sKqj&wu;A!wsAPEE z&Y;yjbtqPxrUfkZX0fI3G43P`a}1d!#j<;>t@wB^)VVWPS33T!NRgKfKdPt3YO15$ zZ--pWl^L$wfTn7A7hc&j6rX&v+orwQQ1W66Z#uYLS?Y*XrL3hgJmf-Pkc&}-T8hl; zx_U)bcrIBiQ>m=aa+G2HxUaZ~6B})$-1F8|e)p=gqo?kE^k3`-(gn)$?1Q``^-8Lm z)k9+=t8dkR`||YbI{{(Y(n(qsTAV0igzcL?93%O2*kSF6fnEFx{yNRjkU^0JjoOLtWz=2en%ic>6Ii}Ypot9UGpzHU?PPas!`Avu*BgHkRDzRmLjGLNL~EXB3mbj&Ujf;jd!c+E zSSljA_n$kIL=qnS=Z1U#**wjMWhevy2z3l{Kz`=34d)z1 zDI&FYFDg_Kd?S1%nVSxHEbGqP=YqbHlgeW7dZ{yFiYN*G^pp@6Q=?cHi^_9!Q?hEuKUc(tk!yA@I!JY3?jg&3 z43#MJQ#$)$-CAB&vmG51YnNA$=SLnIxprX?xTKI5RZ%Fyo?ALEc*6hOj}9E=PCW0j zIDy!c6E8oM6OP&K-)PHu+Zx!~IDfye9sI@T4??_ecJJ%ZJlfO0p5OLYCOT=lX`^Xl zec&S7OwH>He1~iV;`$5-rhp2LKd#ek4)y2P0$bwJy(B3eh+Loy@=9s)UBz2POThPF(21t3sh?m z_CD)#TSgO>#o+N;1}?|+ZY7!6v1{J3D?R%*7t-z@I5#vJGyfbQRqT?+`)>-cV- zH_nSk(nfasu^cB)?m5y!R@S3Q>b}hoQ86Bv5(gY=1q~p@wO$;2+MW>yy2cmvehZs@ zn-?{wT+-6gg>xle*f2tX5gbV-Avu*5Xqz#YnznAn?+9W({5s-csDV49_GKv?p)vIi zd^JeO?KBb`7M(8|mBlH4j%DxnR?KbFSij`S(>6~ugc8W?{20&;y!s`#Tk)pO`rRo1 zRHLl&coE|i`!=aB#Zh8Y#Phg&_BE&a>N(bF{;~g(Kiu_40`NtMLL;I==4i5* z=*Vb;Ea;rD9JqhmV;FG(cViXVXYnCM2wWzbjXqVhAeY~MD{TD{i1lrWZULsSv0}=h zGK7~AaO;6sO+{iX31PAs%Gnvp9uOA75Dpn_rwr?vDgLEm>mpD`t%h%^EZ)7LQvPXS zKP0WB6juU6Itokw3)YvSffxAT(+_`e-S4c18ED)%*%`T$kM;!;)vdA$^70Xmj*j$z zbo5Elm=zPf-JK?#rcA}47nN$AFX1+1Bq(}Lf zN?vNc(Ea$Slf&N7$8R9psAS8R_lR`$L0hB&vdt{0a9?-}0(&t4xykcPjRF*@dI;Oe@J|dPH_3q=V3xj#m-So_b3`=U2+}ieMlsv|R%k4WhewL_Z{syS{Mgi;zg|o&(4+A;U_6cr)Xoc|Xqi$LNC+Io7 z&`FFmawC5-usjj2>*6ZFxsn(dSKMdRLHRx(sEO$@^N)k$$kR6(Qd$*7PML$6pL|$x zOe7E02z^b5IcR00^K<1qCoM2Ej6%VxNXY$W=%l4;o8wpr`Ovj|Uiz#%sbPe%lC7|~ zdOL@(8FO!kq!)*ONr)6%gg!<>Lq)5I<*efOxcx|><2E51yd}^|AhF+T-Hk9A1oKV{ zMD0;gj6R5mZrXWr7*OZMqu!N*F*%y1{4=XW>Q~bFa?S{-&sPu@%ivBG-?qSB*54e# zU4#a91oX!8K6VX*z(ec-!mfO5Zu^!Bz?6&$cDOIpP00|i1Z6s|Hg4@c5|z`HBF6TO zBg|)lHy2fe6h~uL%UML{Q_>CF z+XL%}JEyaG%FESDWbv58Y_*i`>boVcGo|DAsieN4vkUuqdHECLW8)fL#6^j7c!5iG z{?!*iwGbIV1@wGc6@km9LbSn)aHS`S*rP zG4UlWz3#?`MGsN8l8_pFGr_~wY*gv=o3c~{qwXMhXk6Yl3%6uaYPu*fJ58ue#wkZZ z-L8~&#p3qU=ch>p98TNW^c9`!$VEl({@j2+2;!%@cCFTTz-5Vw*M~0pW7gG1-L1@? zM8#_EUW~=fCzi$L4W=izQkQd0$1Rm|N~n@{-(pdmh5||V*U#p1m?j8oixEcPS!rn! z{p;I($)qx5yUOtLvm*@0Qxyl1HV_Rfo`|4!qY&}t@dm45*{%#LA6Z0gH#FVc7j2to zLahK1pNFj?1y0zr^S-?;X2(zMzWoQm{(d9oysnb3ZQZrFOKR#!)l6{eXO|fLQj^1v ztjznXY%N=vseVsWnTAz(7Qd5Mc3%52y{tzfQ)iA&JxVEyfV?$Ni-8~bTR=fV&M1_+ zkdc9sj`O2gct;+k#eu(Lmt!IsRZtt2d(HAbpMjo&r9W&M|EtYHv)qIjwZtLy?MRcL zj=ZzWKK9&dCBUyWY+2 z)841kITbQa$DzZa<%^gLKS5vb^R!>B8fGr^<}7%+)w+&9s#*_f=!QO35(AV9nd!CE zW2uOyXZb{v4_Y=dwxkjsaVRiq=$ZVO*Rr$34*V(To3zTf}mBek{ zSEW`ZIf&p0@r;2D8}SJ76)Vnb$G3et);pl&N6-8W@ZorCqENkCWR@Cr*kVS-8j%NY`>& zVan`+EWY4nkKt_}@;deVdANhJrD1X1vWoAjiILcLnwBdql|xi>Oa++-$@TPLYw;t0 zaJ#p?=Ko)O;$6%&&U(Wz>o`A4(b)7<>Dci2Qp{}h+XAPtFm@CCsq%8x%HA*5mrCg4 zB^R#*w>wPt42%+&CZ%^%U;Bj#v1GCuy+Y-`wiv1owa!ufMXQ*~-5iq;-n+&V61UEd zh5`%^ILhwgI`8&q-LTo5@ltobEWh9 zA9M`dBEM<6*N&_Y71TH+Bk)@tEx@?7{3CJA&hFoSQqmGZOzY2a0#>Tyfa zUJFKdSZL(G)4Ou;cK&3@*KP(}=`%xLFNCr6vfIhG!E{L_v)eK~cs{8_r@e0TMdC}f zm$9$dBnW+bL-0lF%w@~r;s2N?uGHT)28TH05^vX63kd1a$J(#zt@%)uNWZ4n(;6U> z=7RED+y=9)7*YS&@YbxAJ(EZn>4P03e0KG<#?$^c1}(9~*Ra zL0k4`Yxa~}dfem2#>UFfT?JL#NStG#@U&nWCKvx@2U`_JisCyx_e)LGqMdeo4xl*W z4@aOpb;Pp_IWe!-c@udRK$Pa~L5>K&?)mjn61T&W1ZwFSLj@y7_VwMa?XB}tkdvmd z>uh~PLm~y{7dXN}%+@inMb6ugFi>`W-Ma(&SjrHfKsc*)!?Ic<&Y!nyp2h+BQ)sVf z)a+cIW?sh$9y;BI?Pb94>krd|X(H`N!nig>)yH4nT}J$_LM!NLV34iS1)X7Y3Ymz%$!5j zkIDB5`nxz1HB#foX1Ds_t^iCf*;dokJd9TQK%1+>3#(elK4#2{)zA^+YY^^(gG#`G zcCvrrU5ctt#DW*`UOk-3h*b)Ajq}J^A3b}wC7sHTQXYAUy^P4tn&2Um90`z+4>Xhy z%CIljZ|E4B95vkA!$X6M^M=b3YmRlY~Z0cpoMwDUpr>1WT!?EcPeuloEr699DLcT zAJrs_)bic}a@1})=V-fkMtnlISmxX0<&?PAwO}RQv#Q&(-JRF2Q(hFD_^MUl(%w5O zpAI}4U|x5c52_4 z6q~O#F{^g{?&M6?eHSs|LmM;NCjd^#^4`fl^wy)30;E;|4`Xy95i;6O?OnT8)0_Xw zv?6hg{?jMmiowum>ZqPjj=(j?Kr-3T&IK!nZTi~j-4cJG8t}-0r;c2lHt);AWUaTh zd7;W4&s5w8i}=bb+ADdCnHDtklV6m-)cDUP`*r84tkQ~zbBK4fH{RiNe?m%y9I@j^ z&Ao8>e7@4B9C_LCw0um_x@3BnEmX)UGz6%_tl(U}{TQ_}p@1$FO8lcWRq8gk{z%Mw zG*tA9;4x5h{AT%?Y>oogh*kM0nr;y}IfV+7H8WiYQs7|5w!bf~+tv`t9fKd)sao>o zmEvh+yHasRVT8GviQMyJluq>IUEAD0m-qIiMGMF*omY|=0p=1yi~+~yz0WTsbRpEH zbcSM34DjWEw&~CAqd7NO`C--O2g z(8BhM<4kc`6>({v>IgZS`fvThA6E=$gS1_pwu{GzOT~g6p%^E=HLs&0qo!AYc|i8N zAAFJKE$5vbaSsWk#j8VSyu9_s^?Oa3cl>9Wc_Yiq6)8AhPmS;9-9+r+c{N7C%}*Pb z#`ShNNnlFb>4p#C;2YbllItFcgrOQg!^DO44)|9K;2$n_;Oq64zAsVxL$G+m&m5}L zifY(er=2sSOfE|9SCXxg0{t>UMkY4DtLmx<=)~gWRnKiTajMwS2Jssbv%dTL)y<9HEEOnax zK^IHTbjU*_h;gu2j5aET zP^f7MxhsBc2O%rB6j{D;Z=? z>VYBmId(^X_LFt=bhwP%4Bs`HsRpoe(mjov{l&eFVpTn16Es1L_7*lSB?rRe=#Xgt zIzrsOj9x7gEg?BzOxPHUiPP8Q2dvnaghV=?4s)Rmo6NS6^zyno9(Btx!`U<~_idLp zpY0_-p0l*I_jnz#z1a3W`6p+aJml!=2mx@}z65dV-+Gl7<|{biskc1+K%@NJ+sOB_ zy9m7LdyTMEfqStg1;(Bl0e2Wv7f-`tR(7neUao22T@Q>TH)2a~?{pwQV?hJo+uYB4?^otRKL8az&mwdTyoxj=OER)Dei6ydDvL6P(AJ{Hlum&UHkP2 zkGg`vQTu8a5L=VMsN(;1c}reMaMl#&Cxn6T)&E1m*=KE=iPIdIuD|=U%EnPoAd+-4 zdY$FPXIy!CxiM+I_z}&kpz*h~{NZYL-aS@lT4se6zbhQ4yr*?{c6Mq)n$gRLyT+a) z8GPoIp5*B>dCP+nABic;jUIqGm}>sE#6#-m*GKQ&<-VrEd^%fi( zt-QPFE!IM5s2Ld;CVqbMd@C{&_e5yU5oR*UB*G4en_Z7{GEEW z&Fl%`S2%r%`Oq;4SZJW=-!`h*vbqy1`_fKV>*7oM2SM|%`pNbXW_H%BO11pALSK%* zXRm+9i;*NUE1!z*8KH>kp>Pe?Oc~x#c$VR{=0hfnHAyN%C>Blt+$usl-no_nsg2Qy); zrh!YjLmQsGk%wrfh-(q9vdL*P$1zdaf}msd*|C{PhLKn>xtNP_m(lMSyvtq!D8+G~ z@+MF(U`?>4TEj^{&#k0&Sl~}@DP$&#G47i+s^XfrCb}9j(Nfm(Z6f;xHun@o)r2ZI zkOQY^%9d*uI%uHLE!KUYao2XTRFn6*LI$nE^|i&-Bs;F!su~@(;vK*99t=^3ZGtQR zw5RYM@iXoTXDSLiaja4Q&t1ap#bjMpAvcp^nro89T2%8^6AtoyTh-3a33&`(o486&QV8(MSsIVo-6D^$q?Lu$|uSO+SMDE^|NUTHVcc*OA#( z@JG4uww}!4jh~{alH!63xoCKFN!j4j(o zZx?2Sy&nMRg`gGsvcbedAr|Pq8O8+kHXK!C3Km96&Dcx}_ zkJvlDVZ&D0Hw*a56YmnB^Z>#x7DwFsPX$)wr^z}ZJ=EyV za?+!<$zU*uVKAbzz}E>1t8eI0;vN>L{R2S;l0Y)R(|b)~vFe>wsA2MZyCA!e(XPx! z2o)7Y*tuRjeJ(j@V9SQGevWaK&z9p=qGvNq$3SPW@d&4pOr4*wELIp4+Tb?^8_*wo zv^3_}VaTpDBu0gMi>h^rPjou!Ih5m(bV;y(0Z+zN^3Xb)z?`9KnLTsQ+m-xNvwLXaf6&g`_TM2 ze?)6n!y*&*_=YNo6D0HjTLgL?AMm&&Ld-v{dpr&21YGxL`dbGUOGf{o{nNNtl*h8r z&gRz0*%|V;z~@0KvzqqVP$37O17pAvh8&Dbb(z&c{uXv@mchYl>N_+6-4Da zKh+cH)9lZI3R)`sNfckt?9Pi48|6pD3aXk72DXqd?FIJdCog_js)k9;qf4*M(?^Yu zA~H;2>R|FXEA2_CH5$08xd_z>+sJ3>)6%+c6HtC_Hbg|+2?+Gr6%UX&A#gY)ZXZUi z<+|n#yxR|moSD)P`J@<90EIF^%QFu-B-eA*sq5i(!D*iTK+eSj&9xu=;*sJHS`$6DU7;lFX zI{S5Y>es-G*zmhyw}SDFZM*(;)}TJcdc%dM<7t&VHQT$~yOY6gS1rL8-l1eDES^h^ zT$;)%svHid*OLpth|XDHaQu+U!E5Xkw?v7yVY_^la1NQH@|mo|Qj(oUIDXXL+55Nm z0I$NrJj=FTptgE`zdFV<1h5Q5vPE9x4m^Lp!oEgG5$FTX^o8^Vl`v@KHBKl_tKoAE z@JI7Z@V}Uy9QW;OkUDGH_n6xuv@ZAo^)phyRxHFeI^b14ys(Nb=pjelqWJ?xY#iS@ zVK3-8&pqbLuppPyD#%KumKx1P5r7wwa|zX5@cJH7EL*IU)(k3S!f|8h7_G4pgq&b+ zha}-2Kdpr-ZwU$t8ne;P{AsXX;+0_Iuh*R>?`R4NYuZEabZ0Hh{gQ06F86M1AZL8O zf_0p|$3I>Olmp6hBgG$RImyrtN62nh+a2cXb)`m8WV_c*Vo%2p9za|E`J(mu!@B(u z!3q%9)xfNS@qTw#9Mq_fWS)~E$=A3Pth}@JlmPflGLIP3n$zs{Kznzg2KmPmI~6Jp zXnS@w`I?o=d$!IUxN(Qy&-xqQ^%fHPepO(55%9jg>kHF5veT>zCu4m-=j9c|#s5iE z2kUxCHJ-M>UcRwe09VPve(K7bo+ZH#I6rINFDORX>k7Imms`KmW_j^ZFRhxt1#d9y zMa=r_^<+N&Dz00gT@Au=Lp-xhb!BH_jD45wZN7ElSf&!XOe>5K%zkB6^tWBDr!vWi z*>XHku^!jUz8;?qJj@`8d&wndyg~#Z=w{r9m;8PYE<}lwVK;~EdA=9&-vwNBhJ2>< z^gypVpFJusRDM-huadwyH9sGzf9UOj zz=z?s$MWL24?+;5YHJ=PVmtc_WUhoSOr!Ccd%RWsikmjvwO6J$Dr2`4Boa#w&F~&w_CZ{*O2WNYM*JpC5e=s~~>1-Nt zART*5*K;EzN6YtXfxwn}fZ#?{Ezl?69*=aM42=eYi3QZs@h+ zul0gG6e{g&XTQq4een`ICzC>9N`gg&8z}ud#ZQA< zHta$p_K9rnQ4B}3Swv^nU1>QHHbm31G@>?3M|+YJ7l}&&JKW5EJGFgB1$+&aNlS#~ zqs4L(YE-sWA$&I1Y3Jt$H@6cmBDYQ6_B+vji?-9RPL-mjhbs&g1or4E=P)WQXMcTz zOA-4N5-4ijncZ%n5FlgoY}tJ&ZqEw{jmegF%@FA!TAN(VRAk6k=~mGog1%7xqe2YvuH9W4OzXG;+t0}qg3>P3_>=7f;WFUM(u^f^6{>{_ukqL zS@qdpvU>6b`X-Sk2Sz{}55R7M>bLtM2liDzcQ|(I_Sm22Gx()e5uk|FE1$6Csg-v- zA5RRny~4LoH<>Tz)!j^6Ll^zCipFu-VNF!53ag+mu1k-jtNtU(B zl0VpTN&#;aLz(SIqv+QE{y}*munisTq4(f*ue+)u5b($qhyW%S1|lTgNI*%FLbChw zd;+voN)ux=}aJg`~k^bvcN=w1P z23jzyQ)ZKymEk;Yrh#92)clbKmcxY553Cmsv3^&2BR8ATupO##mBTJIRfwY%(TEiS z3QhMIA?n_^B1s^CkwN_9M;YI(j4tn7PSEmMcw*vFij+@_DjJ*(Wq*Jvj}T_iwpNCTq+J!X%uIcDB{|csu*n z*2qDiirLJRM`x_<#|IO0H()^wp52((r`ux$B4(-uXV)7?HQhtvUCz|PTg$hRq;j_` z=;Hom12=NL-=`2D-~O5x7z_toPhY-BjDKSKn;gbce3rYEQ>}*C z^YWlu)n8BC&(P5gCjYM51MKC|)SjgIqT96JdL?QF|Jfl@>n60&*MTcy6?OoY7`2I_ z*OPj8xZ+H#iYMa8LhDf^I0ZalHwmhP37$TXvA3`o74E1Wf&gWUK;uOmjkBng6?3B9 zOIGjEAFJnZe9L!N+~4lLGOhKIW#P%e*GEtV{$&qQZA0EaAh_Han$)Mm6E_Ku0I_}7tX@c3~~rrlqJm+7j68uC(UU1 zgFkDH?{Ou~;!R244T=IIZYUpg27wTE5p5P;8`WbJ6lp-O(4+7JEedT7xL!xUzxk{8 z54%h=<~>(!{)B9Km~L0G2X-W?jfWV|=LWs85n{$ zSq{ozn-u8)WyPssSj?%j$nf9_7!UWpf2OB41q6mwrI6rC@_{(Uc`WnHg0$04ZFxP~ zL8Ktj1%$>`27lJJm@>v3x1~$u1p7R0ywl%W?q<_7zd8p)05=KvK=v^lR=z9O92y@c z=u0J9>T7l47|Q#-7ZXpi;D=M_@~2<8T;!q~tPt;wpkAbIAO2JSal-okK%$jk-RK}$ zsEol91n$DKw#z+&i$hR}l za>`)1JFG_MqBWEC@7?#|0mie^`|jcCjOvJ;1Qdb8JL3tYBIShu+`<%HP8xQZvVofH z9BxRClK9Re*3+~at*IkiZnmG=KRR;2MxG0TpJ~yp_twUa+aC^13$`o!2Ymeau`BI# zkX%^y`nw+dz>{QIr1^drVn-QuR%Iwc-oH11z(kz=J;wozV6@w5(DsnPr94Q;n8fAw zx%gpRjyD^@i0j21!@{olTu+qmt<3UY2_|Pm1{)z6dl#^1zT|PewVB^)bagGN&QVR3 z`m!4(DR6#cSRd=4mXDYX2P%MBfAR+eff*%&&Uil%dvq9jytTphRhfHHCKg4cg)0*2 z`CfwpdFnw9!l8qY)v}&k2=LyIxN7+MdA^EUw76*c?}-C$fCg8{j4S z1e>WJCZx%~B*1=BS03O$ri$^Iad-<5>K4^#ZeY>O5Cz-b>=2Dh2w2mQ%CbBC*RzX^Ov@Jw3xudO5B ze+QPjUhFNXTXh-#?vHz1jcY9l+y+dV+$|wL??2oH8$OdI_Zq6w<4mn30aNy5pPQ=b z3wLvW*u(R{>;QLacD{-gduHrq^xOl@UGM_cjKf2J?;_P{ex9$X z+JbLJn1Jj-OPcbi7&Z8p-7X@cYD)@N9FU$Nwb1lXr@j9n^4!f%Ln8wt78so^aCXGH zX86(rZ)eSoFt+wlSAVm^YOwTG()1nNFB`It9{gSYwTBG|9^|8IQ%?!)?!Qq}*-@!& zJ!<ZGrxwO;j&iQN=wWZu$D>fT91W*yA z!9B3W$>q^ktiT%BWF@4HsQ*biBMIPqQ+@L#B7H!+XgIJ=xsKeK@uzEyDTYtiZiv}5 z%t~ClTu$SEb}DDsoQ^}d$tghp>{D=)B&m!=W->z-dDdO|QsIf-njTH7V5=`ku6)4N z-H9UQ>Z960HU_8~)aE+%G?~bwC+Vvd(Ie_#hykd7UAIfXdcO)V8BCYG)3Fnb4?k?t z69^Lsaqmn5A}J+JI8|Y+K2FDNR=g)R`Kowt=_(3LhIJbA0QrE?OMpnr2OY^xW;7hB zu6b*^9*m|KD~^8=4Q&uvbrKt2k`5bieS<}@a20ySB27a+iUes>MBLN=tE8TY_fSLf z;Tr96D`|vjn_?RcN>r7eLK5F3G)Kn_6Ikr0(Om?_g69(aPk8|1oJ$VXua^N)Ra zfc2swbGg;^!mjP7NKy0-eeoP=KzODzon801X>c~{>Y9rrOT1~t=+UF zA(6E7Ux_~oZBpmw8w{BZUFxLntiW2s7Phgs>xpMz5T%N{8=?9s?l!DM_eJY4v73^9 zGP*LJ;c#1frDJpZm?TtTqJ@if9GDQhy{otr-=5IJC5feCqesd5?(*2ow`FOxJ z!GO*{6VHfWd0<68JF$MgC=~)1d35kK=!e@zgMJztZ>?fq^Z!s@5G=)KU$P~%>bqN6 zI%mhi#`=ER^c1VGV`~pdvdfqYoGjSmO8x1IG*w(q@eLs>k6`Pf;UjHYeR1zCZF^a9 z+`|u}H=<8fHBu8gC=LbyK8SUS6kD4#qc5@|>pJpg$0>iR^JyZ(W`(OG{8~Gw%M(k3 zN6;$uhkUYI(0=FG{HKSZe#UuoIY+i|9RCTiA`Qldw0^rQb+t5p*-RF|eH7c|(UmeB z{_{jW#DZ}B!ruRS_4qz!7%+&VT1eVd9>`N?J%FhRmf?37Qh0Ivl&56x6OVI0Zt=}s zh+yeoBM(H+z@F@LE@@=BuX_%rBnmmjkt9~yGqD0f9cQ)Rp&TFLSk4T)P8P#RlOv5% zu1E{Sefa-rFYsu%5iznQl*dJ|`+8u7p(*?MWRj-u4hUSV=wtk1P;{c=EtG}Siz$a? zQ9MG#IGDasW+Guaj6GB_K0soPiSA_dgegj*%-4izO}awtykVIme-MCK4k!o$=MmCH z_%n&>;ZKP@55Sc51LS-U002n37`W{d9ttr`lQ;+-W*fdp2%~PCA`VRj169xJU?ZjGh;qN?9gd4!2cP_sMmc&K3A(wZ|SQXk>@p+2lEq z|6Ad?g!T}Uq`P$6&0mtN?FatS7b@9u$yDII^6H5NyazTYm8GNm;gRxn)H4ZxVTDpm zJGo%~=GwZylAzz!x~L2~GBrDyU_w-UMU&h;Da`X~z$!_6Fk1i=5$izBDf^FwYm48n zFn(yViutcV`&5EZ!zt`X>+nAteoegJZLVqfyP(r9fy=U6#vx}Q9os9MU=2fTQ5qk1 z0Gzye=|5Vs^~TK#Mik}^;%rol+<(}p3mc|sAa(JR=fOY&hT=nl2Ztiz0B}bINJs{t z&9((Ru>bZF-!nBy)6BhgL1DbT#D6m)mF6J-B>%uKRpr_d28tbsVQ?B5)2RSz;4YtfYH$Pv1u z{{AP2f9iop9VXuUj{U3n|-EoLGt#+T?*vWV~eqxyA~P z7Cy12`ui0?(8Kw!heD4A1U;zj@_+uT1%M83jHHLBpCaS4vAmk7GCyt#{fcDAU+qo0 zsZk}t@$}&9ZcDhe`J_ri4 z3<_S9#pnh|&rFV+y86vF>R)CY-3nfZB(&m23EmrFPtFezu!0uKh%HE`Y!NdoY1~Gp z_tWaw1Y9w4?bxmrU&T$>8`SG|!Q3@QZj?up0a)ChO-S?CiYvJkh4z}S8~+#?8wTw^ zuca`rM#x47Vz{gP5w{Y%@^1(g5s8tSC_v*NALdbW^{tS8=7SplHyG%q9tf>|V8r25CtCAVIb~2d(`h zj1qg!QvoF39`510AdDCYDu7!j7b2{ptfP>6HR;SpbcM@*ms_U&t%dKAodU@(lKs}k z%d?qriJ-GcrSRBVwOSnlHW3!kB)Q4_3lBFGkimG%=}|eO8{$G#UA7%)4ix{@`%%h> zJ>LQ}!;$Rq)xl(*=UeThfiP7_9vm`ZP#f7zZ#n{;yAsit$<@DKm7;NW=}n>`T3`h(&n$Tx4wrl zOwFQHE^|o^w8=XTZuIlqxV56mDu9RFK&EOOjT~~dW%+{E+1-sR%%ti6l-NTH49n_x zVQaMuM0+2IkQ+vD`vfJ38jlBV#w_7s!dxZP7n|D!vTxW+xn*t=%jT zo=%!6|J~1L#r{u4qriz*m1|Gk4|DGbc@i9dWgr4(u$w^p1xD)L7?4!32=_^sQxPY~ zP5@GyQ^|YobRlXuPQ+H0p5?qG};(^t)|__ia>z+C?Esq2ynqD+7uoE zATyYvch*&+nyihh>jE~C#bTCp-eW`~u15WsIri5V#qIAzyk9-S8nNd~a+#AY zzp=hsl)dbB?9shVR2tgGym$`V7EPyeg|==qkP_$;WG~hxjV`-FKsw^rs?c%?4i12BaH|?$n-2a;)hifuF$xVWt0X_n z6BN31emD=^XZ|dzKDJwe$Glf#JHx!L)A9$Xca1^haIaq3MgO(7dOpCt;u3gL%JGH; zTjq?^`l z+NzoAY*&F~;sWPmU+>Gf{Yh><zr1f7HSQ{0sf{`Pud6 zVa4IX(aIV@jB@En-))~oX>+{JSR7`8RF>J7wx?_BlDX65N7Yrb!lEapLoa1*+C80+ zAqkY}e#z7=P!45XqGvgE!;hrFEeHgsFo*Rh`OQ+q$W4TxTEJHIu%as-re8Am=L`tW z*10ez*4&8A%HLg<@pmBDWp4BT1;Fcfuq*sDhAwI6y;JfTS*D8Ris(Rq;{XV7yiU-> z{ml5HMNxS4jUOzKgH%i3Ydcg-m2kO`Yd540luz} zf>hu>*DaeHca8Hx(V3!Mt!fu zHrzlac2cSb7pAh;+C5r&5|aTTxK8>PwT~IFeP=Lv8y|WT1^^2LL(e4IjXqt66<+4T zSL9FpV3@h!_J&c^&b*X)($J`h;nSS%awhBxNCJ_r~Y* z@US{X|9{H$+Zk4Pp2om&VbR>Ck>d#I^Jn|8y6o`yrDhciS%C|G(6Rw6bXg$6ORn|k zmK5{RWCEF2fP%z%JsR8sv|vut`4hhyqVbk<`D+{*7*={pGlOAhK!AuH;YJO`Qe;tm z|MoPmGQ^VL@g>Rspn8_h^U6Ea93Kx%_N?hhb~y|oyp8ACznWkj-@pdR zeGqR@dJ+ssO)TUv;~&~L-Ftg==#PT63b8_>VT!Qjjv)skwZH-y3h zXHQ1c9fr?)E0rP&8|Y-#fIA~#LrJ!N`Y6fA=MMf0!O(2>)k(pSkCHh!%$@j9W_$XZ5WH8xvZzFM2LP;Tqc|YJ5g_Z(I+S4y# z$_%9x5LX(XC!<5yL6+J7w&`9fp8S=Hz^43I52v_QNW`Mtt+4v~9}mC8qV=Mb+KO3S z$IH&J1Ngh^qHomy{qv{iv6Q!#XIf@h1#^0M9y8ZzLm5J}Q&*)OCX-$BhF_OTtSteTkup`eb>mbEj4!m{N2IUEWr*KWeG zKexX9K9l32R-Y#S*{FoHk`yYy&0vOs5_&K5tB8R79W4u3N8j%*qcnmEtOc;~sq}Ec z$<@l&sv2FXeWqnEcq`3oB=08Eq~msPf7SnTYzb-oyL4~xvxX$~DYgli%8rQT7q;Xq zr!157AA5~Bl9R zoE$^0v}Wy!>7B8Z6cS^5X>%cI<*4$sdO=e|qvD_`ky$m-#wzV62Uha&g~DotBN%kJ z&~Jy#Kivs$?VCs*oTDrBeft(N$$y|50A^x2u)zl$+(;Nvu=YV|DYV^47PXN7TUHQX zM(rB@ndRIuCiy=HU>2;_$5wfLosopS#=cBLAEaOXj+J(gXq%m-oaLmvtn#^Iy=IJr za1j=XE%YdbLsXcj9A^Ek+Rq*TD0;%V#yyXdF?Dk>QLSh~L!f?-K1zb0hvg?Q;IF(m zr%PS_qbWlt-3tQ~11uOtfh&qBa0%p!lXtfU9U>)A5LNi zoXK?{=?w1(`)@^H7|UOIPm2hfltAhr+M$^@Zi@TJh)B%~$leFP2eT~K=6$Lo{&^#- zIG(3R`H7h34T@K}Gg{-TqboU2>kU<-yJ}`OUa+E`qE5bIyLt`kqM1e9jC!PE1FLj+4@&#M&+4&u0RnwmTM z!`uZN!DTE#;JMPp)vhRi}cOhm@cTDKw;5@4NF#H+CT0TO@*mOb&G~ z&gN3Po~bH0bvbh3rmKqUHLF@+1mgQm_^sKUk2{}S6I>7K6L?7iBqa?@OuqF}a%E{r z66CjnYFN?BKVZrjgIEmsae-TE9&Jk^#=h}kTvi^3$s<$!Lrm;ns{pEe;vj0BBHo#z z^_@}(!dth1#^=oaD!bY8Vp8JqKcbTDA2r@i=0y2v?HX(uOR%)oO|95aoSdH2aB*?J zXF+HBkToop-JqFkvuCY!S?>mvuoS7~`ve7bbSu&n@BQK1EBIJj2Y*HwZ&TbcQ#aFa znrJ64@ma#4wfyO4OUt)@etrYvRC=6jF~GxJl*qP};>%%i;gRs* z8%RE`VuI!x3LO}6F2M8G*xtmMKVSN275>Y$0rnW{a<y#C)YU=4za*TNm=Z;ZJGjF)L3tcDVJp zL8n1~eTHvM=C`};)~pGve!XTA_CL9B%1+B1d+>W|bK`PNrJ|T;3>YcbZ7&fDJCF*m z63A1Tg1T|CDM=35q6Z0I5zV?9Y>^Bvi4aQEpZTBB#djkHHrmvsRUP<|F(0MgwB#U3 zO$SSU(-K?3ECec3W1a1ovd~T@lxM_SE`&L-;h|Ns?Ge-q*YzOscrD=a7U6{FAKe}z z30~1aSe3ZJVf&%FF}R6{oH)WOV{teQWGC6~`K-yb=!IJT;8-rclF7Q;bz}$5b=Tcl zdOG~y0#KkxL-Nmdr4%;5)_(4$1gok=ZC%d?=%*OdHoc9#EqfGXWHC*7bb<`V@G8ly zG~cGzi#e^@jL+3bY3Vj{HfHTj_>3GKrbVLm+)g7`YdIDHl^Ky5MXU-%1mEJ&X+eFmv1GEWV5%AJjVl-(Fj((wiYF8w z4-OF>Ez1zkBW>I|%2lYx6E9;0a-u(XB;alKLN+Qkk!ycBrJwxzB&eamRe*QF`;lmg z{-H##I-d1k$?EApt_wdqlyQ{*E?h_q6oZJ4UdlwZt|;>O`Fvy27vJ57)JS#&O~64~ z=A2u|TD>dtr&jrjZavJDe+BNRxx1Oj6Ax%O?7GN*+R;^4I-t;3wXLqMujh69;y~WK zb#lqP7PJ@2@quE`(3>)K6}EG*VQ&yT26^t;@fZX_fQ6M$Q1H_B*(QDD4m_m9ePLff zFF~hIIAFDrJuK)<0~(JKk)Iw@QBefBS?y7^+-=@nE6OeVy><^`4Wftl7Jm?13uc76 zOVmbQYv}cFh?J_-digKoVpqYNL77pNw7C}<*-+IJYA6&6WF9rxJ}%}IzLsaUG0+Gp zZn?;LB27Nuc-N4T%hy2pCRn5IW_=rCCXsk$wWI6W6%kr=IdzGaB~N;gHRAF;qsNF0m%7B~24a{tZJ#UH4oieH^0!z`{A>oS9 zDxyepxc~(XO^=LKbsNX#iwH}<*0K3&cNg|{%UHxeWjNhh@X7KL(rD`o`wovBvosh& zOc|!iL2Kvx2;PL~!2^Q1O0UJOa!kQRI8Dz$6912%+4H{?S~KA=vXm6i2gB0rt2*-M>e z!F}Rf;cl=!=GY$1`bRjAB7quk(-j$=8eM$;3@5aNQ;(q_!!IEe({)-~GKVvlhF(I; ztW`u+*CM=HB|Sj+jj%Q~laO4}0eRmT&y$%yP)B>>XzeI%B|OQYViA=KXS>LfzT@?< zqQ$0Sm+jkx)-}pc^rKb_OGpsWEh09}f@QOX5IHo^K~O93PKC0}*-3eT=>0EX`v9?E zvr+O7$-nD{M~WYgX`LRd+$?FEUOvzFV6a8JZGxYiy>NUYBO?B-3o0N29n&5>x}D=K~HVg8z}ZY5h`%)y`E2-c!qf!`0(I z>=D^1j$p*K#Oi!`J#@5z(zYtCtOU7I$tiI*mq%5MX)$?70^hiPVn-zzFjMA;8kCMO za44TcPs+f^mf(95B4^9Wz))?dGu$1nHvi`rcjJlI^-9Mt@#!OR)0XS*KL6_ZlAa{+ zq>sSvx16xCFvYo?d=QaY^+Gws$Tg7V53?T&LGeLNzIdX6w5jq^=yd)otLTN_<*qsC z@jdT7aW5wUfED2aX#hpoFA6NERz_No$V?HYgzE7guN#?fPG`Hc+y1uk0?eoz{I93% ziEPxdxE!0IF*(1sf%BDt18HMvL5I?^41?N&8rSI9{F~!yI!0P{NEDk?!ORzsG)V=N z!t^RonQ8qt7GzT{M5%%9+bsUGa<~>d_)};6?RkX;p_A8X+@uu4+}$_o3Z@Q%jwkVl zrPu9YDx)$>C_Eh8I3tuL-lo6*-xw{@O2c}*>5b4FN zsETtc*rF(3#LmoCe=HY}9{99#8d0%!{ZJOIX(*&NFGb6&UvJ>BtFW^~x36_OuQUfk z6r>ns<&G%(Vh%c&=Xav@Q928%s1Lvvpw-Xm|3SRZNI={86CGv1U*`5I)DtD#`QF(& zzy%~QkuoIb5JqX1ckYXQdaWBjXd-9jw;67F}L1*VRa!J9#`#ucajC)Qu^>3{wtcj(0?#86O)(oU^V*`!Fen zNGCymx6b|rVgx2#&?HS#+kxB(;>imltNsH6it2ygiRWFE*BFTXx3x8D3mQ^^{_DPR zj}P?&lZ`64JdfY!^}tFa*F8?nX8M@js9$aZEPv5Nn@XC z0zO_o{s7qY)x!~9)h)}QH1c!m(C)maj4JD~o5xpnsn?0JFPB)@q=vLKm|sCa0a5-x zc5@E|02;QNgf@_W>#+%_(pF8VJ46r%(+4RM*NqKqLu6jSIjcgl0LvRZ?gHw9$-%Ni z?XI^hqHO7I_v4Hvu^u7Lj^RJR;T_VMZz=VaDLX zk%JVd*wr`4QrAPf9#G^ffUG7fpVzO?q_9!{5coJcWvB?4lQ^6;eo1?*v`v3ItEpQ$ zVOwh=aT@P#<}CAQE?GfZR|7SxA_w_>ugBbn&hb&Qxk) zduuJ;y!mVTzpRG#eqUkepj-ZR8UWSDHt`bZraOo*2=y$Q08%nb+L)4fHk6JLd*z|$ zDU2{z!+lqUhyI*hdhEb|9ZDB4oAv|+xAG(Pg%ZCC_}KY`WMK&5=uH8nR>+y|u>v}p zu}{CR$LwEZc_>IMcn^+h=e`zM7x|x8p5Gn}9^}`-ERf&1AGMp;uz~(wl^UN#nbWY| zjol+RU^2+R4Zl6u%GzR$SV1-_?=F(C-Tz_KVOEy>T|vFLddN^f8udf`zng_02n;2` zWry^Y|4X^8A)bK+VoV=y=snkxb9yh=bunjp$KXEt^Aqyimv4kk=kqF5Di4>+zD0B4OD}L7bJKqQ$+BDQcaw0l8@C((xa>S~9x1T( zsg_O9XdX=VfznC31%%O9x42QxFYj3myW~IQ!z-})Q=*^OH&Ek0X#)W$1KH3Xj7)4r z^}`HjE0(GHco?f=I-Wp z$W|~D+{F51m~`Ufr2;^HRZ&14({*T`SD!mCXZ---1QAlvr&K;8y#)rzw7K3dA6^Cf zfcQIlt%>m*72T$c>&t1h%vCLSg_{fJ8zLNNppWu1;P6BNreM&FPvxK-V6Sx#+>FDZ z3L#K+wsaP2^@(s-?#R=h$7gC{s9pYv?&wP(^%IfS)yd$#J{})PPJm3>D}`ER*hTk>D~rL z6cUnY;r7t?sPe$`@?X>4oen7{Fsdb#PVEr$-J0|T1|k{9gZ;e&xvUZKDDUw#iYqh|v-3UvgI`yb{vl3Q7DGATS$f#`IR__>LN^PbkJM)Tt zM*Kf5Kwu`zjBQ$O{};c{K8Rb0VPZ4!_3L#fv^~fUT=k^CqvA^Tr~L+>ANr1{a7aEr zBq`Q+RfU{@cDVApf#mp zq25($t4Qk?3n>buIS`!3h!a*5SM7z5hyYO|uKqd+O)<^7uR0|KjYZdha+A^G?7nGp zW005EMB>_L$f~Fy?}Qd5;X8Y1vMpe5wDnAw-u@Y1Y9xU2v$l2Cf86(|EYRIEJoM9P zc>k}o(-9)Ub9TPQ`6a)L-+(hjFEIWaaU@%Fob z%Z}UqKXHaT!r&|K-W*GLy3tV4piJ@+R?cJdqn_DkwOsUd$ciI41z=#V_{`{MJ74fO zC}Dx`LnBTkY+s$uC-ClT4747*5-c-@KCgz_qP|_*%=FER(Wo$~0GokG{PUCZ-zT!H zK}JT@q4qOQ?Rd7CIXyU+_ZC2CO}vXWY_ry3i8;vrRV!fcqo*Lm?!JG2XZ%eteQQFe zbz(EE%hd8Yuvz=$CwX^THc3NsEM#do9wVc|YC?0rr`MCaWjwCSK*PD55`z!@|AFcV zsMME$8MmbyHXJg_^&^UMntrPltHxVhY0b|++Gh??57#Z@_Meg%;?L|bI<@r$^jC&! zFlvhqrsdNyZNmo;CAeFye8n^6Z9gCyvt}(P)Jkg zDJv_>FCQh| z5WJ^q5vYgb2=5Hptq0+0`@rc$;2H`#Iyr8aRjR3_d_zW?Yu1VQZqjS^k!~$ht` zSm|ve;Es6^Li>eOPYNSqofzy041vI@F23@OrPcbEIPaRF>h3EQvgRV`(-6V6zq^PMZi)q;c*eEOyCQ5<8lqM;J zM~}Fkiyw=Ggp>^r2gj5$O8TN)>q}Y^?grm^_^bXl;#x~GRMgDvb`f3nb$h_W$}t$dX+?b1?j@ z=jlXvd-lSse{B?S;N2B~M6~>eMfiF4kgeweZRJz3s?Q_+a#&df5N=TWBf-GNx0HsMfkIn_UO0b-B$lN!SR- zLkIMb(m$Rvd;S37x6698|I&o~H*tLb;DH`Gv;H;xzqm4wc+Mt1;4r%1jp8MriW&VT z*L|*Jv;u05NP+4v$QlP-JFWkfu)FwK{jz(A83!iz&WGGBa*Ql{SpD8zFJ%z?J`Dyn zvTxEzK)LZNCo?A@7sI* z9t`-^fzyCOdPUh^;1dn@P+ukR(!<-w}P9+^>popCD zmhP;kKYl;cs?+TXZd?pywUe*qmvNh+)1Ey}L%fh7qT+6H*7W=1F=_tmVEZ*A+Z;Y&wscg2qhW? zDK}FxQ(M5Fv!H^ixulx0vzh8$OaOPx<*Y*n+n=|=z5R3*?(xz=v#}%cG8zS}3MQdz zyI+3r;jjT=?7}^%w1$BzC(Mo%E zF7#pml~^Q|3+8ec>hluDS&*1XUWNt*Qf3!j%S}TKZnH$%=3oP4c>tQ~Qc7ZCA-0MO zxz1Dd2^7q>tlidpr58}rKDAe1EALKtHvZE+b&euo6rMJuxj&rb$B-1bOvI<#GBUIH zHbH1yNDu7sY&^4Sq(vuq>Rlk0PW1o)MO>--ObiXF$$jAZ@ zBgKI|I1ilXPmmK3RiIry@%jIyW2^e0Uh2f_J6Y$~|B}K7LVQ~v$n0wRNWVeD*_xBGwck zTVJqJ0t>xHZTDa<(4$n;iE(3wc7m#f4t0BU+W;u$qZ6e=1Hds@+!Z_FQQ^0}D7BAv za84NiAf7S4^plYNKvOl$*hAbycVL{V`j_MIw2QP z-|;l7U3yLh8{Ew*a$&V$=)I8Nu7Cc1$cHIovu6wU&xbhHzS9nMTf{xIcOlBc7w>*l zQ1CO8GeRobcIjHlL`^6LkO|HWrCr28B0*Wy0{yJ{NXN-(qjNB)&t?Nz}i04wjxrg0T;MzUJirHuhu<uW9 z!~Q^n7M%kZiaE*dNyDIGB|}Q zHJwlBk%X3lJD_GCSiWYOrwM5wrVW*dU`(O5a#EK@sVH9fk_yq*Wn8CvG8H95BnmY& zz8jL@SMhTH*eB=L_aBo@DwKI=GBMcKKwGa#&b{GLe(&9uU)0Yq&5Z;MJ7u1{BLCK_#b!z*(l*1KGnkz0J_9_80Pek#Gig(U_+d@8+3 z3ya^5*BzOghn7=wXmPLf;MuPXsb@Ppesc#cZq+`SSML}6tzNh-9`{^$$@gF4-6Taw zEEjzxh4m}=PZ$CAA>&w{4^EIic9J{8u^F}#6A;y{07B@8G&*W)*AGRasWw7fM^wwX zzN-8*^HwE8+6>E|{(OwntSH#Ky=lP8;JTFWZ`10q?73g(c^%8c>2kDY3+4B$KE1*?wj9(79Q*b$J?*J7$% z{Z7v3ePrOdZwLDm`>JXb2GgTL#$x`4QgMWXio=Eu>*uf|z)3_+QzyM3yR@5?gJX{) z4n0Jc$GW-u){PE)*FX)~)1RqCF^ubSb09i=)kc5o^!puka?r&U_8IA<+HB7A<-`73 z0o8;v6(*IP`Phkn)+?_QbM!vM1~aOe&6*%}8HAMrvW%d3+$>ylx0hdDK3~GqJ5KV< z0Lyo=J}_)({3izMWJGYZENpKyAl6EuyOv(fL*k+x??(mE*CBn2=P0bnd$0)(_d5Vu zY#V+@#~=|4dOqkMA!54fSe>kUqi6fRenqUZ0AE+FnUd|WUHW`g^Y)mRbA~gT)B*Tk zzOHZ|IOUu-n%YfnQTdY)n&4CZk@QOoEY&rQvU(#(oJ@&M-(GAnw%pko3z$~QEfax- zsneZhf{s`yIkGzkhF=;44KHYyYG<)KXbGgjY4aH%PX8+Ncmaa*tX0+aaXG0xHCSCq zLa;8cqD*Q}aAWmLA-YQYgT!8a6*XgUHmiaH&Q!`Zzs!_O8q5s(ud}6UVTb)Phy1md z`?VBrOp{25*M_%y**7YKilva^5c{zk34#}m7lPvA;7D3E{B)chze<#-VnC?|0|E?T zKwY3C&M864rJt-jF+kt;)2AeUGjhe zSUR@Rm^dPZ8dgv}ZUVfza9aKovG=xe_Sc-D!f#395N+>+L)S>f@Bt%JyY`NleBFHh zr^`0fhv)u8V)4W@pJAB%u8(j0+v|kq`}!)hT(;Z3v#-K~3~kbW5(nni!3)LhE5&!BUH39Ig}JJd|Da%3TF?zBsW4Xb#c(duR*b^90jI&g*Q&LcZ+tVDwVs+SE6)|wj)5&ze zm$War00i#xy705u6duP0;WJ4RKVzo!84&RXhaRV{= zpgy%)7>x(;BQ79=XKoWvqhXklR3korUlbncyO#d1MbxM{=%s@u?v6w<25UQOY+$}D z%8y`vnkfN!!1a7LYgFdJn`nuv%<0x=5lXU&os14ig%kmu2_TG-_PDzyHB z8#m`OyaM-&jr25Wg{SH_+P2$~KU(pvk$2nLdi;9TD|?#RjwlaiTFiaD zE0eU{Xt%ABuUPmUM~M6qg&5TXBa0qdstGIvGry`oPg83k!)rfgZd(5j5+mbVZOt}~ z7cVDgmBcBT3-$?yM@J(`d3ba{>bIwEdLa$vvJkotJ?}9ji9Zew4oa8I70YGSM>GqW z#vsQ$Mc{l#bGz@1y3QG}*oUctQtvo?9ZbSYrF1K~J*i(Uae90_YQA3&2VAgv5R1rz zISe1tb3o_dtkZt5dc=`t2P4;^c2@q{2#lnhqKu|W_%CTDLyqPPUNFK%1-!GOUThLP z-M#u(e)|#VE4`>hFdWwWfhn>;dnav}R8o!t0gzu?tNkc!e|Be{fC0cyWt~@GAS8*N zlhFONpIA-~zzmHRFKM42Wy#sEvHO&BkvMmqzs5Zw{c<~uci3fr$^5=G%iU&wA!~lS z*%vLYXKik+Zz*L-Jo}Y&TN%z@+EK+*tgwT+@Q+Z*R8(^MkxGq8nA6qc7$Ox~S!KR5 z8U|9Vqy5ZpH39PfhB`5XGucY43+s#e=eLcnW*g>QOpi?BnjhKovdX*G<`+pl^bEM- zoOt(Ui)yQ|7oF4A@exrbyG||~A&3>k#Q91shNAnTj46x>qV@*6M0^_x1PYc|ELIWR z?hMb8&QqD=#;rGk5FK}0I>yFIh8K3@_5~DKW`%BV@BG8qg~|Yd;3Q}4vzid&9hsp*4WLg&x@wz?#ZzCbTi=K0rlmOK zlL`|H`!3V`jOhXUCO&?C9~c#vp?;FUqx>W*F=A?{W%?|5d&LPJ2QIYOuRKJW3fhJb zeSN~twYmYri2~d%0Re%=ZQb9gLl;Bi*S?H*(K~tRd521b!VTSKpsvMT99pMW=pA;o(=S6#lqurNvhtX03fyM@X5g$bBl^8=YFO+x4AEBGuHO@_SK%Ox2m}vln2P-x$RAz zcnM|PR3zQAkl?(OY?-|DzDZz~A+qGhR|jdd|Q1ltPQ*DV zooF~_P^)RS6}!R_eDM1rEEn*6A~tK|BPQ|-e?^%RvrY3XC_KDgKv+11pN|i_IGb5b zJih)0YvK6w>MwlvnPrI}wR(%F)g7~%)J|@Xn-zY`xC}d`1*PNfE9_&pIxQSpq9~Dc zd`9d-_}=Y}G9;xPusmFzNPuE_au}f1GRO4*+%Rei+Eovkx_}Oka6-R)TW<+ zQy{d7=#kGNK8lP%6iL(jEWno-gx{hPQcU{#`U13?wXCF+l*81Z#Vfo1#d5+5J{I_+ zNbJ!_$=Oy?v6OF_%G-I1ZI!?xMV9?Bz@ohh=At2mG zRJ>L0IzFWE8_XH_hv$#euXF}-=nY*ZHpYESqPlBi+yO5V*b59)h0Ih2M2LkR9Tf*Z z5%BfV->)P-`Fl$(c%)bI{b#lXy=+iLvugijgD7Ai(*WrS8MsXwcLv}%!3;)~+#z?a zEd|_dH~6dVQYiVkO&(25M9IFdTg(`+{y>XG44`6Z(a1HhNbe|`)J_hi?Z#a{? zzeL~29N(5^C>oB}B^0lC+{{;$ygfZjeK)O`^Y8u^Pp3G3NQFQ!9<6QEKKWV&Jt4ca zgk&=17vP6gmZcbkKR2QQxZ^jv3AY9}a556tT0Ug&HjkCCs43B^Ag0Hs<5ro>3?KCR ziPl`SL;0I_a=o9050tG!zagGE0WPi0uKta058M#&VaJ%QLJy0EAf4P!XdOlBDp}E{ zug%NPUv@ZK!)dp@8@~_D4Lz49>8pLn8I|IMv5bK~nYMjfrlB^= zGr^NvTzt8$kUo^(f{@3-5~QtK&L-U#2F#Z5x>!GEz3hK_e?p#Mq(VU5)ysMz_g<{i z$AGzlXSr?{KxSMb(CX||i;A?f{t%qRqRSjtEXag()RXAG958Rb=sGW^{3%xf$G(_D zm~$;UB&uUwWepKCHES*nH+Cp`Nc41f8n)Kp@wUC2!tk><$@Vrw67`wk&F^uvTHH-c zP3&^;T%>wiA^Qfxtx>b$?IpG9NO|~!f(**T<#?qJ`5!IyV%frMI)bmfYn4tu_H)H^ zIwSEkVZcK7Af$$3&5D4P6Mva>z*%e)cw9tN zPGkiY&vuVShzg|A>UK2-qY}g!28Khbi_n6c=~zVtiFBTbe%3URk&@=?^#!BmJVjuK zuGSbTO;7O)D~)MP+j{61csLfbmV9m5x7jtwD=wz21!Q%rTUNb}ZR^T{GJFbxI4%!` z#Ygw@;$C1x-K~)Mamj(InQnA_dBm2KJr5s6Qw9LNOk%@3X|y6X;RW=r0B6VcZfPz+ zSf5X!3fbN$zWbDGo%OUGizs|#Mh!|rncZli@3W*opEOF^Hl;s%ETMN3U{6>Wym+9{ zIzBZuMT=@;sp_2U{_=P;HIkt3OXAntvfX+?G&HY2@u)UWlDpO{EsHR!{QYfWKiIa! z)_;TCbtXXG`A;^L5DVL@hZ5B{}mI zTIezLE;^Z4;Ny#Rd++n4d+=VREOc-R4hxMT6=*GVsZE=d!*tOdOGt-^IGYdhzA8>^ zbCz|gp8(~Y_Q>F%Rk>P&WP|lp|3O@dVn3aPS~5Zc1`C$l@n{B?ZZOf<xE)8@7Ir9}tZu zDKQ@#SFR>eTayL0=7B`w^MDcVtCP!zpDE12v}jdnro?}b=&HhK58O&&CX=H_|3C(wjUX+Zgi;ECl3O!7L`zSRn=_QEv2(#s>wICP%_{ zaRlF%_N;W)tHm#BV&)-b>RS0F$3+u$SO;F?Yv(K$bZ;}8AvN3>_gUQ7@N5#Qaz4p2 z-%&2^$~`HGcoA|1IHEp3`UDvfLx&TwX8gD)`t&&N_Gln@9-nE+*nV z87y_WR(qq3TNX=IQ=PG>P)xZpaejm^Avs!*D96ONX!0U`;+{qP1@QdM7dQ(!a%!e1 zxWfP|cgPbhKQYP_yf+Z!-T;3nZP3KdF4D-7uCA_A5-xV&2%TV`Nk5Rt<3UVSc9lYb z$@R%Vm&;nId3!=@4JJw~ zP8#zE@HFRe!8M&uQvO(?RAj^?h(sJ{9qAK;KC_)1EMu;)AfG*7{%a%#&#l`1`zL^F zak`1nYfBz|C5-!FOrBgVOPu#< zA)h>O6Xb)%Fxy5L|JoGSTay%CBUWN4?>bY*+|NAraC_xq(-Qk|z5xB2m1)0xzU)xS zDF@d-i|OqC+~2vA)BSu~{@kvDuB$Hg*u;e4>J6J2 z0`nLm7$V>noCP?pdl(xV*Or!slGD)40o&l(6m#k(Va*93`N#-^qV%I;qn;)8{RIZC zlcM?9e+(o<3IYo%o+r!qUdMGdBL0+*dmOKxd{3`hjQ1EpiRis_{eag}-85X`sCchU zE@I75fGU@*82^oslG=TLISg8I*1&htj5*bVTum9e`yppZ@Px?4-D=?L2jEjJLVW;K z^1isQ)WGY~2K`P1^3f1MA`Y%s4st5MTRK=8dYb}LdXvM;Ln#>P&z}^BS7WQWPSO%( zRNXo1EZGurt2kM4Qd;g~$~Z@^Ar~lLZ$A=08-Bf<`r=YqwM^Pcwp@-f+(YHy%t-vZ zpPL>3(*pFANAe)b3yc;1RxF4!dQ=yi8i)VZ;L><=lQM(Il`T;)!we<5Nj=60xvTV* zG8S#x$k>#^&iZ-!@}UaG%ZgAJsIo{bll;6deDkR$&BLj zQy(PD<}66;oi#)(XPgM{#iVe<#|4+`Vy@Ax9ZTnHiDs*(aiA09THOLqSEoprN7B z6%_Q#oiggRW2dpf9_ZDxwx!0cDVV0nArHb7jb9vvAz2|N21f{*r-2a5Eh-hAQ=Qf| zwmciOwQtm>_FVZuLjQJD`n?f1+bMjei9e+%DhyHT%r(Q~mpvMIgSQZE_ZJe;X~Uc_ zn>2T*a!!%HnjnN^A;>WOtE_Q@v_jU@H&0EL`$`~EZf+v8jv_bsNTK5q{QZ_^5+J_B z7##f8uhTS6GbvE>y*oJLAY{&Hckd{4P!{Jt`-zMz#j8eM)boX8}HMwYx#iH0(lZ zVFGM)oA9|DxKgqEjtJ7cu6|eU2s5-CgLQE-Se*{AlKS5G#JmX1_`Z`{R>YFGsf-Tx zzu1CA9}1PF7erpuVy)GOSN`sHv&xesnanwW>c4g5eAT z4*1oAO%6Zv4h>Rz$WKw!$Z{ewD1;(}Bt%Ji%Kj{BquJj!M0fUgXFkX9o6jiQvkMJ) zCX)Uj6c>pRA#62KM5QFBj-)y+W;D#;hIvrOJDPvmU+8~~w*&*7@h}vLZ0_e*A{)C=;#Yqh1We$SOXHg)uJ|!w%ub4tRnc|H-+d zWfMI&+qS;LVKNCty-|}Y>$rYs1)rwzer&>j&Ay)|Ib4Pe|Rjys5#!CsQ_dGS1B|4yK}@jfP1Dr|zMz zT{%G$3J{iynTgri+sl_h0Aq!4T;Lx!B4Np|_JADl-#4DrG?J>buggM~AgjeIX8-MY z2_x0zO=S__+gYOJk>_Eh6M3A`NFp^VNw4-w!_N>^3r+E%-v{6SOo+9E`yQgJ?S7!S$yp8jtXWJLh`ysH0)N4o2i*LyzWv4HXffj}l&)ZT^|=SL7HkO!zh zlBF@H31VpMVEV2Ws!BjTyg=2v5W*-(6sAb@jXH){g&}|D7zw-&T-QK?LHYn4d%tp_>vI9$ZHExz+39v{!CqZw^>KYl$g@6ql5bs3^!APhnl>_Gcm{xgTg?(<}d-0+5ERJ}4cuD5=i!j(_ z^5y8d9!=WiK*mGk)e;%Ey6U`o`$kBqFaTyX&@0@ohX2I*QK_N#)AjvCGnDrl%OpVz zPtjL_Kt%0#JujcweZ~fJ8+3u*dfpW9%a%R2B~2ki1$#^-eI3K0X(juIH*mewxiaB3 z&(0BbKmnv!`39!V2li2KPzO4O`2Jg<;3lm?_w`5(A0q?ff7=ILp1tpozO|$%AeQ0y`P6eWEr*0Ow36H z+1k3Ugf^z-jeYCW+m_1vS(cPcIcYV;rws<=rCZ;%qao?8cT<359)J!y|yY7e% zri8B$5T5U`XyUb3S`B?;wZ@_u9X+mRZV1JmNQw%jj*cBFD~Eh+N-f}Tw;`tn@22p* zf;aT=u7p0@-yz@&g#Q=e+=wDaK3%ojgL-`Zn}R+CdIFlA7=p!4b7&oJ{KP#&{#zZ; z0yBhecn|-Kr?pPr7;8dlVv-qH8X3m8Tnx&hnPb_XDS}ozyP|&ed`-RbeDTU5q6s~I zseY2%I|Wi+A!rTo_~-Kr>y0%i%4kkr4af{ONW?=tZ3v=hGMG?=!d85q@TBO9XoPw( zdWd)VSh8fw3Z=u6Q79kVV_ULbtEuzBMMYq2DC45FN8Iad)=rL_924l36H|EywWUiI zrfe3CZfIxj8|NVX=|l(j<=`Sn0?fa>+%f z+kOwF;c|wafG#~3{9xs7l+n>amKEsi&_T2>h`rbc;@@T#8IY#}UQvF3)&<}!F0v;S zVk3PVf@@--S0ki_9OOa(+$!Csh@U93FFfC%VtGlWMZwBu=8*4k$()I3!3-2;8fo6Q zBRRAdl3i*$(vXlJzRj&B^)gzPPS;9!1LFxN((Vxx_x-Jxm)#6!5>JglCVB&Gecir= z)FAX^RLmSeQv{DUDrB)LkZfupQYlTOF{Wf5>XH_NMwgtCAgS4 zZt}v8j9O&#U&87jJYROuO#7mV8FUMG)8{V~kUK^b!7C0`DGha|=eXb=xpLKBSS(Me zPmd9)SR#nR?&oSY;w_##Nt|?x-LHz+?0Z@b6`~;iwU0Km&NK2IN+PI(3F~(V4t?T_ zE#PATk0_^c|53L-MO!T5vXjUEhRFxIqD(84`MG-ry_ZCjFld<1;a z#5kf+&cs9zsm0aQK2}Ao$MDN`sw% zflQhZ9BJjgapv5zV~-m9858ELH(B`2qUloOBH14^zd2uZVQqQ07InGnCfV5I>B+-q zd@NlU`3l*{$^8rXOP4uL2!Mi3Q%rq0$t3-qO(YSdGTes`jqLZRNxJGkLwgvhfoVR^ z;N8GmtcUyN=%gefLGx!-Iy;%O)i>5+Tzz_xXHR1ulqKb+q^|ebOb@wZWld5-;HyzV zvr^$bRdWf3804v`TNaeNI)df5>vgzK-4`VS5SIotOmLukeRKF z`MRJBt6^eTA@?^d8;XGbEjNk34sqNM5_(M1vN_`!h!_Inx|QhiR?wn;#iHVB1!Ik$ z=mymoe%{4=#eeJ`ctu#wC$(%B+U@PT@Gggj?1sq+hWHS`BoI-M3=m1A32`EQQUk86 zLQ2GfmJYv+x9tfP=`V{6gYB%yS!0tydxPk>G{JscWxl&Bw15jw5I@K)narapA^)ak zu2`p8=g^TFkC$Y0faC2Hq zOZ_zC3|>9G5$Q_`4$&%=1wVU~zoD;eA(TL&I-`|0v|Xku z8bQAFZxN^Wf2uroqu*Az9Y3UHv?U?}<|ql$lMS37;_{7`q79b{OG{TdW}N*U^IwWu zYqXrRSSHupYayX!?-|GjkrY>V@k%uF1(KmTEj;n?aeVYFD7eF zt{O&UtR~K6=9ODq6UUtMtfVsPPW30N%r&9DY^$><0hFsOWd}Du7 z(P)9*wRkp7tC@V?St0hcbO-j-sR2puy#uy+xuanR6?sZ#u3S=oT^tuT-Ls=Z0X?j=@`XPY& z%DYHb89G>uSNV;S4>DM?i&bW*!aaBV!|6Zv;!IGx0A5=h?QgY}!vg{)C3x+dv5D`8 z;ARy^iNz|$OAWq2VTPaEU7w(Es3Q%VB7op4E`#zx7e!EJhm$XsT2xjwewVn1K{QQr zAZ2VXc4kkY@1f5wE61~TcS-J70F8_hjewNf-eG=@l{dU8-iw8n+4=nD-k%-nhSpl@ zr<@Pwz7Yp*ym)oM($-5e=V^|K5|L;|S(LmMrN~$TQ8Ymr@8|5zbFe6e?_YhYy3)ho z*L#v4Eed*L$_TN~{+!nSvUfn;ZBZvhkS3`6AlOyr#3EcOAfnTY9}&c4ZQraqlas+2 zA~@UQ9QFHmKNy#1=dPueYDcrPd5z_s(DV3UVJmwZ^qCPtDn2OK`dpLAd8DuU_*Y-) z?EH2icH3LnxtXP&`jr(%oC*8x>?4f(F5vU-u*xT3I_Jh9EKx!Te(~1@j2sI6?q2+|3guUJn@}w9hG0d{>AX& z^dIsDk)OfHU|_WgLUDX$A!mFh+3ukTDW9<#rM0IaJl4e;j7duoNF5m^LLhRy7*r%o z0H?ZaBWTfR*zIU)5kfjKhJoTl-*x>!wkvGcyqsv`aZ`qbB(WRPG^n`i*y(!bC(Ymv z;rq*Fr-g)dO;}nfnv0an_&;cCm%$ziiD^k&@p}or%GCKfD)Zx$p-`!5lVH4&G3v5` z!oQ0II0#6PpvY&z^gt71yMS>9LB-PoLwNj5Z=(-QE3&@=G}PqP^%)bxO#Jgjt~YkSLi;pb?HlaM_M}ikJDc+52&e;X^mD(=v#;o@vN1 zoi*pw;&`4*)}w!~n9h-G0y}1Kw=G(F6Fj9qFA5YZ zSPrVeZf^qD8_62F$HfMQhC(@~iv>3b%QN8fcK(>r&fsov>wJFHt6=fVSP^v@T174> z6dASL93x|Q+qK6VL|qJckZdvpsan?A-jTsqSr%8%TM!oorQ zI<*_>k@Yft+Q4e^Ana(FRE3glp_Z?*o0OYarS{1M<6H{H<<*;fC`~QDZVjZ|(4Xef zdq!4wdL4BwY$O8(_1J^+v0=xQ@e9ZU!-nK#!-cZdJJB~my*xMXo@5v?!R=9dA(V+1 z&p6u7`e}ccLnJUYmUO8|M1MKC&cJ$x@Y-a*gN&}+v}x{+;J$6F*>{u@^eW*IrWX*2 z&gH??DUfu#w%ct_#edFw$6)55J#?R)_8uM_BjKlpjAW1R9)m81tlz@aSX!y5sLmOs zFC%+wsT1IQNfBbQ0rum}j-9CNq^vhcSn5E{L@m^CSrQ#Hwg2vA{OtKv>uFpfZU1z1 zoj?g)NnuJ_ekkYj@6b;gW@8*MC6vXJ`yQ`Xy%o=w6$s-D`c(0@KaJv7!?#}z>>N;e}v>=c9|yxz84jAN-p8QO%-iW z70`RZ5IXR`&u~2jr1TVko5&1{_ydPhmgjf)>E4CSN)k|WpU{H^WMX?OLrY~#h~re_ z^cBn&jTlLX)eVXPA0du}HG}y|lUOux1eq*)m*_|+O`viSiXpIQ*d;j*J`RnGP~0L! zaj}PRcyQ@=J}ader?oMqI+o=?lOsY>LGTJ?6y&#%=_PYoLcbbd_QsNFm`Jm+Y>wJE zE{JiJ6_klhCl-Z!#x+A&&ydXPlV>2wpD~7f3aIK?bA0f4Z5rWhZh87-Rl=uC=-b%8 z98tHj{Cyb)8(h*qH;BfYn8Uyyskm=CdE=$&H^O$vdj!G;d^_kQA3rI6de(b|8ppdZ zj=soc!-lL0feD!cYJMxqB=3DB6mws5G8#E;#B`R*1K|8T(gM*s7@CHYeSe&8rH!qP zTbs(04vkD$=Fk^X0D{F|aPH201_fPrJ;M-c8Xfls0Qq(p##)sa7UaXDOc88Cc}i3wG+#_Y@H7gUr{hQFpB;UZ73WVEf`& zutKznb#vL}mx*!Lhw){ow5c;x9s+eaaW#@zP|DFu4VDH1?O`_#wY#Q%$O^k6iyX;U z5vP%ZprJ5Q(nl>0-tnV4F*f4wi$cvvbfNxSI zEC(}z0;aGf%SO}{1un@hKTJYQ)!D;759MMrCyC4M7EvnWcfB_dKVx`NZM3zrwtq#$ zNyH4?NNOPh&mllY(pO@SV;1N}BtU_*uBPs3g;*c?E;{uACKjQXZW4vYq!v@OWDXj$ zjntg}OU$nVPKE#D=^MlAY=f<1+s=-Srm=0?Y^XoD zx&Q3zxt{x(xo6g_wMJVrv4p-H?KIOhT~n*R^RhJb)zhKlqt6y`Y00Z!43lDhJqy48 zaJ7gzPTERBWqzctg9*H`s0`*k!{~|prE}}^5f1uWaD|7Bdk^zQCedVu-^a`TK`TR- zt=dxS$}^8^&jnX;i#&HX#%xaHBWpqNwWZkemMC0jwrfG(yZ`^)mnfR$tm6NLDTyRR zO*(2mZLqXRsv{z(8luxMmrw^b@6%VW2His5U}Y9tN93E*C(+w9>dt|%yHyYgFl)g9 zTb(y)%d{@|Y~o=x=5uUVkMth#`ihhoLd&SLt_Dlz5VRl~?lC>%U^i2ej$2}m9h^rk zVYJ}!i;Cr}vf-uLlEwz}Q%Y;nGF;NoMgZ+)JKakJ+Y zUq1%`IH(h$CyEAy7Z_IKR%n)6)vr)4-`?I9yajrfmUM{I(lL^aaZs&B7xP~6eK)(7 zg1qYwh@0+t0{9&LCGNlNixkjX_4`Im*JVj;iJ&ecPTq41I znlXCY+ddd9|H!K)W9Q;2zH#tG4g?6_W3D6e>98w%LYT=(tJVHO;|)Xe#3o};M&5%3 zp^-T)|AC9Z0{Ct7F$$j-r~l9s1GpYa80v4^Y|v!T>%|jrd2JQ1Seevbba8wD3VJ2FNJQk4ud?nRm_|$xiCmE7Xky<_N=iv?yl$aVk`7Q&~&WjYR`A0 zMUwy~hTDmeu}q+F4aF-pou4J1O|5nCRaBMblU8NZFr2^a)$q!c_mihAB$r0&$pJu1 z>KikJ&NJFM1cVJpFBjzhD3okuIB0;7l0wzAdq~uE*$BCT7~lQhqes~v;nxGsO1npk zkeK}Zq~TTKrntV|CVv;#h2Ms>jXb}bMEreyJ5=X4PcX;7gm1w$b~2$sz69qIh5Mc> ziuXw?Y6VZ$ki?|gmf*8D^&dn6Jcc(0f0)h@UH>=n93cbupcYl6qq6HJAyd!T5S9-a z#R%?jw9T)d*bDAu45k<$rfsaSaH;An9|9*w?-diopNjF-)hsL zjBZg|z12Qa18=HXo~ZLNH+4R}XOAAO^FP8TuMm|5W3+C)-qCiIXw+o1wf&LBm$MXi z-S%Ak+hGuT3-CfkBokDiBhlIAV9`Y?4pz=*E)N}SEyXOI0{ROr)#Wn*qrd^A2iFCC?g^k+J#66N>V)4lRQ=f_sTMDFpC_7HQ zj-pl=4%dbnWGdHm0{h0=GjXl#*2%g(%e7V^KZd`HPdsgYe{mXHI)pvBIw@1On>c9d z`OZrdiWQ-AJoazI-JMcSpJ)_&o}inWg4V}sX3)1>VB-z&xEZd)iUbf??ls)g$@K)phTN-_|Y_dyUNzx)|CGD*@wMF z^+)y+Tz(HZ4@K^5UB$X#8VT{h7uaAb(cV(zpkA~q{zdD6KsD$PXae1SD7y4p+%o-r z3WJ!$mDBUsE4+VA@G>L>*XQ4%mxTx0%dV4*o47nOYZKFeICFgcVgOp8a^iSVcrkpG zBqnFZMDOgZYE@%r(&h2_^djye{^Z-AFhGcs;_9-y)Qpm(k>t{m=gglsq*d(|;h%VT zMx-4l3Z7MMRi5SLzZqQGP7_aYyI+2UC-+{E(OkzEeeU!`4QA~0#)XfweBX-bBTUg$27VveNWGvSB&u0`7t> z?-<`L1Ccp(rDR3{KJ__}r=*Og#-nYG2KI_HuT`!-yC*c~*D%Jpg~wNcdJe+$)y#-? z9|vljpM<+{sni6~@o_+L#R1F$+6Z8d`M~_S+caw+1NQgdp}i+zEQ9|4#|1FZ*R5b; zV&Pc1wF}prG1MIN1UXNtTbhKGQ+M-rpFAhaXZIzYG33Hn;_$KKMExO9ud7{#^BMSe z!#9Zl+At0lVMP%M5bMDhTM~& zkI-F?xKobVjz5R4!ps{k6j{^Tab|gcd>iC!yU!-o`Qe4{^Eq+#+qQmb=KhUc*9Zn2 z+h$Y1!%V}j&yLG6F(vu6?W}EduCZ8NKtLdR_bY0);dXB~v7f0B2rWsej(%WSkI*N) zIw;1aw!SJ_ivLAr;slQK+Q28x1+6$|tSL?`3D@}x&6Ce7=iD;o#vK$LpdRAtAJOTm z7>x8ko)acGoO2*Nz8xSoupiVk0h@(Y!f(%&p4?L_E}FO@Op(Hi(b1eiG#PCjHEUWX z1`YzIBKBVLX3avxrhSf+Hev&iztK5VF}Oo&PZx%N+3eoV&uhsMh2j1$YLs|0EnMq; ztG5Kr2P^TvXJ{Ffd&E(E`+O41fou8?gqM71Dqji9O=TK&6-w0Uvvc8MB!Ay5s?RHL z*l&a^94tUf2E}2BgM)H+{y;wCID|wTo#yWd>&DgKtVR`sDYu{?;(vkDq687NMXH@0 zIWe?%5{v>rf`J5GdUFCl^$>8Daff(UM;jjNMa1cmY*)TK>qQh%XN7N$H{{r;-LHYH zVd~}1H>bZ=Va>jjq3E+KKY4YO=ZKuYRAe~Ct!#N@dBv-|x8|H{p&tOH3)<+bx1h0b zQWeeIR^Ozyc4*h==J(+-8S^fvMEB7sKz{v~Yb(8@#e3A*xlTyH)l&7q(2ejL-QIlY zu4-(&4IlDm7*IrX5(u~VX`(5<@mHcPE2t-@_rG8QVDvzoitsZ$rGi2WkOH;M1B=N_ z^^J5L$XcQEZS)#l(?&mp)eP2f*)_L69D)LrZBhZE!DNW zI&D)~S<$G+r1|rkOtoSmvc@SxW3lfJdyAPj|*-jQR2;K4_apy1KHBZVkNS3}eKe zLD?7*=!J9ElyY^n6p2N25x-qsKy6w`XtS;ktXqqQ~d z)aqh-33rKb()&r?9JIV=Wog@JL$q3H{yvjrRnx= z2M-aF%BF&&jjc1o#2tT2>&|B2AbcU*9}$9>o_Ba0weZpd7hd8WdKY}VADmgTl@Q=~ zGWo&Zba1G26jiWBYi$-C>r&sas}M?mcZhANPa8XUb^ZP}YV^I4SwH)lk&%(j z9v?>s;;w1Em(P4We>|++iN(?4a?L<##3~j&d@zxAH@0FYnCsA8rj`>8M4ScUjXRF%I=PF$H66fSz{ zt|V_sx99hER-QJzhYy}< zF1(fdUxRCWTaMh!@=R&|7(>86(qVlUV^>JPl8A$Ha$lzG_rr%R%PgYf6`5<8GG=`O zxva%!4fCe`9da}1?A)Ax*LPQRrnxK-d#X?E@x{DGafCK%e>#2p?vg}_ev+sfZ@QJ}I=mI{ss|eBty}Kd>I&x|dQWo&Y_Z8ZHnj4?`D3YuUZ= zpeKnerjiMCLTDK=QN!VIdw;sRLlidF7)S-k#DZ((MV8xFV(aPYl{W2i8noAQR6p;5 z$Zvu_c8$Ek;l&U8XEQ#ZhHeK3#|hM|@GmesZ#OK0 zA963%zNcIl3f-%9gpAHU4%Z*w#kUV|4M~KyKATRXA{`GDrWD207u?c!XG6Wdqm#{t zp`A*=O?*R?gRZMOx;Q8FgZVFKi79}f(Xf~MouFY*6g&dJWRZejd&QByr!IVp6cv#s z*{6n*qL-&n1SK&Zr=9?@iz<`DEEotxBu>bRh$I_An@aP81Dqh4oJ3k{gK;a!sAuGt zzi&Du_?RsT{OU0Q>vk2DbTqTZ_OJ2@?a$UPf8Qh#5!LDkv%Dz0T3N zQKjq#2%bD`N3#bMHsf*)6S4>Q=Axi@8hO!JsoQ`WOc7Ju0gZ9XW@PX!ctsweeQ%zyBocd zrk7J_HJ=HFid3jB&j+EUi^4^b1@}ZDfPi^@#K*aAylcVbxZSOx|L*i_bkLo?!)N&v z{*V6f4&UR9tj`$xTKe><9IBl0M}AIdY=EAeBgZO9XXOn*^aJAwG=|Le8EUfjelx`K>ZnW9#pmHEJInb^0ye1U zS;$-OV~+F_|7NUG%iUAh7z|FVjV^fl`(glZI=1>!okXFq_~3sm{s0OwV=fpvDHxJV z+J8BS8zRC3ft)V95TNbvkC1l_`sL7+*`lyj_!#jTv}DEcYr$gS1lbe*dwM)&qo#^F zbG9{~!Ls^_x*caaop?SPm0B%k&T;P#Mb!1eU{otExC)f&mnE&G_|k8>6a}*c_@nFr za1j7F(ZMpd*%Frhy`jTlEyw7s`wE9DHW|SrR1{7boCPRy04m+UtL1=Z_R(OjP%7LL zq&Md}sjAbt=1nuID8!=>w~822e{d!NyX zuykP{8^Fl#q3v<^zOeAjxpSwW=g3;eKqp-ZpOcI8clmfZ8KvcBZ)^^c=&!A`$PPKE zVK;5s=Sb*4z%08$u`6%ZH&*=EQBzs`U!k!~Q#cj$mGQi%e7_W^kQe_J|5fAmL~biyra#ipl>Ag&>e4}K-E{y#S~29(=dydXv* zkmg@d)S&stdXG4QHY6>;ku3vUNIyt2i`S5?J(XY{0izGbyiU9WN(65kIr)9S?EK2tjCtZGL;#5`2T zO#YHoD^1j>RK+F3$H({?+%w1nR~QCk^3v{<6KIP0;UmR)#=a$IyA!6A43J6sJ%7^N zpagT}^N~C_@s$^M>*wQt^wXXIDi9$H(#z&L;NLv$6|LoQ1=;}R?bPy^Pn!;?@*3#9`AUC4MNghG=B{NFekRH_bi6iUfi zE*gR=A=oJ1TtvDMDP6uMr*F4|jf30d3M1mBnelgA8yTf1rPf!gs|1YHJ?*%gyd+RT_YnSuNH+;+d8S#Dq7AKa(F8AN$UKps^9Qp&hGp9cYRgf z`$}p{kC)3=P>|8k!3yOR^jZ4;=J>o=o7E!{W1CHJIY*}wzX8cAtekdMtrFL6# z>0o)Y`5#kw*$h-bZJ2F8o&DusI8Ro5U8y|<6uba%;MNNq;)Ga z>Qv{W69It$5i=-sS}V6ypM|7_x3JYoZ7%{(Svevq&7hT75JJ3qFaNawr{`a?yiDl1 zAEYD2l_?Qd34F~Gm8KR(onUYRBqd9H?f?3gl~j9RYqqp*t7nTuhB+8dd+_Qb;^bq_ zfdMbogAF+a?;+W-=QgfVa_#jXI{Gu6T86DuwR9HdH+WhFb>BBmc-{o&Z?!ss8ddbI z?f0oCaZ)5qZtQ$JPaud9g&+KJ0@?2ylQ@-V<|gi4ahPVPCX1rss`gFwG?oZ%97Y@| zisXK!f)XRToIfTOl!*5BI&$+#XGbD%4^0Hk#Ih@)ysR37;FNG=Xjamv^7qgoJI{kT z@j*lDKnI~j8Oibb`*ns;>WM)oJ~2TTlR}LA9LZymZnC)tN>5RE$r?r%U~n`{cXGh@ zvNk93<8;Y);z1ZT)bDv3v*kr9rM0^AiDrlN@l*WAr_T2syGdq6aWv6w?hsMcuR5@& zlAMX82t}eTLX4Th+Cq#LJ^3*IQ}pt)gP@g{=}g&mbop&*bpKK4eT-lTEI=yGw@9%7 ze*{8#yq*Q*8rkTzY~S4z1m{L` zu8=hf*I6gaF9GfpzzaVELlXEH5cfAHU~ChDMmrfNxzESPr+f}`uBHWi3W1guHj*g~ z=8?IFF4T>y|GHr!69Yfs)yIQq8kUC-1$WS#Kv~SXE^>o$6wMp0Pb(j}u z6SKjM>5;=j0eoJ=4IO&Nti{Wz8IRY;LkLSv3&Fp--mh8Odz_XQMTw`h7uC&G8%+d6 zkcX$sI!xLB40!x;eJy}yfwUVn3~Fa=2yF{7V=||kxS9!V>pb#cNXhOusjNT9r{3?d}57 zYlyq%Vq)+xTZAA|jM~@K--tlw0ndEtRRT)5x(r4LhXvQ`#&$;kFx0->Ldfa^8{m2wN?lAywcNTUQN`-$L z6!P{t4RL0H+KuD>6)7SNO~!$H#dlx;Lrx!j4_i+dd>xdEFsZ)WqYY+C4_C=8bb6U- z)1mbb@rH$Hr=mX>)4JCBM+g>^1`Ae86{jU@0sQJSM$<3aW`!=M3onUS!=fgZCHa!- zu`kZ=lcM2;CmaYw2pSIW93iQytUPExZC5Y0QCd~Z;@3DnrS<&|YSh%-G5A;~ost zm(i;-X)vj~4}R$%#Vj_ca>M1{1EsFNNj*( z`tkK&DD`LyX4`j&2i{kw!VC*j+h{~Faeb%{S*gVM+)6C zU3P^@N!zJmMG`B^$A^@vDJ44vC`k*+{o1%Mb094c(>Chy6Xg^_V9mw|K0dk?X6cNs zt*hO{l88wqqLxCMdXD7y#IZ_m$E0~nLzyfH%mUJ2x$KJm}m_dARmVBkWn0U`%G3MAt5mA1b+1KPTgE*`X9ju z|LvyuyKijzEFz#O8kNAVFx=>AKW$MTQeIvra-XMbtIJMIMf|sI`0TN;WdfF%|Kstu zi1CXQCL(SzOLaxCCO%mbv#b-{>&v0!cN>SX?vAEEAWnJ!0Ir>JTvr7vj?#j@X@l@f z9d54h05~}8tcwS`&4i|bn8C}vS+VPITa1oPCCAWSOpgESYftkB!#m>M*`DdugW(47 zv&PrnRe=~K%sTsM)V>HGoU=xGpP>e~!0)bgtLEb`Vt1r-9?25}nLF&$;-|N5)z$`S z%NHQUs(UF5{xyuTKEfj;Bdr|+$AA)XmMSH}P`|8|5aTz0L~QXnp5STX;At1m0@5m} zk*NRWs)6c!#eon||4z#PuZK~G*akp{;UT@4Ov92%D-$6Q6$8=(39&Wjla${tLfU+Q zS4r2x0p>cImeZvRHmFlj7 z$FP6k>s}@W9C^utRZtbVR$W=CtWAld>1rlZsH9J4=U(J+4d#Qd)$Z0PT|kuW+2|ea zl^SwRD~=2$=}Po`Vb>RnIe{wu8hM*r+AL6 z({QT1@sz24utP&jgXY2IQCrtG{jQCaLJtg6Fl#i#ZWqs{w*jf0O%?)BXlJ7qiZ z?IMEv9dJY-T0!C2DEJ;iBdFweGis#j?pugBr2g;v_|P$WJFNU@>^~R5G(yYqbt;q%dp(G;yPrkLcA{11DKu-U^c$N)>7soNreC&1azZqjT zrhfo&_-{a_re%m4nv%%@(f1sXPh>m=l6VZU(A4Jd8u_6Oh(S6c#jvifQo*T{?{y97 zH#3YEbhS8$Ss}zl!$NN!JZ{;S&#r;pXqYXI5Fau*z=zqS1--MN?1dhBD)>6NZRmC{ zpP(GPjOAPVXJMfK5emOq&&)@)E(&oOAYYW*?-%7r%Z#Z!FJhJ{sC3oep|vc#Et{7( z6df}C5(!gJXRx7Z=Elywy$s4+-(`C?x_9vL@m6-@Grx@9a4LDokr-t!6QmMedqI%E zAc&FS>$E~i4gJ1xp-+Rr<>+wU5y*KLg z)(9WRwr8hnO#xH|e^W1OP^rcRP0OqrwI$jon0bg$zDy+zw<8#o%6d_~KZQ+d;zua3 zK7;Uz5&VEFzl&F&=Jn>?IPC#ypr{HrmS$yD<&dVP)-IYPb40#OvUw-txC^H|X_r^^ z5vnYB6F^}u`OfF&=a1$Ni*~ z!A0$mKM|!Mx9b277y(B$%eD_OP{T@MUz>>3(9mE|Y7`LhF1VpEH!u=JL7ZzLMu%{G zdna@jBNWR!>s%586$nS7y=aVRqUyK>wWEcI*f_koB3*NpcFglK!OB9S$GV&}r|5an z?LR>;9hD)VlLSnlg2<`+U(dn?WgH0B2Mt%qT2n3o$6*1D3>OtP?c?Lnb!zYkF?x-; z%~rq6$eS=az{-f37~AlzRy$CDNuVhE5R(eTg|^U~C_sDoo2KH)*3mUWxsSeQ-s*7viXk^}&N!%v7S0+OA3S@KI6&2+&Wg8h7Kazk zef=x&RX~eQtcQvkEgTI$8GXT~F?YrWDoP}QEnPt-V-AOb_WR&j#A&#qW!OQQ(FZF( zCTLdXCU1PR0Bz#o;&C>%yRZ6gE+-dqD2|tOw$vru3%#h&qJGdh#3)V#KmYNT(#m?K>b9y?izZ#wU&%MRE{7hSg`3kF&K0@mGq>)@R|1*KH!5Zj zQXp_r?`zygNI=xev|Xm0Gc|$=vreLGsXD^o-p&4D5e=`C+!XC0Rx+&iv>%jKTzKnRrT%kqbwg z|KkF%1OX9t#|$U%0mJm+jLI{7%F61(E^e-e3kyp+Oq`Lzw#WX4=HXhWWA`8$z9ouz z$;WF}gO;JMxed@Fw&h3X7PkPK`Tesuee~Y33$?^u69MC_FhPDL<^;{i*2jpJ!PMtY zaV{8*gVe8{=d0`tQXuNfYcWhqFJbe*L7F+9l9;*{^OiM&MoX9vTpq|d0U&z(o%0vz zr7hfD*elV$xi$!5Cl2T&KqBU4eewsP0>(@5J$F*@kKkdE@d@zM;tFtiFLsk^c*`Pq z85m97dQ(imc1Dqh>AE_$=bytlw05?(3^hk9GLroRjlVb-j&0a+o3Vpp|AT1w#i2rt zh`&2xkQnAdF)_{I=)|w6(^C!SfAMv-=kWMl?S8RaIQ}8c4uRqUbnMNabP$M4oc4{* zFUeIbMg(~hI7Jahl~h(LEND)beO^xqtzDz-3>&OKLL7D7{9P_glDmAagiemRVHO-( z>olxBcWZC;7XnZv$V4%Y*9Ze0ck%_e>)g8_s=V+s3$P>xrQ`KMNV=qRdxGOt$*iKS_wCc+a!dBh-sS?8G$%K}V_&j}PUGOH26Dg|YI~&1Yy(Rk7KW zs#@AoZ$nburcaI4em_`L6Zu_^4o!}yGd}MR-$ur)uE!3>KNxVUfHPKDRnU0u{d`O* zJ8!XjggC?-AiVOS!XII*q1y{`K z4=Dw;FAy@;D%(r@hW1+@<^1xZf^7t`9NET5L`J2gyf%Sn&9|whv|~nNQMpR< zL?ga)-M2&x^6~zBmj#4{&;=Z8QrZLYwwzk046|fd{;&kY6vHgBAQ{|8E5xYj5t5W= zCMO+X@b`bejF5s0utmagHHILVbl!J*AVyZTbcc2AsL*>&WBDMOZ1%Iw5#d7kGvUtONb@QEAwes~=n zIVxZ*H@%^=L7m8Fus1 z7jg85^=+=%eA_kk3K z=8$GZo7N^p0v{)x3`5EZPUskSOgD;CUqiFerR{xw(Jac+b?P%rDa&&@YkSL&8&3bJ z{SL9YITWIK$YIcn<$-z$XVKUWM{am( z_U_w5erLzV!Wo#%nf`bLeH&gv65i_bEkYj2RMK3 zU4-zRndSX#gx|!xCV2MfLr0cq1WgIoS8sLIlfQXb^wu+`NEC^u7Zrl&(5(#(>Qz7u zG}ma|wgG+l6LnrnSqzMWoT_0bcMmBvS_LxRd<*q22`j(Sv#skg#u=p)fAL17+%!5G zrM0zAlXmetQGMYQl6>KMFY;h_K%WB@^u+K^Yy0p#sJ*T@oOsCJe8f5%8}jF^Sn>0* z=R4++Xi2XPAhI88|Rd))ujd>OgQ4pEnBAy$FF{agwO2^bVny7F*zxu2x%% zSUo~}lFN@$K+-`rJfyl6Q%Rfz=#>e#K08)S#(oRx2B9oAK!yyMO#Gk7z?xpRit37d zd638a%u?bK-l|fg+0sftN85L2Wk>I`hk&jF!kslUF)IsC-MzmpuKdG#!41YB68GjH zk4~<)|8M93%6Qkj%7ul6nJK|XJ9Aqv+n=MR@l>iPCEqwz`moLjrZ`1-N!QUtxjbLB zUZfnRaar`|V~}I4I}KT|V}{{HmfgUefslPqG`H%*YUiIfan;&6&q0=3G9rO_qzVuz zzCb6ZWj>5^;^QcN&okBa_MMPNJUl|Soi{!#<()l1qG%Zk?L5NH>$Yf?IGnw?*jqD5 z;yCd&)GG?qU%biyw1QsW&mlh?{txABOE5|x8-PWw#WW9g z6z2I0gzZ>SGL+V&DfY}FzcaJ$()VLhUkIFPC%#>%$!-^4Cl|K?uai~t&ymmJO)vjp zC&R~0OACe?X!9AbYVm3)FO}wf>e27#%Reb;n#|FW*gHshu!} zPn+7l{lt=p$N~u)MDGp5qYdnO|FSvf)MqBq>V#-B`a=T^1z%&K+$=YrC(i%8er$d6 z9C>m%)~{elkgF7}9cb!SYSygS)u0@GMR;uS52UNFf)xG=b`L*TaBWGMdwF{ngOUSh zM*~5b>rh-T;X?(n76Z0v#;T4+b4sgddT`87=0f@zGpUw2-APK`kS+F>3iQcjWQ6ob z!P|C5_})MFbv7|hB@RWS#fC}|({em&Ebb`uC|JY05CIz1M%*6`Er0`k8pVoOYtksY zm3OsfnQhvX^q4rl>W{Sw|6mAN$8cpk0CsatI~lrG`y5+A0t3Cq6bCQ)T|J{bY%fzW z%nTZjb!cEfRMJh-%0@MUk&|)=pCY=JvILW#&YG^y$FD)iSpinT5rqI^Vv7BNg)l|J zB0;CoR5vb)MRD2FvN}WZaA;k(Qqh7#2g{+jIk26@jue*za#64dND#VjdT{Xr>nuVx zf?RG~4s#b{w;&$vBv74RM|z>4Zg55d{@_t-+WGP8r1*QiRq5oj`<5+)%JwM6fpSTro7&_f=Y-a5yw@ z@)~TY#oOtPh>sb;pJ3?AT~OX8uc@eLgR=r)$^fkBKFSB$vfbdxqk`pdioqF@&{HKT z35gr2XyTvD3=EOcN)fnW)_v=s9gfQBIt2J}cp@mjqH>kiC?VQ|duAUb?w*?v=Pvdx zib6v}7n+7Ro7YYx!Lh{vkjZA#G@8#JAAcyp`HQ3vSRV@vO4Zpw*66pO4TrH2g}h%F zvX#P>YSb?)kt$0{!q>GLS#+>VMf0LoImxE)?;AftTZaaB(oEtUWQxC3ruH>>R!TSL zL;fBeSta5uT{}tsP83Ft-?f;f^~O1!E6fE676jt3eQt}PQWJOYd6=kvSEXbypKyp- z%XKTy+ZC3WwYRff>NY>@Yxr2Ierx+&C|W``Q!_J(){ug@+EEdIIEXYV2V72YwX$@h z_+IxU{0aKJzOJ&A2NMLaF0<9}+h;i~6a7^#@2$wj%Rn<~bAcxyAOOoMIkPM8OZ8Sp zQ?5pEQ1_Npp@0B=ympBH0wZ!xJc|-yEgDR5p4Bm)#ZHJ2ECT9?4#!GV1bi^05#>z? z8A@>#h;|r1Y93#6&8h>k*%hNipD0%^3t9iAzpU56MK2`4B8!PlB{!xJKUg#r4{W<& zW;$g>hXd_G?mo*T)Foi!d|Refh#e5FzAqxSSX_jG1s1c2xspI$sMC z$(k^y$W7ky7nxn#61nCY3%wmj`k~}}`gI>m#T--cW%cZy=R4bYM&J|S?<-~Un|K}V z^C@Obgg&BUUA`Mw^(X4$VRJHZtLO!1mT(2%@JUAHsbOzPg%rBINJtJ#K{bJ(Z#;Q> zHLQ7ia$zV4VX!MY+U$I7G^&hheJRXku(8V2a@n zs*<7%j_odcQ|d9Eo{dKYw_0*um1jx%?FaO>_#AaO82XbB#EVMj#d=zO!V-0crmmN6 z*2cxgd6^qFuFdq9(8ugY#3pa~<2y;fpbTx7^0Davd2Kj$Ey#K!RUlJ}G#}21vY0xo zpsI|btgD%Ej;u}nm`RZh{A~UwH!h1XABWv zysCBw4JSX_Ix}({V{n+Hw)4Esj%&`E6dn2E59H3*^U_+mi~*tT#$tlm<(|6CO^4%#Hw*#5^?FAJV%*Rm1r;Fj+@32yx>(_@{^IjW>r`l7H!m z`d@lFW|ksc~MpMwpP5RT&`@fh{2^ zUgN6ani?5PfDQotp%}dUqS7&;6yecYC|?w^)~Uk9#05#raL{9pOQ=cyTdIqLxZjt~ zpIIh&&AOGzAZDLTp=v1z16z+BE4Ujh9Q-rG7bBU3lPI~gIImjrAekA!VK>KaUe|T= zLb$YMvC62XriQQ)$Sm5OkNTxD{TpYw!a0ze5+w|hxLC0HM3P5w>#7k@l#drUXefvf&l+IGuk$F!@m2`LOc&iNB_YyJ^Aq!Y2-TqDH-o zis7K5&PFbz9lzTEn(aKlr?FKb`J81AD1s@DKb<}=1N(DRf}ITo27Nbt(MM`aJ66Mp zI5|R+U_DNJ2*sGGw~%1U$`A0Rp$3p?D2bqp)Lz0LYTn+pt)yNYa15Wz8jmuUb7Dy-Op$~@4@l)bE=pdkD@9GIfbn61n( z&o%aaeBgELZxON2F?VY+*D>L3yHUrq=< z=o>6V`6%$7mTl$1tv%@IDTe=fmAL?62pi>0m{Tb9no(;+Lv zb)psLA(CudZrsGV-np);OYr#QBp@j%sgj@C$VzC66=}SV5fZ6|-ysGbk5x)svPOnZ zrmQ8E`=@IDbXcG%CmsEazJ@_**Iiyag1U;03;D$hrx07Qt+h?o)zxLQypnt!XR!bR z9(A@!=M>+zpAzfAj^@se1wmMhA7z9#4yYz89v?l^)MBh}TUns$uUoUz!Ct#?!^a8R z<%wklGmXBBDDJ|EwLG8r@H+-$m6)XE9kxN4A0XlOV5MN9(#TUURgnErLZ(PSv*}J6 za_YFBvb+E3k>U5eT0YG`4*^u8~8rMF<0x& zaX!WNjz$pn)y>QeEH2vBt_BI5hMh$q_7S{Jv3~@sGTy@ivoJa~;#3|cw#2-lh_pl) zJx+FCtsn>JjtCc4M$>)-FwjN^@``|d)u8prP=tErd*~p5g@NVD(&Aws3-10wxuaE( zDV!aQufsU(34kmc3yi4gXeYHt@ir%R=q_?m!MNFrwA`nmI> zk{`>+E9yVh^L1lBCis0;yT7!Py{u2t06#YFLWi;?J&p$W;*&#hekx}&qdB;DP;8!x zOMo|Gg1tC-v+PR@62Q)bzF`1_2*{RvK9?JL9-h3$49>WP|4>Tw(Hb6X9^n&3x|cQp z1EqFEeg0-A^zEGgwJU!$w)4kpzD>D}X@X6B>FQN5PEI&E6ldJE2y`g3k60QYmw3>NyBjypJQpT}jEJxNSW%%Hr5gj9w~&eA zd`T#isl6QC#B`d_YZftH*+}uU-s__8 zp^!h`i3nDONKSt!G5AI3|6&6G&OxgP=^6-U=LONVtD;R=h6Xkk457;1JJ$2F7-X~a z1@bFVi%H28<8QQ;vNL)K*Cbamj!}-C$4zIYPDt9Dhq;lLA*R?Jx-(qc5=KU09DH-Os8UZtX}&xXt9tP?#9<#+Irc<_F1-#CV$&O=S_F;;vm`0f?4U&Y=t6V6k z2-`cuXTG#2a6!-S;Am^>H~UBM&>|y^FL(Jq*^()FUwWA&301(atW)H7+T%h%zC(r< zbsZjP`QF{0pEN6)X$wgHFu7b$1p{p&ZlrceS41Rx+W?zp?r2yG!F)&nUF}&)pkVob zM15scm2KDUrc=6FzGcO^MPS(nurSrF3_9cjvj$_xa9020!kxuUIkX znrmI@e$jjI;q4Nb?cq6yAbW~;NRe3&STL&eq`~pLm059Z-=$>rH9;Yh z=jTb|au4s3ysmR+4V63U(rN#m?=}9?hvf(6v{G#40IMUmOr3z6u(`743Z%H56S>bD2T$n&=XOpH4 zX4NCd2zDpT=0{Bn-4I}mzNlYpp4i(YK!Ky$gzk32`>MO*n^AJ*jVzALKcbJTDfX%R zFt$tbQ)bga>)`t1w>U5qcE@I%{)mI^!bt1G%}Kq!weQ>>qDLmIs_0lY$MvWiGS7ADtTf8+t&mJ@!}|g z+T+c! zv2khsw2&EKW}vSP@kmC!LV2`7=;ix5E;yz)x?`Nz>^%1mo_X68)ynW2ed2|v!K1M4 zbC~d0+zvfG^z__4VPd58yuryjZ|$ztSC-P@=-q$7;SRDW_v)tVf;b-Zzr^^N3NA`H5Hdq8@v zm+ZP)!E|hsABN+kOIJ~*$ zQ%K;sDH@t?8CQu>uDj81x}oZs$?5ajV2)z&=6O)@h{nb`bu9y>{Wb9jy};7xV5irT z8DS%Z9^PyVqcFk4YHfr1*@PGN2KJNTQerZ(_p|g^D>1R=gr-e|!{{+ra{GFF&X)31 z9{v#2&~(CZLPf`O2lP@E<7nCEQX6JKv1kJtg$4mF##mtawd$~cU||4$^o!%b=tOjQ zd-QvMBk%hA$db{d3#?$3N4G|_=P7T8 zXh&>A(3hP%)L&6b$I35)j-9O()Q|0&I=~5{MiU71{1exNGy4 zd7cG*b_-e&ttWstBsE6`QBS}j@PQO}W$ZsK0J{R3yn}Fz(Ze&Zh=a@9f&TSDH9CaY z!2-%W?StZjO_wc~Sc*U5MzyF@*-i2PPE!ZN+^_nmclP{t-|(f~(oQ4O$<#5?RMzy9TOJZ2ANbDV)i09o? zE~kCR8`G&r`*O{NR%EuQr1Rr0`DxUm*g9@qp}nk4Bgfwl5+u7`>RD@7_wighEAPD5 z`t5MiOwGvg`?o{-MK)S`QkG|U?B+0RiQU{MV)~qjP!<`vb{reHvo|pjp#uszThw+o zC$1w#vR@_A)B} z8zf{FIZXXsnU1vFq%I~2`?Q=auq`~Yv^ZC{O`Xo-2hDIy%-(}7nFfmL_Y+F$ioHa? z1<>^4HPKbBL$T|H{vjM2h1K3Wi>|0>i-9;_@BzoA=!>He7dyu$-ac`aBaWRW_p-{_ z^ZrTTq$%6EbnI@=r?==|8h_v~@~gYdNQ6jMZOv_s@kq~&$uxX(@mlm}vTG8j#t!;u zhn}b7_bd(fWdt=`6Ov#j0Osl2*8S{N-twPiwbl1nnqlbS;wJ?Xw?D)@Bg=RAL48It z6Q~U`bx-bhm<06$B4ao{p3?a{yK7zJDS?)s9b_F;hj1-fz6EKcVQ@d(m{Bet@shQT zdVS!j z;wa%_orP1D$s*Zb!Q#f-PsQgVJsvBY3tSMAV<%7hr^E=UFVx81#C=Yy6?}^&+iIbJ zmi2-^W`xY!_ou}NyQaYF+!Z{^1%SaC^IOYi5?gfH(UXQjfKgHlEe_;}4|w~uKey19jgmieBomitv* z`EtGE9$2N&!+);{Qp+4Aca+i=T_F{Q1$(LJA4t%VXg3Hj8Q_)WqXbwV6?nr!K^(u% z4m4hwN<6H_tWg(mr$xxA9r8-w3LHJ$H&xo&VDTUZaw^J$kLMq6Qv^7w1pdH)eGK@7 zZIk49u4*uW==}>Uyz%jk3TE}jc5Hys!sX_hUTeK5=Zj-aqT3jktSV$AQgvv?7^E8Y zbempg6FpAGCVCtsC|kSRHYOPVnYT5;Z}h~M*NIDmK5MZIc#7`ZNt5rpq$1vl`|zT* zZcS(UX}{R{hU|EtjyTzt9&awymlsah5})J@;ReI8(V6s|A)M_e6>2&pss4;I=HO!8 zU-m+hR2-6<1&MLyS8B5vL~Fz-bO?5I!M(f!hhv_cdi3lD6oGU$`Q5OlDS z_3kAmIMtivemAT$0He_ha+;JQ_Nzvc86ypSrN)o=i@eIbZ(uw1b-{nm-xUVJ=LPI@ zei+oV=J;FJHZg6ZA;v{fM$Gst__Luy(jCcBMVasZzW0S@gon4W?jeh(Jx0Whg)XSe z>q`9>YN-P?xQbXMU_W8`P9=74+bn2Zo~uX2U_s4f>4vb0*pv!MxX`2e@W#h4Nb}i?1JX(%!eS~hlo2_moXk>Xk-Z#Ri$|adPDrk4C zo`E+?+;CQsm7hM@3`N69!PPTDmavsvU*L{J)ydW2Gji$w(rvMydgE#r1)WB>iWG&n zd@T+0D3}Z7j(U@a_W>QdN5wmvZtA@lhdb_8;oqRg`MtgDovJOR<~%O?Y(BL2u!?i) zHk5GDDOaQXSbSi#D!pkS6#gUM*I*9&R9$alegi#?p(*vrbL_LNL&BAMr;>D)g-ccC zx>ttO20G(@!Jtm}U8D8>(Lwy6{19!F#FzOk2T5l7+-+`o+Rdv=9ySZ)dNwAslWHu~ zDC|noSg9Zd>+b_w@8TjhzdxWHeqX-0^ZG`IIDm<=;t=Erwwth8Eo!^xXr8`r6`|avh$md{}vqxlUSqylfYK6Hbrk07bmV=?y?OecSg zj{mK4GJC|1M?>ERg!j)}BN?W_%%~iiZ4q$@7fovByqkolTnXsc2=fV&-F^AfY7HML zS~rjZh!jBi+p=)AHyUND;_qiDr4Qq#3yt`M$AR{{ z_>Ye7;$#3Sdb^?zef#<-xj9x*k;VS)DYsiBxhaoaa`DLU?}Sg-rsC=X%27q`g*GaX z3c3FC+n9kU#Xr=yZ} zlt5k`+}HLuAiN&&KPektWGKfgnTlT(vj!7Bfp4D1Aml(dqN(#DkknbN^Y^@$vN=#w zLJ(I8$GK9q#fWMRnawW`#X$FDT>w37O>ms~Osd@Kx(Y6V$+d&lh&z++&o;!RBfSHc z?0b>BawJGgT#z%;4L9Q2$|0ug0}!4JySmXtK0=4JUz7OTlGEb_-^n?FvIszm{5^gq z#}iRRQX3%nrGjeK25S-_p%o{?mw>OuowRC3pFW7)iDCm)wM?sUPZ@xd`-*PS$3GYqIsP9)j0;@gGSlmCcY&mU zv`CgRUOJDlw`)*}`^;QIJOA#tUMQL6!8PS%+!T3le&4!N#ykqi>7aqok$2t}w%d$5 zSLyC0X+aOkw#V{Hjm&ZlDq?cr!xvElmzO<(m2=g{EYFe)%9F2bwGSv8`*)rSPJR(P zn+sG8_YqeFf+j)moR15crcnMLNFs@0COJF8!A@}hi0Lx4!Sksh)RX=xRaIivkTSEqA^Dw56zBKYrBOSg| z<-h2U7T|&gY|O#wcs~Z-RfytGeL6yIJXhyIXYG*f&_%is?6}njS5@)+l)^{Dz*DoWV9D|ZwU$s~wddtJ z6<=XWsM_165P_aLQqrjHd=Zl+@r^U|fPSM9!V#30CquE`1 z&H!O2lj=&3imAsYjTOxn_xl`CYU417011hQG@xsuqOb}QKV@Ce#G~0YVxQK-wbwNiP0>-(=n7e5mh^Z09_VJ$;=7`)r zf6lAt{i*FTvev}L0i(2;FxN6eNyr0iExuIN8Lo!eFmie_|AgB#J1t5Mx}p3Qk2~fzaxhFgIA=msze z1$@~X>Dy$#m;6>DaKAO2eCH}|w-f@seD{F4q@d?xd1-wkuBpeF?>~_mh@ir<1{r3s zVi01ai&6CHJtL*<>2iNlL;1;r_A#(U^a~;Gg#$WLS(U90Wme5PFUJc7I4eF6dJ%m` z9g`%Qk(|>bws+e|6TkrNo*$#(;Fmt{5%b=xe?Aop(h7gbMkdjm>b3L?3E@n$`suA+ z{;qrngk$BZh}`^Yg^whh7KChOGQdBW>{`=CyfvqH7|G!QZ z_yAf!^~-~-)r45J#d+_iLR+N*Ep06nJ$6QLO^J4|akUJ;Z5*zln1aYJFjZAkf^fv~OGm0-q9fhVifp!J>7|13cUZ*o4n=DM8dGp016xtmPuk%m@D4zbna# zSSTuYv;G|kaM@(DZW<0IO77Ld=d4lEb&_3b!X zsq>W|s3BIQQsB}yQ&||^NVUJiAvBefm$}C3#if;52b(BQ(ZpttE82VLu5K%uwM1RF zB4B@>OyxU2ivFxspi0g`yNUSG{S&mxlNm?NsXM-u+q{ncbDRDk=y5`m5AHvk+!4q-P#GoiL=sx_Wi-)js3j)t&BN+w~uBK z&3Q!>hrN?;WYIV5x>DZ*@qEUj`g9-4--sk`W#wr6AAxH{Dh#=wVn3D|-u{cqAJY(d zK{8Z^2BZoCAr>}>%sxwO^NG9f3ifo|1@h|J^e=qhDJ?8EEUqrb?vsf&B|rI?jo7j9 zjFAiVTET6?aKG_O2hza%6Uy>8oE_tf#%VrNL_4lcQ}hG0S_$!YlYG$|?uipy4h^~l zJ7-{ydgdKFh}0v0B&rksE@py(DxlnG+Ko{uMUPYMpMA%V$`9n*F*+j`&GJ9hQ@^o( zll4NpuD>xm)(`?7Dho^k1I^9pY_3nr)aTdua%a$luqh2Zx`s9Q|hVMT&s2UaIZ)C5TZAh*S= zWOn}!vcbZKT>lgj_`(+%$o=`%u_il;)8(G(iy=L^kUD)Yotfp?kO(Cf&~l*JbM(W} zYdpKnbZM34$Big%&ZwqN`dbM+qM12T`Lx z_ofwahar5LZRHw72Qd%E;zsnmkCkFx93wUD@r;-GEF&vjvyHROJHR^dqt=1LA>L0@ ze0bt#lf3x|aHr8A+TeAc#C;y<2+N~6P&in7u~mu}j%8SM21(Q-u&w3s2b}l?zj#Nh zmg62n^_)+*?fn#HQmwivaT3&<)F=%%;$HQ@?P9hK*X*RjLXUl4bNdXxEjC&MncG>FL#w~c~`3}2L zTrYpgQem6B90|M4&kA*i3W7tiz;woLXMHYWV~K3WWoIO9f^(9q9vHC7gvhw4z>NZG zXZEEh3cgbq3jjx}4n{RXgLcJQhR7#;ul)sqc-vk^33$6Q!6)ZazBmv{0t-JZjEXbK zs%81f%AY`UFv-Jhlkm=`E;I>U!e78m$W|`Wjg5^x{_&e!Q0IHk4-4hw*;#HkS?@@` z51344cfHGpgq|q76@Sl%FQa|V&$Haf(cv2l-W!K}HIvQm^&iz<`;E5duD_3~nkwGE z->#J?h`m*rn$VHV&D3;#R!Psv>`s9q;%|3X`Hk0YT**Sh3L(QL!_E`V!xCF86|%!^ z-za3P?YWZNpL={@_%@b-oP4r0S`mLe$HWGED!wxO;k!KqFqUoB5pq61uc2fIKZNN@ z_nW~{!#gfsE}U9R{rEE?{lSaJ`5jLn0l(u}k|uON;WCqG>MKj-h2^c!Xw3-wbM}Wj zq9+it4G6IyL)Fv|XmW5MkO3Kp85VR=$E_s9^Q%2mV8ZP0IuE2)Wlw>>;PoK^HZr?L z(LGygZ@_8ai9CxA+W^8LlNA{XuQ-Nhoj=VCTg*_oFn)V>b9O52(ptmCvewbS*k&=^ z&q2ZX)HpZeFUk&U_k?f0nE1{H7%Oti)Y&iF4|Q3wr{82xh1t899Yc&XVTo~wbH6-i z_}&LNU5ds_*t&5>E?k6&8ivzlxPdjN2P1CZ28*!hq-(*T&hV!>tl*vuMEs14O> zthG|#@#<2gSq+FnIwe8_77e=@nL5A{;J~@-n$PN(kU_XaweKEf ziW}P6C$w>nZZ>H8jk)X}xus*8Y}}%!)vYdeuLRRa(vL#6N3M$WbSi(T3%W>^5_>9T z6K#9lgP+h+!g_Qpo-M$>s0;v7mrErdOwzfikSP z&3V6m&bit_j~a`whF;tg7l-wf{rH8%z;E;5GmBa!_g;YnbYQgb0aMCaL&->2a@mcc zsRd4&`U_!U&tA_dH$veDx9B>nP|9+J{e^-Bm#CjJ>dRgSk(G5#xF>byr|lm7o@ATM zs(xDb89Dag?8n;_G++6($AzoTY+uZP_vCuZG- zuoNJxsDHffIhzi5-AG0h!S~Wq^ZXTY^#dAaKlwTN>$n2 z5sD2*${IYF6^#PS?J=E0#U?`JiF0B;FQYo??Ns~6qyu3a8ap6CBej=Nw~gH^`zi2e zNdcX+hw0miE!< z7!8Pn1tq286BcGp+mDSNh`mt@dS~+8*hRcS{8tnB81bP?vQ0g|AATXs%x1JQ7sUn@ z5&~1P2ZYzDfHHaHuw19Z#MJ82G3K+u>$bKI)B0>IfOiR-wh}gzj5HOxHf`^VB|jEE z4+T;Y>7b#duU%rq+h;OC1~5o#fsL)-T|)Xqm>sMUu#H}O^?jPJ>)L;%&14W_!7ZmEstu$oG>l5zT#Rf zEv@a5cwhOeSt!4>Sa16H46g%0zM24GbU@joNN&N0FP(MdU9xd6Qoga+Q2ndAV3@b& zqjqFrR}a1SQi@E^iftCA8r7!Q5hk=MmP+O5WV50s;tt2A*i|C4Pc;0YG2{Wdnkx$@ zuQO@I9yD_^jOf)E%a>@C!MP9~c_rZEy|Yr6$iHx3bC@Gux)?gW^kO5gTY&Qsp5l$8EXc!S}^z%Uqek~m_dk85p}t5_0~*Qp}@hIM}9Cl{MD| zQ(QDJMp4_8t7G{JYyeaKdw7~m0pZUM?rU2s?MO_mpf0j5UmJPK#IsnI*o@0KXIsBx z!CUV$sGLTsYq(B^Ee*e2QL)urAT;J#8S|m-Hjnb~HM3e<--K}gR%Y3Uhsxrq#4kFmJvz#u4{&GXhn?ttb<<@Q+A3Msx?&ORj@rb zTgm3u=CFP#B+>&2?bVlX1?;U^xF6SzbY8Sw0nYDZca|cZuEUr^bWROvU!{QLVJKZR zvq#LP$(V$tnBl;y!EY7#^V+9EYx~adPYLm5SrIRj`3V1~1+eCFMs@Dm{avrj*M_z2 z*x)?|fv1H_jgH-QrzG4036cXbqktkb(QY`KKHB}obIMl_+#QV07+omGseqfsOaqs zFKlnHINLUq8TlZXR;E_>tCpc(#s0@JzuVtjh$h7*XUTF=@YZhw{1FOC{nsOn-4ADT zPrI2i7ppe12~WHsk8l^vLU2MNhkg#thup&s+;-P@R#}ESHRz7(s(9(6Qq>;w8MPkdFbErhh2pTOU&<1=|=_&s~re!{W}bI)vO-8nuYg2VaV`G<3Rh%FGhCZ&*i zphMuH$1Q#-k5&N~vFcMm`Q*waaY6F$0T3Ym{6Nknx7V)RDEFx0d^ycoC8HvbV0AgX7f@s?W;1OjtEYi4-xFxsni ztf~N)T?Q8(eO4QiI>|T;v31k~ylxH+`T@Ug!3fGS4(tJaEHslSg2r%8>y-@EWbT|eX=NwL1iUVvcGC?ALWg6fb9D?` zRp==>XyJ<(K+GV}K<5(y8S+1JO7MHTr>$6KgM%j&u=Y$DP@A8o4Tgq>68jZ}yksH` zV&U$m4h1ok(8u;CSEFX_2ZPueC=Sl0V1Z$O}Z2B`YMTk zNf8SW29QS-VEupSd@IN;1T*OdsKM4RaNl(?iQ9+0p1s_4 z&XdV@{Vn=wJ5979c8v!;Zh@hl%AZs66}AD(lU(g-dl?#RYda%$N?a(*nt<1nyKV0A z-gxFje(09IK@7Q|>ZX`Qi6{C-#2}DEEzhW|?pK17c`zB)p8xvW0Ae?qGfa2~|AQh3OH7?3%XKLSV-<6OsXRB6og zwd^eY>e!^szDIv+nYE(7?f7#L84J#*c*GFJVzK_-WOcHXNXh%8P+84bC+|zWC9FHQfsH310yrl`z*Ta=upNE+ zf>4ug*}`J@j@9+rxs-E?OAF2uRueeFo-^GvGy#7k18$*n$v$Bc?2F7C|9NCkmx#F# zVu`yD08oHkzEy>MUUY}20k-=Yv;Bks{5=Ve5DqeFqec}?vCzJs5xts|vV2ACZIOpVqS&osL%WB7P_L5W5l!0;l)TvV;+n8yRYr2072%#b*0lJwFbP2%1 zKr|&`(tXM_gLxSA*^q?eStAZsv<^mSaVIH9gxiBewl<;9< zu|@~NI}k-U*jZImlhVwKhkjzOsM+gYoGP?}MHv6jt@3>neoDSi{#C>|v!`+*jn6n4 zs;$n@YOMSm6m*Zb7PO!f$wDhQpAZ{=Tu4)De9X|K;4xEo+}ooJM0yo?XkB4}Yij;8 zJ5@1D6?vkg%^Ucdwq@5`$(fRal*3;xF0SAZuTasN2<^Oqt3bUYk$THjPUSCl-`?)qBNg@$2UGbjUx6yRLVpD+j+oGy+I3LAou^yMh_eRzFzJl zG&;6Z*7^wKk@6X@F{qs^RtB#~wqNG6GS$ercBNQz9M<=O0_n*Mo9S&xMKy z7eqK~fJ)8({ECQSl~w1(BOMdH;M4fTe0VqlmfYD~B$IP)PS(DLi53nPZ7>@z?|edh z!q%*g>cOH;&5Y9w@rqo}k4I7&Vr{wrVMGANi=P6)(Mka3^7+mC(MRud*5Y+J+uSHoG|%+jM)TN6fEUevObk+d<{30&z?0`(l`{VhWQ~W=fC)Og zb~;S3pal$(`=h$Q0eu3>NAb5JaI_((CO}v{*HWNZjp4%~AkfrGa4GIo&9RrOS1nR* z5JtREZg4Jp&$8lV*C8nPV)b;J ztPi(Q{0T?tZOGc&gi3%&Q>mexPfLz%(AHMmFB~pGZn^0g*(%0R)f7kph*4%p2y8_* z@EQy9+RN5={Aq)EW^@3G?D)B;udpwzAL8u=W*pm|-Ttnh1iBy>5e%LIm}-x;Eh4}a zbY=oT@)Jpie=^lolfO9tEcz@rBoF{Ayk*^^N$!I|{y@SrH-heq^V{+UFaLxAtA{x< z>hqjhu!vDaOjIHT6-7x-ZjOg^*e4Ql_D^NZjF}B}>&vBsBcDxpA^tCAb$t_X@p7@) zUP4$dr?=O#o}8XOr5Txk2Q)yASVrP>?EDhiFo}F@53h?gdaIH|=}kcZunb| z!>xDaX~>Ith6iv!M$nLySzrk8gtYKd1*SN@K3l+EiOTSW9&V}4#?f&?zG-WDNlfLO zHFd^%C)PW)M~hdsRuQ1g{ZOIW*+IJwj9VkHdu*>q>kavgjOHeY%_~BRh6hOCuPUeLKI=z&KXaIR~cLjl7ov8pw+8h@@FSkA7i29;erw6%0)oE^;zb&bCL z`9wEXOr5_!_6~6Yb0#Hy=h-|mvhD15??Z%>37{@L?~R? zl2sCVB01ehDj%$ka^X&WmwKD=>wxqLOoZE1;oIf8_(T@y?nwx01Q`ndj0k)gzt-7l(8(ofxJ?Kcy zTwBphX~dZmRyN#w66jOEt4c{IDSK1m<3H2U(SKwjrpdH)HC4F@qT!=Am>t_QLn8DwWi25=u)+4voE^c9wDe(j z)p~!6Z+uBWy2N+8Ii78U009(ucW4?vZa}<$NvL>|?TC6Ob@S(^(F2ae;BI`jjE{&& zU;}gcsJ@zF&!NHsZp+EpQ=X2<7gs>G^P1F%y$2qbzhbh}_p7@a6!9|P-^~-bS5Yf$ZyQucVDa&;+EfYdd!x|yi)~MH4ant z9igUmf^}MG#m?^7e66Xmv0G(AC7bR(-o9xn`hwOE5wz~}ZlY`#WQa908HD?c?-$ZW zhPyA{TDUtK=1&Yn+AFAcK0)x_h=27Z;O}IA10+oDcu=NEG>0DnLuSp#!Lct!lTH1~&EfITqqBIHGWG(5F=E(ct;d3 zDhL*24@-l%j|1$pju=qwV}Mj>T5^Cs4TzfZA_KkGqs9w9RvBai2a_2G69`xh6=R3YN;586IN&a)=T6uK8Lw1`8c9#?rWG z_K(veE6{Mfp1Z+7aYs>>A~3byAJ-oS6+_%D2<-KLF~assd$o{X{)xzqxRaztsHdYd z>vXeauNfDkcUgha5BTkg>TdGh*$A14G&OOx!H&qMeXmv*;%L-D^Zl+KXb~T zcFYUK_OW`khPQp=JU6KxK8rgSkBILz=NX`a8t0maM~BA>$T!1}iux$GJssex;HE>x zCdkj|z)hg3i0G7^leDiOiVJuYc1U4V&?SJfrW4v55=VaSkNo=QP2U5z{y6KqbZ8X? z^eJCZHW}Wp7-O17puq^7{c!tY{z11Ve(Z|VIn`L6!wYCR=jY|r&Q_&cVmuv$fMWAF z<2mL-j0v9En(jHi^JLl5&|$K<=YO?Hz*EygYAERH?WXP37}(Z#P8t*@G7K^0v1QzU{!UdiMfd# z2?YtE5CY;OJ_0SIUb!1%?c4b`N1}wsW!v&+<}ZbV=FGH;}gy?dEDY}h0^pYUVRy}HYF89%=B=zr%v zExme~JW+yMu3y!9b$?bD2d?WMm zgceCGsGm0`MX(hUzUH|ZA*1OYGVNFps`{hTrtlI1Rebc?4Sdp$>@=XarUFFTON2j< z*0YyM?$+0H#*Hh38gv=`aGUI7Kca%FL8EXW4Nw*g$Q1el{6!w-^(a6Hr5ckYU@^lw z3_uJh2_c-b%FlqYSWpB)Lj|ot+()k!7p5D%%_SErj*5t?jo(R-jQfO5MJ_?r4-7L< zC&gjvp~IXd^Yg6vRF{FqYx|$=9#D+V%~~{#JBq*bTa}lx>svWP!D&7!ktf6T%%k800g8|S)E?mCq)<4~m+6Jmfap6nWaZ#Vv~;|dZ<#8qf(dTy`HZ!kN2@m| zxex!6uD^*O+Iye|x}O(5Gt$iBcQ!8`>iVGscKAV8k_0>R=s6?|a-d4RNYyedGE#Tw z_wR~$toZtV$Bz^gdwH?(sH)2Q>7ewsrTXMQ*Wp`iiOWuzjrKBQ%S%K#Qx@Wki4kl3 zi$HbU*#FyQDvu(NHAQJmTyt-inJs9P$+ORwzu{=`3iT4lG{HPq+n`;}JPU4696PL< z4xvNo0@>@^XRo*Iz_`&OmcAA)fZnL-XT_zh_T5uA0SMix?h0?`MB`vD%NX!2!C~8ECvvgWE+ATegW=na4oWnrSEyueXmRiANqeOaG0<^g6`eX zR`^9a?sl28Zf$fVO7L!i^O|cDA&e?=U7uNVTX0@QPBlb?jD<0K{$-7`j)zjiuHn^( zp|LNL-_|cMnDqd94Pd|XJ&-K~h2~~`v+ef>bdFAZJRv}3h)jdwys)4M zkRb)`etw2NAcKXMdCge1EVAWcXdnz`1#x_&FrZbi6kfr&HR}{>s5tAJZ8^? zT9HU`RCokSoN3}YTm{I5(3eZr>IuqAO=CQ{V13rJ*}6@2n99 zNEI8*Lci_t+2G`X#)J%hCSM7gRwFYgb1TKEopJO@e!qo{v`+ll|b)`NEP$tijJ>O^&ughrD25)E&vf z$uX^{sc0_r%}>mOe#74QDD$|B9pe9LVQ2ww$p3;glM#+3uQw-qP4|t$O+VC{2#=*Y zg2D2WwK()0;asg1@52Fj&?1pr`N`}vUj$M_a@Awi==q|f+?0=6z0}7j_(hxm+?NMC zI0IY1&qXGMqQ9!@G3>Y&IEZ54CZz7ZBaJt)10orl>;f(umVoIx?fj<8rIMqT^wEiF zhRk=#-wxh*=5?(pdh!$b!KmtPc2@Xc$?-u`?Yl(6V;wIg=|{b4QJdm~-v?#rfum8p zaM9c0nC0W_$AgB^fM!|`FeEKFS(6!2^a1k9M`Wi61y3_NCZg_euDVZ2PkZQCp**7b zf$v5+wouP`Z7drQ-w6YR(=-P6O{!C_Mk6EBugeGIE< z^fJbVc%~d8m_{-m6{vEysffq47PKQuv7*kFn52P^|1{tv4RhKFQ(AK0|Q{R)p|;gu`xRs5y~@DiS(j&|xU zw;d-0A375LC+|fAYRKWx!_D@d^=?%o)8kX?d&hgGJGk3w>Lnb#N3P{mW<@$uQzk|| zrGotYi*c#n4~ohP6B15nQ2#`YC`~UKL~Ni~imhTIq&-Z{&DE7Pe-@fLW#r=EqPXDZ zZ#6bE7V1`Umdv&P#Lz$6<+pQu66CvM(Atz?l{QR(K8pou_k4lRrr~+81gQ3zIaw%m z(hLw?nsfmc$;!p}LFAIffFtCr4eqtBv&B&l$_kS)dQ5dRwV-;{!rF_)o?4D>z88bkH|jmxHeJAz%zuyS#|-;$Fpm}u$O zt-w}s@gCS?d2R_x+%KL8C!-@=8I}Z=_!b*X`T&wJKT%|0VEB_JUl6oWUyCRqD1w&~ zxuK|M;Y#CuvMdzgeP|Yw8vrP*;VmHv6>5_iqxCpBP`G#>U?0R(HYQk`rb19uWvc_3 z{Mb>kq`e?k`Cn-ubWl`NfMw4JMr_*QQHoVe^L@SKS;6ml~ieeSA|p($Pd!(i5Kkh)M)WE_3~prV50}> z;+*<@J6l3SJXoLw{V9Mh$uo^xT7)7$XcGD&qg3E=?NPM9#iADdq16d=1C+P`bNG8F zW{n|dd}rzxIah2gjxD#}F>!z?L#XTt{4t$nuc|Y2V_Sn&*~m;UW7lH0ADg``JfuA| z)h*S-DA_S4NoyrB-~Bm$>J=nNRb1GDE_*)jKh*g`g;VxM|I44TKh#fwg7c=;*@l~S zNh4rQMaxMinq(Tb(3``ZR?W-2+uRi)2@7)9yV_rRC@+HpX8F80yw-&2={W(z&tDtx zok(!1DJHjEgW;VR{ZL?*@&Swv0%=2JiQft_dan5_v`r!Ud5XN2Bi>WLS_oD_057^2 zw5>}wQ&Tu~hXQ^=7?o}`|#>9>|2H9;i|rSZh_yl8DNI-yeh zZ*q{nG>ZI(V}bUS#8j`8BQyDo%399a_06{tvX;<^6P^&+B?!1`8kiUuNrQufUw?Fy zJ7~HmspKioVVGbfKh}8nq@ylN8$BIRv&th-^@#g2?(nO+7`nSWuaS1&E6LJ}bh73mYQbda)r`Gnre7 z86F_4xwZf8bRGc}TJV3FVDLRiIGcN_pSsbv|Y9-FbhAFS;}a(J@hVaoBMz zUJ*C_A5~;j``TRKwsrm$XWze~Bxv-2F)OlPy~9=^m^<>NX(d8tZ02uvg~cJT``|Qd zJ_(pWr$y#g|Di>V6?Jy5VHd%KAn8Xd5h-Hs>+5ZbsEX+J8o&M>aS_q^eL$JIMkuT- zYG@yPeP4CdU?5a?Yx!jLE8~nPw#OO)YUE*tnDMyW#W!?J(X~>_dc~k+<@}CM(5_@) zg|685M+i94c3L{`2|7r4BD@!$;mIbW_gZ3?cprCUa5&_(`3InNrociGNO+84E2x7$ zo(QkxIUI-{X>W!fVvpM<2ww2@<-*2?sr}2{O#S>c6(^SUTXmwG-}c#dyTKIHy(|*4QG5@9dDdPkTuJO5bZ4Ihb+m9bdB9L$4ob?{T}(a9FV-13Lql`8t@ z=PM8GiQC+t4(C2HSEh6KI>g%y)HNxJ5<}o8((5Nl{%Qd{&G(vzuG@HhN!fnCi6-to z1UC;gW{&yTCpS7B-;9o~Jfx~@f9aSO)S!)?A|d9{c2QlPn120>{<3o|4ZGqr;Ehj1 zS$P5H!6$*tv3My;uwYnbJk8o33_$n3eLK~_V3h1`^GjQDu&VaU*PhyJt!5|M9uFoO z-;8n&#dj=@d;3&sT4u?+(pNYyZJh#P6Bd`QJZTLA>2X5NqC9VqRY&tDC=AjL{?B zADMUGN}h@1fnxmzgQ(L*AuUOuS(pqwv}9Qt@QWA-FRfv(lZ9$2G;4NGo70-KSN8El zx8U4&GU}XEGiV0 z)$6)m*WE~~O5>DabesDsd+>uS?!4MK-}0%Z$0iy69QcW0Gq6h3X!B6l6Dyvr zNg1>NCOdu3M4eK-)UDP1(T2M)y?~R4uK@u(-m<&b(HmlSFjU@ONkAm=+pBjLCsrSZ zd^ZS^2ry2i!D{X0s%gjXN*jKu+uB&#o)hj9cb&isP@KJr5}`{B7TJ3Pa)Sd6&R<&5 zX62|L|AEwS(V<*Jg^}R#P^Kjjvit}<19m>rfehjKgO3z~wv61`e~ci58W4Wn!pYz` zI5^ywa3p`uae=9tx}A!B9K-wKwohlolli|e-$8_q-^^JIAXir8KzXXb zo{a!YXb8CN)T~J?6I;O%MY*sYjjhh07iTFZbJEc3R5w4Y6(Gr*-G@HpY#txres{8Wi}`F}sA;G$Q_Qg04Py}LzSfUs zeC%r})?tOv@;rEOq_(U!vv5$mQMS!gWURYxS3eJ(Hf)+Gd&mD zl8zsx0P9QpUBr|oMkfwagEPfIT-*(s!!4Z;*xff2bNfw6Tp<^(K`3!u6@17y_!!cG zO*n7fUthX>eEf`aR~5xdn8Vf<8wUPAB2TO%0{-jshS*8i_NK{B3KM>_XVX(nuJ$XI zcqPWy*4*vQ5&?uRUKkPL`ERXe%KUZg+Bpij%Qfpv`cYeOIY?>j_cZXZPiDQj)n~j$ zsY&r;_f(r$BHVvfqs~^QA*D+6NywMz*L#o&@~^s0{yM@)C7F-3GW^ft)0p{ZRRpID zOUnvzx%92RA`gU6T1IJGR%$+SdsuE>xJnC&qfKF4=i%Z2uIbHz$TZ+3czfKS2EFJ} zaxlqz&_zPF8{npMAmGv55RS5i_DP)kX-;aw$~2Z{4TagDZYibpwN6?!6AcSHHATs3 zC;2(w)z8Jxk>r2EH*g0|=OHUz*HL{D>4|S=Q_I-XiPOnB(?}^a$JwXS*B@`$aGlQf za_}U1>z1qZ8X7I)4Wxf-J6w;vqg_zGFaj53^5*&c*kHVB>_fVan=mR8w?lB`p>fJ| z#8ISiIxdsfFMTtw%%=2J$#k{N{ozY&-s@dqAk%Q;@TUlgxlGhZKq}X3-JV^ZWF#Rb zzM9-~HjW0<1@D`nPThdAJ~Pq>9_t60c8jc!mcJM zlz}2!kV_>&J{e!5A!9IPv(xI^M;2aB`5aqw>yrI0bEp^mf9g(jC}wK=-JpQLE%5q?Im(tXmdyMh+TGHcgB_+FJ^@;eIN?xfUIt0C>UH*K3vuD?9Gh@JTxVz9=D z*jv3_GWV1(%yxdxh5r1`{vMx(ohn1#O2JihomMxq7^*`tO$mawd>wl$Bj^@*{2DF8 zm(At_L|dWWVpKI_ORuP%!D7!E2lWySJ^_(xR=0E4-(!y=B(>WbqsWH=b~s-xIoZhh zEe07_U(Qfluuh*}ge?Q!iw6pMM3PyBfhYk91Y=Drh**q|x)Z%*W}?XwPP6tgesYGp zx~e*mP{SI20Y4cl;rSinVnHh4iuIqA&aWJu`@SnK!-TP4lBr(5^3wVG_M;>R{`%(w zh-mnEAWxAl~qbQz{NpD*M9%$+Q#I)}59GADm#x z5O>%p|D6h6d**&K!H^=ddzOM@=+tAh=LMUX{v98B!9mH1i3(g=f7gt~9a<~ieyd$e zzvEHcmECdLm|QqI#6k{`Ju0Z|4^NL=!Th=~b_(3uZZU@x4@x9m3VI(dabyMQ0mTQA z7=u7g{AN%>s31db{@~?xiT;EWxaV#N}NQN-@6{DbJaXwGcuJVeL`M?HTlR9(-8s=8ZV!)!&1I9LcW zV|193shOFugObu()AuX?cfIc@bMAL-+%}R;PUWvW6({tex+y3O$9FqzH%peYZge%A zWoypqb=rx}a@(J|7bPo!H3Or*n2A15rkiKg{UG64;4ySFgy%*qOgg9uz)?B?fdoga zy^$EsL-ttyD1$0M@C{}d^&svEbngg|$F~g$SkZ(pb7R^wfMuE5@YCDPG&8P1aicgm z-K1jZZm^3?{I?W#b+c0>b(}!cp1crqKCz5~HW%Iri~o{Ie(;Z^{wB;sM~zcH4jZzf z$=S69a)oO0fV#mHsf_s)hA|(_vFOZ=k3Mru0~Q9R2s4qIV78#V-n?W4J)f!!?M+jz zTb@k%s3}_ScF2RVXSm%NJ|)i zW3Rl`G5x^{FB?{XpC7aFh6%sYLX{lUQ`JQmUZ6Sh_25R70|&R3+8d?%wQB$+?;Cm+ z8a`gOi%#nn*#BdgIzkYL?(af~`?VD!)#}t2Ja|2*0B8{~H4Y75DNMqeo(^tQyy7EK zAjHQn)UR=iqcd{}uca)fd@IN=$my-aQ_7`Fb!fDcDBuZRDe{0Dq~TW#>C9razZQy$ zj+!ywF^j?5!8zdS`3=E6WbAo-nF{q&z_?wzyIHq3e>LSgEo$ybgFF<{=#iBp6rPc< z*;9@Mk_UGnaDFv_1MMQplNT#2^S{L>KOKNHAd2I^fm!K|+uGwc6qP2JT4>2QAqSo16 z_X8e!k~tr{jE>h-NO8ynPyrkxtHanDE+4!KQ9gi#U$fQjL`AG3@=rQVtvc~+c+3!f_>c4|b zdrif@^MCa(g8E-C=pSMgDO6}Lg64j3VU$ju%1pVA-H>)X)u?_lPO_`(vm;abSrZmLfD8DVGfzS5hgJu%iX72gFMCcA-&<==*(9; zx-SrD7BDQ=iS`S~*UVJ)J2@lONMrTxw?f7ssxW%al8!4>4rVI*+pU0Erc3=_sGDQqyZUxkrNezSc%;T#i=v+}yv>@|Mzn{rvS+UPNMWYKYEZsc30S zTbw|9SXh{0{0jC5wxmGV04P~%EbjDO#la%Et)1?uR%J5WNE)X1Z-J;F6J8zhd4@>~ z3%DDcc^DgkpPm&w?urukrFG=@Q*=_HaiGJc(j{oB7Y}`qS=hr^$E035)NXsdD?yJPz$Y^Rj1s(Ljc* zMLeKF!l;ct;oenc7XHV63 zs>oQ0$s12ZMAZ6+vU<#i^08m0%tM$vrK2bYl@wuo0{I*^&i@hR{z(Z}X%wG4@^ZR= znH{C=2DY_5`(>{P&(HnDw{x?=@59+NtZw`&f+jvS(4`E@>a>5pr8--f`mO3@YgzW4 zJCB9uX;juLS#~4>{*vT~vrX%M#^U4VdlgBA0SMOBdS^ zT=|?5@g~Sr!a9Z#(ga=G3d(+<(lKk?bLrWAK}AD*FhWGGo*#BO39)OcNScB_@CQsE zMxp)EN<&zkDE5$nvZy5(Gz%9piyVurrwBRq$v|9`92>(1Nx^`y6*uPrmT2C7VDZvK zjK(Rpx2G@ZBI4qz*S+^!Ns{b9AFt!YBO%1Dmf_IaLGvR zm0^go?zeJkSE)a)Z_0=((mwKS?h+s3Sg7&DEn9Zi9;!m7WhMMJnlM{;5Y@LLo}bE2 zf>-b3mv`L&`OocJ|NU;Y;z>30OLMwW%|)KYKobfR<%ogLFjJ?=5zGk*ttB?6_xydUO|MXKRny0UJ^;SuJU~MmZI(!Vx_%l-ax3?>db~?939Nu!V_OXYte?ywoKw!H>g*@#bCIj8 z0UDK1KSJOW>`Np~O}AhP#l3w6a3NEW; zi|BITL8w$Upx1PL5SD*);d58O?;D&Y!rPzuA@No1jd9`Wj(P8Q+;RL(+IfC`YC0&% zX)4m5n_eLEDy!boS){8BS|0#WnyKhCsLMGiuHaY_QNr@(uD@E9EaX;vdDK zbY|`JbiM3Y8O8Ld<%s{jqMG;+XI5~49=nv<;%w>8NEY!e- zfP^x8oPo^XfQCL4&ZXZ z$gwWIDZ?*;+YvtA{w*;-NE?=Ts5eFR7n@JoN0I_n@zLg?BOPrJCj9=QWxytLwn>$&q;M!P$yDkeI))IpW{=k!LEAV{E z9`aVQj1(iGULzD%686rcHp8w~c3UXjAtEf=;c%sK(d}WRUZ;MwHhrdqomz_K7VLlV zFjynWL|Uy|(zttgbbwRTr-liLKPzEu)Y>5TDG|oHD9?ramB<4f@+MuIe=V%5YWHLJxG3-|!qk$cruFlWj z)LX${z0B!xe}CshgG4`V@7A7wbDY=;rq3q!CT5!s92_&Q3nl&pS5Si*#u_$^=jz@0 z{IvQ4>Lmws_QIGA*B%MyPy1++F&d;?pFX+BI3vozb5mzlYIcKfqSD$7K#EWxJ1=Ym zcQ6uiydRId=Xy1)(=fTt@9-`*4)V2W2se_9KEEZ~3Lb)21die?2(<0orTe`su+=*a zBfNm$$Hxb29%eqLt4l;n!dT*Trt3>!tXa0|+d;e&T7o~`*Z=t(@2F3=RqUp`HC^p% z^7DcP$w?77ETiz>2QUY+&NlNR%6R_@Wtk%7FO2kp@)e=Px$0$();OH6pxO0Dxha$O zN{>B5ta3A`SuR(&>G8#t%6=`r10 zJ~1*MfRA8=IqqUL;_G!c9c*$%GbKkXr@R%*)@59`#{Q`|3tI!KmH_m8A4f6fz`0Bq ze9i2Prs{PTvU2=W<0tNdb`lp!)PgxcrR}q;G_Jv&vtOg&Z68X*_~CP*cP??@TN;7{ zXuET}`ZY>*%@}_&zz^#+vy$7$X{#EqC|@FH|EI0wzaIfA5#i_1J&rk3+EM$$r)k|4 zMW|A58}jPWz*L2$zzx{dyq_t)Mr5{^4$A>*d0S-ul`XaIEuI(02&-*II+w+8Gd+!b z-1~+L0A{%zwH*)@f?Zo$yHV+XCKVt}YUw&x!1o*Iq<Q?l&M!rDn#jLe1^e5-0 z>q$vS9T<}z`DPuth+g+F!LO=owBWoaME>_ZHKc|_^Enk>C?3Vd{c2L)>{v4-%XJm2 zbYFH54cF(dp0LLVyi?-nfOc`yZ1^zpizB6l!#(<_h)PMPtvaf>ZVdKHVfSL|#pC0x z;**i6j7EeIYYF_6)g?Y`#Kybuf;31*02d+@DE(CY`_kyv$Jhc)R#2~rivL<9SS0G@x)w*CeJfkb{VHHSxxKn$4F_#R@t zQt?KB?+w^#>tD*!(2f%H+sPY)QXXwzU9DMlnm&7V$qwan;K-HV|5$ z5Hdf)8A95+k~%u+3KkgjF5?3%{vbKbMXGOLc20igmb4-@B}Tp4zw@QLxx zU{b>Al@95S;N2kCJA{gAKGXdS_~Cc{@nh+RD?i>DmRtNVgbjhcYeGoxu&s8QmZS}Q z$uwsHgJvqp>DnM34x=>5Oj3{~S-%75u8|Llu3{Z#U>ED0{UR1F`8x$FOoSe>{*Iho zaWbTDdyfH+Avs;S)at#Zn5AKQSZT@em9&;eC;I21MeQFEASB&x>RrraL;dkFOeiA*06Fv3`G3^ z+U}>$DE;x;?>--CJ~>Ew`tmBU7NaL!Qe*Qwta2W;66(O?h=wL`C(2NKJ8yHHb?qkc z-uvP90(^9&jE*3Ki~v`wYjzFZGMU%3WO4Y{FT30b`V@jL z4*by;#@EKrdV0f5f{N~<`I9{{IeiN#O$fZlUlSp;+?L{{(GbXFx7HJ5=OShZn|Ea7 zx7szo=D+vN=+ngrGf-oj(|Og+lD3FGLFNaQ)etGd>4gg=AG#hYLfgy(@;K zCO}lVM%g47*6d&q3-O8XzY;#=m;C`1lCIItS~Ml`sKApne(#!3efqdAlSnP8Z#Zo+ zPf=R=+1N0{xo|F!A`tKB6HA>X#KqpRIkB;tBmFxy9!BzCeYqLZ7=4>QJzdXvJFs<* z4on+05m${27gm^>x4a&(_wf^66V~YZ1zFaRZX>$*nMg7ax=;Zx4jgBpHM~_H4EeWT zMSy*cjEM{o=6#dp_z@Rmfh7e)%v~Pm}}y`^_NafWBiw$Om$^yS~tm*lp5= z#e=VBPpNT&xduecqIGPWd)rNA-U~T;RT(^Qdo5-Ce|NP7L$O|Ncl20r(Y3Bp)^-2> zjgzNcGd@E+412fM7|Ad*mkvrRzC-$3azylxh%?ySwgU}X4GwCyhMo0@16VG&g)hge zFL=?ML;*7^ocM$!(5(_u#S?zY3h!KYD^j~!svGat%-{M1Y zAr&ToPR&8weYmgt5*3hI0Yjnj6A&qpAVQ%4cM+1a)NOFg!Bb=<0rV|G3}XF?$4+Ud zPI$c-r6e_+nax1g663$HQF4|O$hF{=es^23>+c=HF%H4To-tEmN+_Q z&$}pKI*E5ozd3QbVn_-B7Y&j^q&wTwxJoCSG%wTJx5%XA9d~fy{hRLsMb?Gvr7HN$ zx zEvX=&!lA?z_A+jvcF`-Qb8^Y&=Vg`gxS-%QZY6}%0<7)+(;@?)qU8RS`${f5Td1Y; zrr#``EgcRNQ_s8}V8q?cgOqsldjSjixbQ}$iOv4yJD|XIAp-T8vb~D0rsMr!v#}t) zUS(gMIaf|2M!@!sAd?{N0p(nJ%kd=P>H4s?c+_%Rc{49|`*?fJVY&er@_avU^GUu} zN%XVG+B5MDZ@cp%UivFEQ-}S4A?{rw@--C55<^xURL6Tz13ZYh1aBV#vM-a~LO~Yn zmcUf>HpKi0|04Crc7ehx2w39u>MH54s>#w`aq({@ILQ@xSz-iDeAum=|Bjj+xd?@+ zG?C?P=OGKO^f&Y=ygJ`uYXt}n0Qp#9}iHVg4mA1%pCujlObtg6+ zodg#j(O}`3h0k?uhlJahEew8``Om#eLMRa%C{}QTNKg_M3@ZHA*zWO z%5WJHz^W8dF{(o7p_l|^cg2m+@4`x8Qjy#j>+En$8Ai}oYj&tF7yhL-Mu#c~TAR7> z2nL(!XzoKio~E%$-9ZV`Uhn;xRCX8QVGwkoV9ZsDBr_593bCOV!oczITIcY;B_LJ21P8f;%M z8K&Q(a=~dL1Kb?6vX-SAktj(nB zgu}iz+}v=MNaGG_-ZfF?g^yRl#+L zPyH4N@83Cd|2*K5kX*?wy%s>nNr$UKUc^5Hm)*}M5l`qr!P z$H#V5pdCXwU76kt*g-_mlLC5=&6Y=RTP2~V^J~eqd1%4ZU>Ik33{6dle7hTFv?1zL zndNRTxpFsRh4w^yunLf=Qs^YzB7?j@pxHUy!Ze;s|M+~!lqqK(G7wi;ijchF%NR0n zd3Xuh%`uXS;EDrKe(a*4q0QPZS8~`7Z8KsNMW~24+KonBlw`+o{4IZhE1LAmU#7if z{CsBGTd&|iei0T9E_WFA!nmOO)o}2YNtvqaF?4>5@>NF&RGVPCi}x>&D-)_1YOk$3 zNxO{XEu@Rxdf&_ZE2(Z)Pd!(DWYnKQ1bGr2EXarjy4xR>f1@HHn~^l`VXTZ@3v%f} zeKP7QP-2z>7Z~sj5ZQ8fseV!ywlg55mBisobzw7mlX$X(Ey_?6(x|u!_M-=7fj~>H z8|;qR9GHrD3z5uzXHDn!njkleP<=7OCNSNz-yTSa{u1jAUaxr33{|<4_2?4zmueoG z;@cIuF#We5*b@Gg(Pc`nU5+Wt=zgT1O`J}6N55DW7OBk-%mb6Np`C3>$@C{&u9pC1 z^$X4!)Y5wmC`N$1>#ec;@NxJdzD**{1D~HVo z>#sOvVbh>2WOQkp)wZY9PC=iWz23>=KvYUFQeekCo`MzXRBL(LxZ{MtI2YMOq!rjN z`Eoq-{Bc_Z9P~@3js`PjtgS z%0OKOS9p8ThrVy?H%aVWsJf_vnYXISBgC_V2SjyWwn#Xs*+TxcY9=Hlb2$OkxA6JbJl4qc9O%5*%17aLpjxSAoE?!pJVfG3W8MW^{HH>I! zY8A*%`_S}5a-;f_f-@xWzo4B@AzrBt7Ja;E5*9jw_2U#gWf!;_kHKtzm_1PvSoo;& z9U2eOf2h52?q;Ue+dHo|FaLSv*)X-Q4jxp23mfj8a~+Q?JW-$L8dEaQZyW0pJ^ntkb#s%D4n@UbYVjlH>Hi1_D{x} zl`p^3yQzNwP4oXNQOQrs5z_AN_EKEwSNB@y+>)6|zeoZm0~UP)S(3DfF!-YibF-g?D;dJGvjBKXBGjS=))|- zs%M;K+6cJuBI`9!Aj|pofWslG$l$cmwrOI~v=ad-q4bkiSqIJOpxKbmizwNsVSW*i z=e>|!*m4!*9OP94%2yhDwL?!INMA$$q{(CNWWI4X!vgj>8AR~gmLZdLHsSJY?t7eA2u zc3rhJ4c+)Qk)qC!1~(n^#NG@EbCiMm-Z`ZQ^>4C9VBy7lH!DEFHpA88WMtC+da(xU zh<&=>91xkw2rfN&>#9DZ@oEh4&L}x9M14g>dO7>i#W=M$_+4nDKJHC=chVpPv=7RH z1@S-$MHg}4DhjA#DmJbNJ7@G`0!6t=K`?UaYk%J>By+=yF=WX;F>NkfJM5j3F@&FC z1E`D7cc~Uof}-Qj-2ZIxS~|qiS7)-m-O_h4levXc;4KR_;wMcg(1f*7(LDSPml2L- zoYZ$jMAUtqR_CkJok{Lymc~JYhu>xpOF~#sl$SM> z-vMa6$0H{vHr#VEXdJM4gs*Pt=#v8PgH!EENsbE;fgfKb!$yGXqUe&GDJU^V|r> z6Nx>z4P@K2N4@QI<2~AVlidn7mIc^Z;MkmA`Yie%oTOUvSSGD^8fDApVX-0ytdh1N zjfr6^Rfek4gWf`SaB$X;A{`l(Sww#MeYkx;pPO<+0i52OH)PODavjS^l&*`CPZ<7t zn731;nH^a|i&Z#7)XK`r&U-_XulYIUl+S;vGi3a$8605vqlJ3Q%W8D3TfaY7oQp0e z%s4I$Zc5FjmS(I-ELo*nYG9+WelmHrhhz)3#kb!Y!g1m7 zo-IvGErZN_nhr*eLU|8Z-}Zc{ymP=&v}0~0CTV`4S3KXcL3+g)l@2eP+OckqhT5io zwJqiD)aYbw&(Kp`ZET60Wg5n-sGxv5S8qU>FP5d7N1K?%Vtbkbh z=qxvuI~p7`<2+11oj=p|^)NuglF$9|gW4bU1_#&V)F&v>Vn#D9d_4h(t9XpD-TziB$-|$tV%PvU_ z9Db#Pd9>gwS0JAvYQDLh1hS{wH{{Uf(uRG4gY2y!Vg<-{Xh%QHR1soD-EQxM?8G;6 z9|s>+U++sEqvs58nH|QC1+DX|e*iK+_+bG6v;ofWqNBch-dV4fg?kt_EKE4r!wkeT)_BPy-jk=Izft^zWC~ zB(QUoa;)W^jCiYL7=!{ z^FLtLJD{`T;c7V<(XA81}>8qYP!JxZ;! z#>DxJb6XlAoq)Zf6qv2_?|NJa0?In)!nv|jJF;RbrLQek+ZXHWE2&6gWCPmNs~1Z6 z>XHyWj2tkpo?%RN+p{(3wh<1Yd@bmu27oaei<|Vv-uM0@2AOH`f`U+zDKR20I~==5 z2Qa;%U~Bcr>#ZsKBP*;^m{B;+Wo9?WS*)C4JF{k$$8A&WbTJ@J?)thSO+r)Ql`YB;NkqTv}oCathgfy2*7^+YvYDb%Xh9YN2Bw^l?T4IdM86z&gVhO z+zVdF#m!~Hc6MlyXi)(peOiF5L*2y9^da$c+fDC@M0tZN&bHDYKCS~9{_(8cfY|$F z!ADNiJV5AO31SugaD!_PU*Rq00I`TADafnCBdf0ZPU-C7z$yx&YLKc#5Tio^3XFqy z1N$os`iI+X5L=_F>MQAE`06>+m7iXdyZ){`3uKK)`6pEXVc7Hfhe_b5oOLFgnOx;D zJ`CQV&KC(vT)~#w zWf8R|DHhEWBm-@HU3l-0Pxt#y_SLQfRtlp^X!Z+m#jol7Ud$PQV9VoRdR>5J-%p6W zAp_y_?#dJitGBvwLt7 zk)$XmHdn$a3x$Ua+MPZs4$gt~vjtf|0mBBk$DY~Sq|Wnzv&cL`9cA{#?}vd;mlT9A zsG|U>Fd{eGO@K#V@sShCPRb}@j7FwC zpjV9Ogx!s*O~S$YKvCS^6MTWz*VB_^J2b!Ls&YRfT>sK>BQ|x>P8Wc-k0xR!nKuNs z)RkQl^O4B#S`4;X*oe$Y!r_ho=6+TxnUCe~PGx_cXkMoFNp*khZCb5ry#~@0oeS+8 zS&H}ZUFG_tu1!tVM;Tbq8Uu)^Lv_lUNwv(|W5XQ?AR8sIa!i0J+ccGza}^w5TZ}eE zPCLp>ji!p0!on8xPxWz%3QqKOsN5SluU}kgd#sb-FNubNRR?#F&kznR|Jjd$P;fwI zW+ojUpBIaZc(I4Vj7@e->*+1$2^l9p{n*nv0})Udm3>lWdwTNDB2YVP*cKXjKT_xG zGqzJ2^KxsoODy{bwZ}uy^(-nru-}|0Lo4&LWj&L$k*01AAsmg#C@ceHgHFc~ z&?5|Jw6gb7w`L(%o(5_USEIhZ!1Dmv3QhrZJz4H*%^-}fZ&Yp9@-g~0#h8E}TyQjfzv!X5CoRZOs=WsVqcss~%>_hj!hbRWO=>`X zCqe-=jrSq0?-UKf{Un4XO1|a~5s(uy!xd-#+%*!UsH=#4kfWj`l=rX#O%p5ow~0Uq z!k5}HzcV(KX3L!`py@t7zBJ7M`(R4zOO%Q?y_`|lP&WzPK?{mxR?xJa|5682_Z?Tp z)@SY8@7U>V+7%D81D?4R*V;PE4e1Lr2QwWP#S^J=)gROMiwvA$z`Wz%({%_iQ*ar6 zi7YRc_T zX2F}4q!8ch(Ai+@*83+xT_zj8qB6T5iKuAEl7O7=@`ETVH3-CAs)EFhv{u;~)A_XO z?PseEWI#)@S?8`Aivoo&6;GN+tR@O}3N_+3?`yP6cEkSoL@#abXH6o3X6MJ$K!vcN zgw&DD@?#*2W-kYaSjtKxGYd*2A43Ak-^8=5CNvFl=+}Ka?aN? zb$j`8Uw{z<9aE=M9iMfODt4j%P1c}8MMIcc-LlWzmcu5zHCB{dZ=4?jpfTs{pWiS` zyB@QrS^ML_DD=EA`9qcuP=UceChbx^e<$p+YnuFL=;N#mixon}DqoCCJq4ZNBMD^YcdoeC#MA zBdoQ1af7)ji^~itLusLOZ7Ji?65%j0wzL-Nd38l){D#;3G^Q>;i(`k0wazlQK~-V@ zgikW?irCuki#&}NN1&&ceRk|r)udP~q&My-04_M-xO(Ooa|^bS&0h3&VQ5)o@maZi zyFv=ejPYG7f~#%~(wVj^=Ml8#-ffuk2-`b8*`}BL3a%a)c2Nl4c*9nSV~&T^<}sG* zy-$&=w{lNW-m^Wux75<8*`^{A!$|fn4AGEb_5zxs! z#%pIso0Sg*l0aOGs5Ni(7BUqCR7oaszeD{bG1e~bXw!JoBb^+L7_adTL@2txh9Mv< zT>Y52sG9u{QW7PDI@C(~EZ>fktW1s}q3Vze{v==74Q1=Rl81xm~@c>fn z#vKzKQyoPM(IR-3ZHl^;!j|8=08`N7`<%~s-TO`#}qvi~}3138YNI=t>(Z{7^F z8Y%K2{b~V;GHMXqEldgSS#LxsHBwUK2lh?-9KUdqqB4&>d2s@*i3{c5G*#jQeI_nzyQoQ6_Pw=jgO*$h$B^`DP|W`1~24-S5lHWHN-t?<%h zVoyT$mv3hGGvf9v&))ro%7@=n{<|%!{KUh{Y=sNa_+64@0kCr{a(|d38{g9XtCgxI zwgO|#S0=NI#_6c$WDj1O`(fd$W(?FW2!9|T7|=bG5W8G8-!V(FEbfQu`7f`6wfa~h zr;ICGHXJ0r2#Xm81Mq$NYZjg*c7&e3-ggkMHZ@vwy6--}Cg$ceH=80|a;B!H{Jw`K z2orv?mc5i68ld~6M|k*o`!i6#yx(56 zL_LZedi&1VT$EW>cKJK3Abwaxl#1QxGQ)D?NAs@h)Owo0z92`Ow@V)>9ZH}(cziy+AP31xQXzg_L&oh47R|*qp!gkVt=Tc6qKqUcK@ULmG3x6;-ePtYaEIg zCK@Qc!YHT(B=DR0I1R7rOz8-ElNr*b{z)Uz0YP%s(aip6n@he@whBbM^cy5fn8GTd zKFYwdiEn&)HR{bbmNfQY9OUIjIN=j@YTxDQR^DKaXB^jjpX3>Ul`q z+rRe-vR%;-XNr-(#*c4 z+Et5L$J5h`i&JJOdz{O;$!%Xh{In%FSx z(V$$J^p{L9u0$Z*=(o>fZGsFqQtm@f-@?v+oqvx&GIn77uld^FaATMO-}10};@sx5 zcePD1Es0_X8kT7y0(F5vKSrCaNZFF%GM~8JyfQ>LXewc(pshRoJHJ(|vB){!=7gyY zY0Ou1nTD9}>`*ev>GSMlKb3pEm^o=ZypvQhXTQ9;M5v)-^yrh{3Q9*nB4XYauc2mm zZ-3bOM6zSE`03)@bvu4%k8gR$c|PcU)^`1L(~|~TXtbUn)8VV*bwFyLv22_<;Cd%v zuQJBsH6KV$=aFqp>kCc){ZrK#ce(#l50-)$4^gx;Nlb|Ncd+ln;_CC1RV0mQSVsZ+ z+C2Z%gVqi{X+a-C&$3!I!w!EEHBI$eEkptDO9JSn!kuR@8&eM3DqKKRQ=XYMOrRs zesm+~2E*j6AGlriVfW}T2w@8{Yi079kto$i@0{mZgXGrnboP05wz7-k&zruT)DdCe z3$@aGPf~+Y6QG|9mpaeLkvX1A(tXE@X2}6cgYpBOm{srckAjcuXt^coR@B`rR_=WI z9SXkplcerZXQs3mx7a}Q#IMqIEC_z^S#d0Erk{KO5GntV>3@PkhdKIqO)-u1D%}yE z!&Bh8m|T$!&;t=9gS^#`ErZ`T%JKWEdJb?jz1(JlLX+*p=)CUf5nDgs0uGEAqd)hH zri`vo2?r;gyy~gNdP&H2`+c`y$K5DWJlGNqu@G_EeE#L*3#q6#94nWxzIMjxK&wK} z$y1DHZsRA39iTs|BfVo4GWAsASL~GN2Q;(Yo=c*Fa6lEAI7+OEHM4Iq6%-CDeFzYoPxpcMl0NdvM)dA(l`MroQ-)O}1zvm67 z(9n2f$s-n~Gmg)0eTJj6Q^r2NMEi1mJUIX6@q9*7-TGnW8pk;VSO?1uB*Xjgm0SBh z^lq%{XW;`*Kw)T`EgwL>Zw9)h01;i*i72n$jk@MQz{1oZO5XI*j-5>3=YA(aQD<@T zHGN>4ni6TQI2HaxcbZdYtv}oIzam#Qz^_=p$m3$nPBq{)qp{8pe zB1f-@fTeki>c&$2#nR}2#NqD=1c1{{(pCfC(*>jH^oAP43QC9f9rrdLS*yg^;&{g& zw;$T;GHqy0w3`>)M4&Pp2ba$tMXX%a{9%eEEbjn7b1(+mr0ANyiG98;UEKoSwk7fDte1#uI z0BYhL2)iC&tnp8R#)Nfy@ZwntxDmYkGFaATQnOf~ zD2Gh@k0A~p97dl|=N|~6O$mZJ9#;M%%~?8OQ>C)*h$DPMQ&Arjtk49X97h}@`Fc&DsYMzftU=c7wnd-R-nvCl5 z8J6o9>lHW8t@bZZH=>rhi2skew+@T4`};+QVL(CzM5RPPx=Xr7$)Otw2^Ek=Dan~J zum~NxQM$WR5Kuy-OF~k*yUrS)pZe_czVF^=|9QMFxyG1vf7iF;v)29jE;;QlNBFcs zb>d*Gp{~u7m8OaYuZqyIVC;Tt&DXmSc$d2dAHs?11tBD_KwL{Uj{D`jLXebJ?SrDv zeYO-)+0Va}kbJ;>1)&5w_~^aj{9h@_TbvSH^hR|R;e)cFAov^!bPhJ9;=qOT5x`;uk0zOU|2{~E*uyh$5ueMkl zuYDUGM)X5ap|oQ)|0KU5ji)UR6+&s1)nmm}>X zf`GfSFW{is)UCS^qTs89)>WUcQn<_#OSh)=%)V?$$4B%c8j1liD6jC4{w36H*6!YH@Y4TFKp1jSvcG zN6O2^*Ob2w&ad-A;vgs-krzU9k9PM#SEE&vocc4m!Ibxw7&fCuFJRwv;2rmq{olL1 zh;tBq`lHy&$}iG{*N9KVY|fL!{Q#Hr`tc`!?ZEhVw>z%9=)BwXK{Lwm8=YlgFP+Ss zV*L4~`B#s3!IX;C`{9ky0&biLR_<9IQgc>Q@&ePV^hKZecF^wc6Z;ktk-O=j@HV#yar3QGHP&99 zpgW7E#lAu8whJm7n0*$Efx5s0Prh#m%R8&9ns>7? zI@<`Cjv2@+<6ntl{g@-FByshE+73E~m~sp+QT7oe2wPQ@$U?e_b$+^73WdH?NKFU%2ot`j|zBCxq0y z)R^h&BJFv4YMNJZQBedv3vQ>Zp|)w3N1`JEPriJM3I8(iV%L{<3SGO`+G4}|1Eb{5 zI-PnCM2{#OG#8(_9Y?M>2S+Y9iQ|GJ$v4{VTP+{gPx*qj&PyD{dS<@z^LjFY1n*Cy zEv1HxK$0T;u5@PfR!T&{`YNxh4@Rp3ul<$9v1%X(YwrW!bU@$l&*q~!`9~7*aXqB#kEJGGdEpjKPL6*srOi#` z@@C&1ryno(W>xGh1ax$epid@{gNH58Me!m{^4Ikj39sFAg-*|0wGA=L*#8(Q0vei( z$3YOSX8&(Y<4m-K8P~*l?uWer37$JSL;NZ=7KRt-#lZDD%>xEKsR7mJ(=SV0tK%0* zqFHy9h$}QG7B-b(6)oQ_$(mt$ls)D|3eb_34X95}<&tz4&Jo4wTAsN62!Gww?E8%U zzFGmEnbvZ{;^+?u86HFs(g4+olT!4ON?;LWeZ*|LviRdepKmJ~GYxaYzNrF`dK4ygf`aQoUCHQg#rV@mo*@6hpls|WKYlY_7?pnMxvrWp zzb>EAc0uzgw=Hdtnu+tU^%wKl)(O}7gj81ncHmwZph9debJ4o%i&$6ty?}K?mG$IA3d`XY7=GI$sP}Pl;G;#l91A5m9`z%!L&W z<+O2gyAJmM+cau|8y3tH9Bi*Tie%+3T4XoTW47o{_*hN}4 zy6pR=`K}EWelyY~A1_>Q`BJeJ{S>_712PGN^g-aV5Q|l-kWG0OoPIfHEx~pc=<4zH z>iY!oYA{nqP_1!o1LqC@Q`kJF$GKBJ@Lhl0c7XW&2gc5~JH{rRL%>f`$T7)XPk2g+ zr$I2dw4J2G(J2xOZZ6*b{^_mvB^~Mdjhh^pm-v{Aq1$_r-|2T#`J`)nyAL01%Iq9R zGZ9nrqkGarXwPo%vYjkc3GITnop6XTl0{LcuYoYsJzWybb6vmP`+eEnEKri_#8B^hy21gm>mCCJR|%{-D$-*}>Z6=g@wXE^j35 zB_cd;oA-Ox{2-R60Qy{V(1=b(qQew20^Tr%3Uc6N$uZ?p5HPaFt~mqKjs zyU`Bdrh?b;Az}8dR00_7GeHgfEyjCh_dS2|-7aw=18A@$9LQH(xHv#tR<(j!SlXKN zGnwc`msZN5pgAo=c@!9wl{xj;sg`S9(xf^!gNtJwB;IH13WGN2SxOp8Pj>fSYVIK)ptvk| zpjrGOOSP`0rROqd2*_(C(++sXns%)gxOanTX#wkkPKx_yz-g!ROgW#TwZZ zn~!TOWD@B=^9MF8xJ?y3Qt^ea^?BLTZizIGAMG^`H0Hi7;3v-Fb zD|Y7LhsM*wX}Oi1&JGUT-&PBhpzw;`g)o43N$6dGQR=>$BnEhPb}M2POEW!gRx23f zqLz(_6}V$7>I%@1^yjZGY`S5~@Wb=({Qkx2D0-;+5$%f?0WTbg(x2o*QeBj#JKWse zX+}pS)Y=4|f3|do0aQ?Q_k$VQ^Z3;i;X(D!ckX>m^P|f3w~|7TmfRzz3TST%*5(e=;0R zRxS7UcBW2Yv7?fsJ3J&jbCw4M-yZO{b>O?c)yaI;-L3tm`+>aWEh0!%Iob0*FI(|S zahJXEYD?W!*3WHUVkl{Ue!!B<=CbN(m1}d<7BG6r@h3%9l+AQ2xEJ)?uE$=(TVH|> z>%fZn@9W~vuchBs%OZ#5;Wk_@E4Xx8@8x)@Q8s^nVX9aj=!Fqfb?hq-Hj+e$-oa|$ zZ|^a#Vo~9I`;KR>LI3Em4K+3GTxKA}DMc0Gm-U|o$@%$Rf)av@CAV{QuEF`6_%FU_ z!nyEb`mETK?VG#4XTlnCPo>B~wQQq-3STJdBiYM&oIsm`AQD1+Xn5Z`XXav_xBgmg z{~Q0Y{3CaFLuLJ}Lat}bmoElDaD=EEXNDtYjmoT5i{^%ltiRCY9wd~P`NdyXtK0i& zw(#Ax-bR7gK+GqxR`%?k`9gYaS0$Bl)a6X3B2M@5#slx=>JZ!E#?+X47ypz;LQb#` z#*@>?BlZ(F!_K!XORv#&r`c`UoGk$Qday~f70{98dFC3mavXoRY{65-ZrgcQ6lc*4 z!GWn#qK${RmvA-gG%>DSH8&Fz2P{ffQlyKrY`M=mHRNDdblxA3%}$zg@`=p#{I0fj3L zOwp8KEj9EG-`b&LQ-qweyNIZ0tkUzSNLBTs%A&F3yRA~nrDOH($m$ekg#M|11}>A# z%`-egEhW{2r2t(NL^!T$Tly{(mcgXh`J4<6!GU3a7!uuQvq{X9)fK&MJ~(N=?655o zZ~r>eKCie65@AKc7Q66HZ`s_>dtZnzR6^3Y4wjM3(&gU7!5=4^ z^5ZI{9}`&^;E{8MUFd|1lfi%O|J zMF?0Js$yc3oeD~VTZTqb4+ZIe|J?HSM?$hB{Q2hL-#P_>MqW{t2{Vm0 zeCsK)bK7n{^SiEu-{JPNfq?-8xDeK1x_*DTQPuPQbl?`wVrWRBIa{) z$NqM6w@|lrNuz{LO9u3#`Bf0YK+}8g9$72 zgrC-{E}t*#qW>_UEWy4&hiF}PyYyNFmhoOIg)|*VLn8NjU~2@Rghzyi@wfR9z}Q{Z z*FR>(#l=NXaIjT@kOj|IV=kPRJmk7IO&(~pB;D&uR(w+qeC4ErsE-Gh z;X!5lw80Q)#Usy(TYwLjt?pm^ts8K8f)qMcN3qfGX{*6`R3TCug%1m-C913Ms&c7> znY>Nk%z6}`DV{txXH9Y;rj-^S2`tW8kr;MeJ&8TDfHif0zmo3AQ%&sg`eay3TFc{D zSAJx->3OZt6O(*Jq7zvME>>@ zH#$C<_s6e&!z079SJmQy-8tNO_K(=@2mypXXOVMisQ86XUtXR z#fmr{7Iu1dpT}t>02-Kf>HK{$;4z!JlX?Ew0Gu7RdvZ7Ag5Fg<1EaFnuV3rkd1#D# za#B{s3NLL|WP)ASnLIe#7n&d*HCw+D&rv4n4;GKGVsRR;IiRklNT!2okTbyDRamH6 z3xHC+XjZ!S%N1jPpvefX9_^5`=r0?38>JC#Zt3eAr20eq$UgVrL07LlJ~;E$?(#bn znoZ;_knHZl&o~0i2^m^(s8|8aF}*n=sSU*PO5alLCXf=ox+3nsmL|UH_2ccXAv0I9 zlz7%aZ&?4alDehbDZ9los{-%6~>33QHsGZ*D`W6JJ~cjdJ4cxx$V;i zm((Bc4%+~YG1VIhse<4vW<;WJo&hxwzVvz<{l|avUqwHyS21|hjAIpHm6?yv0l$o{oNQf(jRZ}3L^RRB1it9WbgbIi_=KSf|3WDq9iQt zIvlkarota=34FnYHz6&5rOZgSFNZQtNQD+d!y&@3EH^aj2=5m7Ux>v}J-#mvV-uVU zZ&QN1zg1U&|KNUOyVAM>FuI9FwVsI+j*|HB-Sqq)qnT6%|5V9C25$(4zl8STAk;BE z%#M+6YC7>Lu9yxaZQ)ah`=^Y`Zv;eSNx=*vkwl3gV(mLDQ2$wifgh)A{oLFqBM`h= zp^OAtewYrC(_+jfGhJ91XJ$t|XQ@4NCvfpPvGzeA-YqI4T;mJCaslCyU&((*Vi=SR zs59i1E*X517`qA&f>mDlrfp?PXySn&I?E_p;_f+|#h2Qy@5wJQ!0B!}@LrYynb7)h zkI-M`v;gXg7JqmJN^o2VCxG_7q1#ol3)5rCY&etBE2b&+{=X%p{&duwMC$BI*E!;@ zOVMXnmd=Vo2csep(UeNjm(y7=yND6iOgHA?-`hjQ%f4k27Rh@GZvdp==svvum$)db z6kw|51Qn)}{q@Mo4K|ZRM^0OIfzkDJm8!<+jZelA!_oA8mNeVSc3ZM%ZjmXZ%<-Dm zN{e8>9JYBv7;O5I*;(4i3Q|E4V+qCoWHB%@0xh72aCQwj2wL{y(4qM_&*{eKnQ4Tp zL~9O1t#%I&X39};2eG&(g_a;d30&t@4kI__S ze>LZKTD^}ImyK!{f&9~kUD2}gx~(sg_hiSm7KV0%J@PxnDUwE>B~wGq+2E+QlOIHY ziH2eC5Pz6Q&I7pFJ$rARAg~I4kWhq9tUq?`qOG0?v|V{n8aoKg$(w~5MT@t5igruJ zbA4?Aw3&eSnw-*ase*P7Y7uiwkOZcvJ$dFcRlm?Y#+R9yJiN+IptaK0eF2>hJn8JN z%X1JBxY|B5{|?INmsc1-I=?CK72I@ksRN5{*?%G+cd3GKX~ml{wov9mbKpS(ZPgCrunb-<_THPn zDZP$WKj@p5x8yES4M^nFS^t}Aa|0oheL4f`0E!i$0p0%RD(;_xuW>N<{xSLMx53w* zylMSL?(z~mO^)azKiPg91c$Ty85dyw9c@L{KaN%YPc1P?04P=pL*Har#{-|7hzx;R zRDB3kgZ`%dwVHvYVoS*r$+`UQhLnWGM6vqXDFvI~H#E*U-ZFM+NEi-}Xp z|K{RfOI)$BU{~(CIKlU#BrmJ=Xu~s(p_v^arpR zl5+l&5TJ^SFZo@`|2nLEaxwZO17@yXDcsT|t#mJZ&OKr%0gQv}3B+AlCou&dL48WL zlY&&R3q7mH6VIB|u)(u)F^i+42Kx3+n@!P+5UZ&FTCw{IHik!}KDh<$>&`njsKjs) z8^U8Qr#(Hroccwn`C55mHW#t20Q|-r?6=^tb=cml{%0e@h@DV9CI975x`vRRE?6_ ze9RrKkb0AT&Ps>p6tcsFpg&9uqH$CDcmv2l@r^5!0x(M*&StTC17Nqbpr-r}ffgm; z)I@z4OZ5pe zh1a(KEo?xL&M7Lcz z{mdoJ4Z{Kn8knX`v2g+pVIhMlh4`y&Ad+C6FGN@tO8ymYl_pv+xq~?*z3cHRCKk1l( zbdv7!UpfM2vb*x&)t^ei!aPYJ`Tf?|%G%`>uA#wqeu8XeX(irIoEt>7d+sAbnSF2; zYo2fM!a(Kzvd-8l-V!sSOz`^+k8$2j)G+;OY6h6X%6>idxz+;$f zI>Y~3^y!_XM}`NLq`ES8;--&MMA`U6)3P!I{R@!%W<8G)(+&>R(i4?N?uSF6u#E5a z1oGLyzmymxcu9inuRk-~()1>_JJj6#<*%z|yvY7NW^FXIelXJb-CVn5_&f&>_l}#V zdu(EHjYy;JR!1WvqRxwW-sjrUYD<(AairHAUtCw0BV!ij7y}sx)-URCv{3UveaVzm zQ}4)VLiHjkqZa-c-i6ETLoxX&jm)X~DO`Jcc`C%J{lne1o+T$3wdn+fJ)YOY`!g*Y zs&hQllE_ov;t%1V5%577FyZy9$Vu2Oj z*`<%Ld{re;wQSb*EWIBSvv%jaC?#ROg&cQMC|)u3KG_c&G?)w59!H)J0Z86yZ)D7i4>oGgp`ij zFRaB*hIoT;RSlM3-H|mCQ+wK@+gSAd{iaDpFK9r!@lOjJ15dh z+K>~C&Z2O2WwoC*r-w_~YjsDfX?PRH{MG|>#k}Ub>qXQ_Oepv^;WG}nFr%Gch4BB; zxkF&Q4nHP5e^6&wQQqx=Cfo6B*ZN2F?Mr-z9~F?p8D8Vvx|9Seyl_2c+ZQP-7!_uc=b^iI zQHwj?Hiy1-pRlrFj~h&OhA9G#aAyvyR2%}asY#;)@2`E-$xlw;_PNcHY_aGFImNzb zOYpu$D!u>q3XkbCQ7D0YA+|8~N6=w7u?4L|La~FH9$TgfhVSYpSjG>n)UIxjInb>T zxtzQOiD;6d}|<(t9JddcAp>e!@&q%|qU_0;ib7^A}y zkJ01KY&n~d`>Kedd88xZh633r?&}7!06q|9edWCWI$8oVhA^DPP9diOCffR3VJ`Z< zMg8oj^yjfPyfE|>((k=AIXckr4fVxoc}CRwd8X0xk*SHQL^cjXofuhV;WM6@b2xUN z5ewgNpdP0X35%igIA~e0h1uZ051}FfD%`C#A45=K&aiXHkRu&SBd}Nd)ID_kp1|iKd+U9hxBMNo;N) znv4e}Fg0da6BU0d>vMK6KDb*iBQ`@T_+#NV;$fuIL8?tuc-qQo?lCn+CZfbpC#3VV zu8bPTPE2pXwFIo7R1GziWd@5gTBcC^UHot2L7+UTwz+^#Jl-~sF&jTp@iaF#uSwy+ zT*S3IZVu%>Q%$B}PE{S@v`s%d$PlSMUbOzdpd7}!K2djOE`%)Hnuw_~u4YA4A$l&O zOOG3ktZ9+uDc%Tcyu~9}h6s!8l~O>Ywu!f=dK{$x&dz<2-#!7J0(hjTl1jw}lJNDV zbaS!w*c8gHnTS~py2Wc%sxo)%U9ZR`dR@pO)I##vih>f@u7{fw>^-??c{TP14!Ewg zE%3Ldp_M`RB$!Uazk$N z1E|pUp8VGe2~=)&pTYxin8+SNtIr;$`yXy}m9W`|j1_`XIUF?p{IOZ^f0G)C0cCs1 zMUAV-Fa-`-x8FQzKX+y#+2c7vCyA4FM|=b%IBn9Ctl-ijdTUf0p=mN%?tkY6bzBzl>(7^%K{^Kgt0LWiQFJ8kd9UDZgv-a~qubwG zyX>8JWvVG`@P0jO5}Vi<{5Lf<1>kT6M!*7g9W0nEnaz193q7U%-j^|zY&FBx zOw;g75n0*Ey#wJ+2@i{}4evYV8XY7VRMm&0&BlB6jD590Uy5q zs}Y>csO3|kNKbz(pBZl3CLW%QIlkzAF)3J)qkg|7mIe z;VVI40KECD;EM7@X31-}*_ru_lB6)uNF@3wOzu($9MhXO?S0q($2R;8n9hWlj7!FL z0b4C|lWP{kgs!&n>dNY3nee5u_0hY@j3)`5Zq{|27ZM z%%&VVSzQfgGE%A;J{TUK!b}bI_6t9hp8q<0DE4){~Zn|-OxRaJrQAnVd#5GAmhda$)4`;PPRzzi0TX#^VoHmd&P8PRVE`z{ZZCbFwLe(mVgQ&jPGczE-nudC}8 zn5^bK11I39Bq;@P7RyEbO-S>6wXzL!%X;w~foFaWB*e?jsr&l3uAd5G>jdJziuvx6 zvbUeJmE9e0B}J!zN5!tKeR>0dOA8Cp7DfZ|h(eE+%@+{&{-?&Z7(g#0pf?%NOPk#m zcOB%+!abZVkL$rWFP!$@6A`>JnLV>vbkWmz>Pl(@OEXJfANwOQ1jVuWN6?gKUYaw( zh7tOW9HZJ6SjKUV2nKJ~m_Q8lW%@rhTRzZcYIyOeFKlFtf(7pG=@(7+ho?8tJh9^r z;-(%cY+SOc&%K@((%DE(F$e7+@rs{Muw_p8s@Ho}UGth6EhNo(%-}JWReCQ@#HQsb zm;p19W#VLk_5urw1DFX!cfXs?B6xb*Ay!)-NEZN7M0t^;pVG!S=0#~&rvos6vo-l_H787k!(WL9M4(p7|@ z`N&`PLG*j*zy#uA(j$}Vn+#E;9-7%<^E$ielBI7K~H!*jLD0qJa$BiQ3$*gSLk7_4bw| zS)e>^(tp}k4Ez}Adm=6AYnt`5g^PT#zD8Sq6IFb3)!Fp*$46(gU3t`BDqVPBWG-c3 zrQ)TgpC9DFN)n69hej8Zs_H(ek^S})E@2HOXI0JhP+=v!%3Z^xmQO9)EE*a)wLcCQ z)U#L3$d7*JteN_)P4HEYXop(y6EN^+VVT+1)l4pir7CFhzcwkETx8(65{z5t`<{G< zj+*SZ2GdIN`?YMR4HsJ{)}9Tp6lyvguabm1$2yoPHetXF)Av!vx39LeA z#t=Xm1%ii#M%?p1~jH(k9yX2-t7X+@$lRzOq8x|5(2vVeyJGX>6nF-Ax5 z9RWyPf+nW~wvkxEoc@)=AkdzPKJ%bbE8Z%0=LF*12`b~2UD>o9S&t|2p827){aG$# zXz{5c$WooqWcV37m>!l|KHKt?ahK21C)>S-0OUW6SuNn^dbl;$+4XE%V*6EtGIkJ> zA~Hx63n(6Xut4=&K5#Hg8AtkO>tuy+E$NkM#CPaU^F#aGNo7+=mP8-SHeQbL?Z00G z6dUyD33O3ax;jX)43KZXS4m6;rGv!C<;g=v(9tC!WQzamjA88SEprnG!G;OzGgoG^ z81fr>zYkrtXqT07Tr9CQuC~k_kllV8@!d5suX2{Q?C?Esd=-Wa@;G*p*v1q_W<4J+ zd}jU`bdlbM_Poah!Glf<7Qhd>{(V1advJf7GzxA3Rhkg%@%XU)tVdPwE|Ch+U9NV{ z){=O~H-tGm^SFJP;P;Dx+`*~pD+`Ce1IkU`Q{fK|#=3xE4KlNX`GN5xrNS(+rNX^HD|GqWwgCkH#*IjD$vu70PI zd_2dZV?P)R*iMuA5NOF|BFz6c!%PTF zQ1LZ4z(}qR}wj|^^OC0$NZLh0e8Cx%G;9oOwQPM@Gh93X`R!!$uI%~ zZ9roT{znI^CZQN|H>$kYuN&Ljp1)?B};<$wEG-| zBqHcKxI0P&b%dn!XZ6hxte^PJ=O*~P9!p&_im*yh8e+_JZ2Uy{lvKLRf4QpEo?^A? z@aw+O-dB-qBXN*Dqh$%0&vbQ;is>DkM#4+mYY6NhC8hht5J<=R+^*A9&Fprq&-rhI(5Mz^E_WUjjCr(y;(YKZbsE6!&ybNCp zr4`_kwt-6;tuT~lxKr*V{-j7M!Z2dzMHjbfQH#b^N&cM#+p+{vN@0}RC9K3MND`=3`rS!;&0p?(uoje$V^u$L^CD5sI)m`lIh9Joh%xd6zPM%5&U|$vS4t z>dfQ2!Sp|{E{@yfLHozXmamGX<(|yD2}_8pG&HXxrS3^xYkpiqDO2VvV}AB_*8XJ( zUGJmbnb?+`gZja*Zkusbv{;QmNy2vPi!?Lc7uvWx^sJ53Rv`ULJBMkeGO6x|>b)j& z<1(HP`tNYDIUZ|<_%+d~bbwh=BjfsFnxX67l~w7;=y>rJw=WAzU)>XmtKT-%sI^HE z_vhRa&eqUGw1tMvlInDBX}@sy6@iC`71;Ks(UWG&(J)OyKn{2A5}NV6Ip{9z2W+EI z6tLhk-qahpEVY?Ag&n=)BQllc*`Axg4j<>YN)9aTw3waO0!?Y}>cgrmFkcy4wzqDT zb{id8nmbu}vJ}UEuH{!Ja?%W^`1#osksipVR*Cw+^#t~ZfwYp=UGZau>$`XZ82c-l zQAd=-tks6W(Tu1D7rYC#J{f|!thu5G%8%|Y7WQ$d2dOvtnLSE8)4m>#A!1GiIHSzF z75A+07G3ac*W>}|YzEH-@UTs*8`LCZE^+XdwVrIjuKT4|^To!E%nW7HigR7<%rz%2 z*?*>43)%?Y@UAJGyLm82b(Lm$X>ld5l-s#S!tFiw?(D z_m-S%Z58*XiLb>THl_RTcV@5Ewv>Ys=ixg5p_LFEfD6ah41Z(#QCTz;_OO zUt!Th-7ZHd($N2!&G2(VIr!-8zZ;h3bENJ+HV0LcgP+w&#cJN_!_yVzxx_+D$9%ty zY;i~a&^eYJ6^XOht!J5p@tWMoyHn;;`}2e2XHBU!&5!l6z9?Wz15e^-g77CcIIAU09>aBL&J0BJvX4XGE#=4fvgr*16CWUIZktJ|;_cD^`PVCQ#iE^`{GTX!-z5j_({C`k4z7z`3TN9Pm-sgwZgFW*@|w@kFtI*?Kz~p^-V66s364lPPbcZUT=XR8*ml0ED;n>dNAPNw z!;kt3sPKI(KCV>v;)vLP>BNhvSnSQk&&za<4ul$G=CX5guJ-nP6KoNk5&D?vMdiPy4(cis3Z>h^W~vZuhxdLnw6&usniBm`c`VLcU+gh zeS7O=sh5RJZ9}Ka+;8p0!-=EOwJpKm&$TR6;=t%8Zv$7=8WDhIBy)#y zGHDe_VM?&C8-+uJvA_2*t^qUYkq+DsP4O|8caA%1$+CB@rr@Kyyy<6eGGPi<(G zz9^%?67#oPOvdu{CItQN;(j7>lXO6}+HAKkKDXHCi_F;(%#OuMSz?(~t4mp8 z$vlP3ZQ_?UF+f3jz?7tXexnDdSER_)c~~50fon0Lmgj;m%2@k-OO@gUKi-l&}qUe@pj=W(`gyk8uqyCTEbIMj8@keBVgx%|&t z1NCI*L~6&Tn!bVF1ti{Ls4SVue!Q{cKMw*$uHF5?kZz_)5wuO+UdRA(wSRIIz=FDL z(rt0~;Ui|jI5-I@S#K0gvkiu`zqVo_hHSWQ;eB4f7_c%qwWp&u2(Z#Ahtm}sWxjKO zJnUi!{ftgb7U;E?be&n< z>Q4d{QPP(OWH?|kaxLb7$F`tcQKfx|57oeS$n31BD6uZTVIBmRN;cpU5m4E)AFj<^ zH9K9xozk6!7^k;x@nHE80xk8aUx;SfGbe-(bN^^GA5IpX@Q4@~ZS*f(zUzyF9iV;s zgdh;pv6!Eu8__P|!co$peSm^MdOsbUVU!%JTwg!aI~RrzV!;!M!K3~tF#k5}-`EyUps zWOa{fufCaCUVu;#%~h%b;cBZlkqh90m9k|l?1O;8<1DJ~`_@4hn$ z0AT)LnQ+;i>8*nr5hV*~9}N=Js+fZ*>I@M9+c^Nb)7$I6!D%Cpq6xRM=>fMi!rc*! z(fD9hGCaUbZLRxhFX1r4I3C&2>iM4uhhe%L<4=!BHQL(SuqfpRqVobK`?B;&G4mhr z{R*DTJ`kjlN1?`KZX8q{or76Bm~X2pxtp7N`2Hj8az+G=exh5wDE$JE_iKitvq(C1d+8Pi`!o# z-v$sIjbG&f@F}Akn>e3Yi2IoZ^0i?VD+j!tTo^i7 z)zwwgelm%IpL3- zdZ3_UW9>Azzd5y;sjjY0;p5}O1`gY9L|6@bdr;tHEjdxJVnryX0+dU8)&lf-CMm_X zTW&7R?wJn^jIH^2A9=4-#f9EacxueTq242acz&v%Y3**;VDbrUJObsR0a_;RkKCzD z8UU|S^leH8vAmwo8b)$PyHKUl#7S_~LMU!mmqU>psIT zuCHRHuE`Tk2z9!s>~r+Y?D5*5x6iyJjUsAQoAvFPsWATuTh6(P;d=DQgL^6wg6mFsLT<<@sgN>0#epcc3C1%>%SIV0Uvbb?d# z&SY`TMnDiy5H-J~-akN^p*_>2$Aop_w}_hg$=8Wf&LrF|3^!Km?y+#lHK#U@k1UQ1 zCAdlpV0it9i>kLt42T8^zGGH{Rldrs=4hbfSBJ$pW;v?j0{&fCxlHn z)n%HLJuv!iezst)>AUEhAQ*x>`6q7!{kGW@As89KyM~SOke!(B$3bphlDnw)ZfowB~`yJ1XU+`CwTw4#hhkL-1qQqX9eE!s!L zcW(^Lp*mb+Hd_PfT<0=LG}VvCn~;L{cJ}Binyt-m$o+z+O>$w~Hz@TRUO|O3)4NW0 zgC^!`3U&tFcSv?ZS;iO_ykqYPgO12u0IZQ@p<{rTW+H?JK?Yux7S=6I4(fiNo^?8!AfoVBNMAB^EZ($2utMoW54KH3z=r1`oX>ZLp zDcen3nlqPW`5FA+A9x8kKmv$S0K{ZM=}$+`Rr);ID~29U&jqDH;$42E#C~DsD3@r3S8^ zq<$HAH2wPh}BJ~%rw zpL!6K;&u7uT{SE>CZ~n?f)^w8oD;g-PPUh%k%v!ZV~;1>&av_tmCO{OB&X&7G59B- zG9bAa2qyLxpYZ%ovdxdmYHFKZXFiixdxZ=)A`NtMy}D4cQqtfw)0udNHF?wEHGr6E zFS1rq8LIKx5{k5ILMk<2;|%|&Rv7j}**IVEO zObN{FtaE9=-o$L{s+fbv*r96T%E6S0F z>Y2DFy=ww`NoPP7a8DBil?2*cGAcr}G~Y7suy$23qcC4Tr?h^|km;yYcTvtOOow4j zyujny@j8L&mM~M-9pUhHO1`~3lhWN0r8BqbF^|I!B-qRepxLmo8HfqQW@D&xZHYpD z&4I~^Y{|qbnVOhgg6GH&bN3h~j`n(*er^jf3N@6SK@#>1M61U+x&Q7A#4~-1R=%?G z6`s+-cVKN5%D4=pNGgK5 z>p9`_(%=JY;ZN$B{fq^_)`%O*GiaeFoc)pfmCKXgzF@9qmt=f0G1Rq@@u@lGGf9-w zP1EQGsGcKw$v&WXtCvGPEC36ih>cqTZAfG`le-O!@`TavYh1NJI1VOL+j zkI~QQ#}Kiks;XeZIKDV+owYsXIewp%4vvKl9e(V$4YiO0-sur3!=xH|n(u0^tf~Kv zxyN5#RZL|~Rm3dD2sq|CJ`_>1FQbT_7jRdLk+OX-txMY~v-z26n%;l%hkWb_IN^iU z9dr^9`_rkZ`!F&pJTy;!&G1Is5}zjvz03o%-TPOl)ryXWxDmCdJV(tK4dsy)^XK5$ zAW`WoCYcM2E2>USrR9OqF+NG5h23H=m^YN{72+y7>?P`%CT=5Q>k}1b_Hg&mp!rF! zOfV-nm#RGndfqkUeaHAUj~p6@>SWJIkur`=ha`hiCCBgWpDcv@Cx#SoktIOfgRk(I zJ9sLWV7YawJUJ#h&VyVCpU`8YQxhR3?I1RA-gqoEPw#GJWPY@o&KFukl@w!>7_$O^ z7vG(=0fjWBsh)$M2(`xaHLWQQpw#(kkt_KcGJecw%4^^}~l-Q6&N#+vK z@Q#wSe}#8q)HjDewVt7zzpn0s$j2gX;KHA!mn9ei98)e=eqE8rTt{^Jd}qvH{eIqa z-H2SXhwb2mZWN`?!++*PWFF|Z_!-#|woL&$F|OH0Xpr~pPCW#OIQgVy7u%B`IZWX% zG_S2{w5!A#7#WDy7AN;QOqaVxK}roSn(VLq>~7HqlFZ|@+13bv2z%Rib;NVHtUsSg zIJx}A4;1Zn$2HKkh1ZKi??1l3jhH(~7w}L7N9)oL-pnPM6nm(5)kJUklFA$>jZLJC zR!V`n5H|P{EU2bL|AWo|VSx#+ZOMnK^V~u4{|{MT8CC_?bPY#JP`W!sI;6Xi?v{`i>FyGwQ%bs| zJEcJc6gYG@B3(*1-$uQk@5k$}a|st`=ggWlYi9fII_rs+)#l^>u|p!%kAocH=|PCA zky%ZN?g61yRk~<6oIRMmI@45o?VGa*q9`Cx$=HS4yJOwuLwbfi3sxgeUs&o;DB!0d z&9=yT4v0~U)k**=oXfB*&2LUgNpV{CJ(>@T5o&kX>Az%PZaLav=$qM(b^U8%W-ySX z{rho!`4h9jAiOg=MWj29`jy_yAMAT>Ml~k-(JwR4Yyvr|T>hTy81oNsB&gbhR(UgA2){vx@zT27$ zRtD!=DUe(T_QW+n8KFo{i}}=Ub(2Qbw!;pzD#)XVP0B1F@p9W*WI8NaQ4d(809>}< z0|Em0aR=1qfjHu=6q(MDnre-?~ zmgpKi?72U<T-zhW2sDr5(j$|%iqnxcHdZ7rI5Bsp-%r%_oH@i`0$?5l??6tbC-8_Qpf^_@UH?eeCdeo$4)v!EZywycb=K>Zr} zV?YT=#5%w82T7Ggy)K*w!}Of$L#Tbg0u!%|m+UzgDZRji6FV(;L35E~I;Sa!P{k%B zWV(DewBrYzlmv;$mbY}+V?cakhw&b0>X9T`MUEJ*U0TmRC&pzJmqjuvdB`-C^Hv8h z|EXjqM+!h;iJPl%Ym8jN^#$lH6{jeT+s^k{XpR#-BpMs(EJR0IF;Mi649&lD3&pe} zmDj#%!`{%!V`t=hInl6|@ADWgsUwfPzrQ6FPwJ&*0u7Y_$l z{``MBpKhFsmBPa;{#OoPlhxAKmfVgU1QH7sQmp``lX_ob5bP|V3hMKu07hVlJ=csz)gaaMG<&bOk*+>koVyBFq#sX6 zUC-iYbeUr3cRu<(;=mx5$L^q2CWnOcUm*riBUTt52>7)Ayyy%IR8Q1QjHYU?5@BLHMKXLDzr)0gsBPx!F`x!bC#X-k!A`kby}I)KtWB%%Z~m;r~Ey4pwk_ zyDS};K|cj@k+wPvz?uOH6b?I#qS=7lPA>W^nXGE8e=Na^Uh7lvC(@P&1rCXqYySit zPUFz$`tA0f^C*2DztzO^o?HU0qO}%-XN(5bJl|}2NPzvh@C-mlEZQI_ z!UOALk)7&>(5+ybp#FE*!mmwFg*kDX>& ztt8aIXmdr79!==p%jE-G-$#~@3gleVl4&qx6Qi0A$wSG1#atLPvA>N|?Uc6L0}^Vm zORI{W7Zlt$TPrEWln;L-XoOZx3D+z&I&RDE=D48EdWuR*tg>nUiKF_Ef8GjB%i4Xb zVwZbSo{)gOZu+yRqhr~-UH=Bzd~bs$?AD|=l0diJ(_`@J>8^>za0*GSdylcuZlKCf zAa3}a|DY2$ka3BZ1=xL#;d_|~=OM#I|2v$bWJWYviEI!$TT|I*KAC;szL;59$0Lve z(0q@42kyR@8k*}AG?p}5S<8tJdj4x1#Nd*A!&&DY=Qwuah7xjuRG$H4<( zRG$v#5Vq~iADf2w)KEkiLi*E>&cA$BXul^3B^o-Ca1|OjWts3 z^Uj|wmG>J#ml1gKD9!@uA>fq5QO3r7%-L@VAp!ML$0T>1b;@H7GCJ|}xA%sd$x*;- z#UeW><^u#LrQ3slnEU`=OvqV1A!Gs_^(#g_tF_y_+w|Y)i07vqr^<5K>}a?Q9bBbc z=l2`8SEJD0PL64K8l66JZGM1h4``YKYUtkr5L<6WIDu)i=q*A7Cce;mtjxaozW4wHVHEXk5%U%u571ysZu0vOH$T;qHmT zp=sfd1P9Z?hC5!ZP0ia)cEDN0aZgwG()}7+}i?H;A$ojz)cxQ+_e>CwXS&83k z*QSxndpGUec{r2TVo!hkF!i(1ZQyRvAJ1bIP*=vW9KFczec1XtS|h~{H>TfP$)-K< zd%)oNCaAZ!doM^uXQ)~M>IC#I-vWh`KJS%N38)vePv=AI4fY3c{4qMdU_i3pjp}tk z{5v0@l=NhfqwjOBcl)SOXujKiiM-*|8&qg6Gu#P6sT~i~HL7ZcLqmdV!1&C0KIz;F zvp4&5-?$%x3~t-n5dT$jx%O0x(Ntg#|Fh+TjQf4~4-2L}uK-EL3+by>d~&eV@^)o^ zdYP25pM_m?3;#Yjqv!F)^@-H|K)&K7kOm~FOZo4lr@n~)g$#H6&c=5Y*P*J+z zyK_hy;X{HCH_q*bXV~mN{|v3Hs$)HnKmB-75zX9^#kA2lzY&!w_~Nj69Iog$!+{=Y zht(wg-)f?V09geC$;_Y6ZdIV%&$R6z!>3YHsLD}&qZ{O)$@$=F#%dAHh-aJ*_L=Om z_&@rL!4<9D@_*f9R%9I(;~W;^ELDzqIY(O@3Iv@8wB`g0{p79a_GKV%0A8T(e8s5j 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%0ASrBqCL(R);YD~kE#{B$z$v$IK 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 Nqc+D65f6G?{%=5|3cvsW diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_blue.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_blue.000.png deleted file mode 100644 index 99b72e916b2c942049bb2effdc2f176cd88941ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 36261 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 Z@fLx*_#N}p10di>K}J=&{N>xA{{_Y1s*wNy diff --git a/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_red.000.png b/Assets/Resources/Sprites/Games/SumoBrothers/References/pose01_beat_red.000.png deleted file mode 100644 index 646012210e4d924788b1c5ed8d027e4128eb035c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 41074 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≀aYm%Ug+ph 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 z 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%0A8c#$RUrr1t<)?OT~F@uujzc92mF53E2 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 VydGR9lPdrK002ovPDHLkV1lQ|s(Ana literal 731204 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